- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: network is unreachable
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-14-2003 12:28 AM
10-14-2003 12:28 AM
network is unreachable
When I try to connect to nameservers outside my local subnet, I receive a message saying "Network is unreachable". Furthermore, when I do this while running tcpdump in another window, no record of the transaction shows up in tcpdump.
I am simply trying to connect using "telnet 128.184.10.133 53". nslookup gives similar results, but I was trying to rule out nslookup as the cause of my problems.
I recently moved this system (HP-UX 11.0 J5600) from a class C to a class B network. I had not been having any problems before doing so. My netmask is 255.255.252.0, my gateway is 128.184.232.1, and my address is 128.184.233.115.
I only have one lan card in my system. ifconfig lan0 reports:
lan0: flags=843
inet 128.184.233.115 netmask fffffc00 broadcast 128.184.235.255.
I seem to be able to connect to the outside world for a few minutes after booting up, but then I lose connectivity.
Any help would be greatly appreciated.
Thank you,
Gus Larsson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:31 AM
10-14-2003 12:31 AM
Re: network is unreachable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:38 AM
10-14-2003 12:38 AM
Re: network is unreachable
/home/gcl/patches> netstat -rn
Routing tables
Dest/Netmask Gateway Flags Use Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 2174 lo0 4136
128.184.233.115 128.184.233.115 UH 0 3211421 lan0 4136
128.184.232.0 128.184.233.115 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 128.184.232.1 UG 0 0 lan0 1500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 12:49 AM
10-14-2003 12:49 AM
Re: network is unreachable
1) There are no connectivity issues within my subnet. People in my office area connect to the HP-UX workstation using SSH with no problems.
2) I set my lan card to 10 Mbits, half-duplex, autonegotiate off, because that seemed to be the safest setting based on what I had read in these forums previously. (And this setting worked when I was on my old class C network).
Gus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:36 AM
10-14-2003 01:36 AM
Re: network is unreachable
BTW, what router/switch are you connecting through, and which LAN card model are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 02:02 AM
10-14-2003 02:02 AM
Re: network is unreachable
I found a post by Zeev Schultz a little while ago (networking/Why HP9000 server always ping the next hop address) that discussed an ndd parameter called "ip_ire_gw_probe" that causes pings to be sent to the gateway periodically. Well, it turns out that if I set that to 0 in the nddconf file and reboot, I don't have any connectivity problems.
I suppose that something on the inside saw that the gateway was down and so didn't bother sending any messages outside of my subnetwork. Just a guess, but I am still connected.
Thanks for the suggestions - I'll assign points momentarily. I wish I could give Zeev an extra 10 points.
Gus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:44 PM
10-14-2003 05:44 PM
Re: network is unreachable
Great stuff.