- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Network 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
03-31-2005 04:35 PM
03-31-2005 04:35 PM
Network Unreachable
My ftp server IP is 24.123.113.82
My HP-UX server IP is 192.168.101.8
My default gateway is 192.168.101.1
I cannot ping this server because it set to not accept ping. I can do a nslookup on this server and it works great from the HP-UX server.
Any Help would be greatly appreciated!
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 05:26 PM
03-31-2005 05:26 PM
Re: Network Unreachable
/etc/nsswitch.conf
/etc/resolv.conf
/etc/hosts entry
IS your route entries are being fine?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 05:38 PM
03-31-2005 05:38 PM
Re: Network Unreachable
It suddenly started working. I could ping www.yahoo.com, my sendmail was working and the ftp was working.
Then....
It stopped working!
I rebooted my firewall/default gateway and then it was working again but only for a couple of minutes.
I wonder if my firewall is where the problem is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 05:39 PM
03-31-2005 05:39 PM
Re: Network Unreachable
Does ur netstat -rn output look like this:
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.101.8 192.168.101.8 UH 0 lan0 4136
192.168.101.0 192.168.101.8 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 192.168.101.1 UG 0 lan0 0
Also update resolv.conf and nsswitch file accordingly.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 05:49 PM
03-31-2005 05:49 PM
Re: Network Unreachable
Routing tables
Destination Gateway Flags Refs Interface Pmtu
127.0.0.1 127.0.0.1 UH 0 lo0 4136
192.168.101.8 192.168.101.8 UH 0 lan0 4136
192.168.101.0 192.168.101.8 U 2 lan0 1500
127.0.0.0 127.0.0.1 U 0 lo0 0
default 192.168.101.1 UG 0 lan0 0
It looks good as far as I can see.
my resolv.conf is correct and nsswitch.conf looks good.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 05:52 PM
03-31-2005 05:52 PM
Re: Network Unreachable
# ndd -set /dev/ip ip_ire_gw_probe 0
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 06:09 PM
03-31-2005 06:09 PM
Re: Network Unreachable
ndd -set /dev/ip ip_ire_gw_probe 0
and it had no affect on the problem. do I need to stop and start the net again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 06:19 PM
03-31-2005 06:19 PM
Re: Network Unreachable
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 01:51 AM
04-01-2005 01:51 AM
Re: Network Unreachable
To make your change permanent you need to edit /etc/rc.config.d/nddconf to add:
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
Use the next available integer in the brackets if you already have entries there.
To give you a little more insight there is a three minute timeout period after it first knows about the gateway. Normally this timeout period begins when it starts the network or you add the route but I think it will also turn on the gateway for 3 minutes when it gets a gratuitous arp from the router (which the router sends out when you reboot it).
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 03:03 AM
04-01-2005 03:03 AM
Re: Network Unreachable
So I rebooted my ISA server / firewall last night and everything started working again, very wierd. It is still up and working, so I am taking great care to document what I do so that if it stops again I will know what I did.
Does it ever hurt to set the nddconf?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 05:27 AM
04-01-2005 05:27 AM
Re: Network Unreachable
I'm not sure of the permissions. Probably it is enough for everyone to be able to read it so the default should work OK.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2005 05:19 PM
04-01-2005 05:19 PM
Re: Network Unreachable
I added the nddconf file and rebooted both the HP-UX server and the MS ISA server. Every thing has been up and working since then.