HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Route problem
Operating System - Linux
        1839829
        Members
    
    
        2889
        Online
    
    
        110156
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 04:04 PM
08-17-2004 04:04 PM
			
				
					
						
							Route problem
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi,,
I have this HP-UX machine in another subnetwork.
I added a route in this machine as
route add 11.255.23.0 11.255.23.1 1 and to make it permanent, I have updated netconf file.
After I do 'route -f' and '/sbin/init.d/net start' , I can telnet to this machine from the remote network for first 5 minutes.. after that I'm not able to reach this machine from a remote network.
What could be the problem..
Can these two route entries co-exist in the table ..?
results of 'netstat -rn'
11.255.23.0 Boston U 2 lan0 1500
11.255.23.0 11.255.23.1 UG 0 lan0 1500
'Boston ' is the machine that i'm working on..
		
		
	
	
	
I have this HP-UX machine in another subnetwork.
I added a route in this machine as
route add 11.255.23.0 11.255.23.1 1 and to make it permanent, I have updated netconf file.
After I do 'route -f' and '/sbin/init.d/net start' , I can telnet to this machine from the remote network for first 5 minutes.. after that I'm not able to reach this machine from a remote network.
What could be the problem..
Can these two route entries co-exist in the table ..?
results of 'netstat -rn'
11.255.23.0 Boston U 2 lan0 1500
11.255.23.0 11.255.23.1 UG 0 lan0 1500
'Boston ' is the machine that i'm working on..
		3 REPLIES 3
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2004 04:47 PM
08-17-2004 04:47 PM
			
				
					
						
							Re: Route problem
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Apart from the fact that it looks like you're using HP-UX and not linux from the commands and ouptuts given, here's a few words.
The destination host appears to be '11.255.23.xx' (you don't specify), and your own host 'Boston' appears to be on the same subnet.
You shouldn't need to add a gateway for local network traffic.
However, using '255' as part of your network address is just wrong, and I'm amazed it works *at all!*.
The usable range of byte values in an ip address range from 1-254 (in a standard network environment). Usually the values 0 and 255 are reserved for network/broadcast addresses and subnet mask's only.
If using smaller than 24 bit netmasks however, there can be other un-usable values.
The fact this works for a short period of time at all is the miracle.
		
		
	
	
	
The destination host appears to be '11.255.23.xx' (you don't specify), and your own host 'Boston' appears to be on the same subnet.
You shouldn't need to add a gateway for local network traffic.
However, using '255' as part of your network address is just wrong, and I'm amazed it works *at all!*.
The usable range of byte values in an ip address range from 1-254 (in a standard network environment). Usually the values 0 and 255 are reserved for network/broadcast addresses and subnet mask's only.
If using smaller than 24 bit netmasks however, there can be other un-usable values.
The fact this works for a short period of time at all is the miracle.
	One long-haired git at your service...
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 12:05 PM
08-18-2004 12:05 PM
			
				
					
						
							Re: Route problem
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						What are :
1) IP address/Subnet Mask and default gateway
for Boston?
2) IP address/Subnet Mask and default gateway
for other machine?
3) routing tables for both machines?
...Laurie :{)
					
				
			
			
				
		
		
	
	
	
1) IP address/Subnet Mask and default gateway
for Boston?
2) IP address/Subnet Mask and default gateway
for other machine?
3) routing tables for both machines?
...Laurie :{)
	If you're not using OverTime, you're doing overtime!
			
			
				
			
			
			
			
			
			
		- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2004 07:20 PM
08-18-2004 07:20 PM
			
				
					
						
							Re: Route problem
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hmm,
duplicate question (HP-UX)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=673118
JP
		
		
	
	
	
duplicate question (HP-UX)
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=673118
JP
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
