- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: default geteway failed
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-30-2002 02:32 AM
10-30-2002 02:32 AM
default geteway failed
I have a L2000 server with the OS HP-UX 11.0. Unfortunately the routing via default gateway with a virtual ip address is failing. Only physical IP addresses are working. If I enter a virtual IP as default gateway, a telnet session works only once. But if I try to open a session again the rout to the server is not available.
Please, can anybody help me?
Thank you very much.
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 02:40 AM
10-30-2002 02:40 AM
Re: default geteway failed
Eh, why do you not want to use a real gateway IPadres?
Maybe you can use the IP of the machine itself as a gatewayIP. This works on another OS, but have not tried it on HPUX.
Goodluck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 03:07 AM
10-30-2002 03:07 AM
Re: default geteway failed
Check your routing with: netstat -rn
You should have something like:
127.0.0.1 127.0.0.1 UH 0 140508 lo0 4136
172.23.1.67 172.23.1.67 UH 0 2872817 lan0 4136
172.23.1.0 172.23.1.67 U 2 0 lan0 1500
127.0.0.0 127.0.0.1 U 0 0 lo0 4136
default 172.23.1.254 UG 0 0 lan0 1500
If the network is not accessible directly, you're unable to route to the gateway.
Good luck
Adam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2002 10:13 AM
10-30-2002 10:13 AM
Re: default geteway failed
ip_ire_gw_probe_interval:
Controls the probe interval for Dead Gateway Detection.
IP periodically probes active and dead gateways.
ip_ire_gw_probe_interval controls the frequency of probing.
With retries, the maximum time to detect a dead gateway is
ip_ire_gw_probe_interval + 10000 milliseconds. Maximum time
to detect that a dead gateway has come back to life is
ip_ire_gw_probe_interval. [15000,- ]
Default: 180000 (3 minutes)
Set it to 0 to make it stop:
ndd /dev/ip ip_ire_gw_probe_interval 0
then if that fixes your problem add the setting to /etc/rc.config.d/nddconf
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe_interval
NDD_VALUE[0]=0
so that it will stay after a reboot.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 10:23 AM
10-31-2002 10:23 AM
Re: default geteway failed
the other option is to get the router(s) supporting the virtual IP address to respond to the ICMP echo requests :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 11:13 AM
10-31-2002 11:13 AM
Re: default geteway failed
You are right, of course, about ip_ire_gw_probe being the correct parameter. I didn't remember exactly so logged on to my local hpux 11.0 and asked it:
ndd -h |gw_probe
and it only came up with the _interval parameter so I assumed that was the correct one. Should have realized that the range statement at the bottom said you couldn't go below 15000.
For some reason (guess we are missing a patch or three) the 11.0 that I have a login on does not offer the correct option.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2002 11:26 AM
10-31-2002 11:26 AM
Re: default geteway failed
ndd -h does not completely lift the curtain on things in ndd. ndd /dev/