- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- default route unstable
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
06-04-2008 08:33 AM
06-04-2008 08:33 AM
beyond this 3 min. the default route always appears on sam but the server cannot find his default route.
The gateway is correct, the ping command works on it, other servers find the same default route and are accessible
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 10:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 10:28 AM
06-04-2008 10:28 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 10:41 AM
06-04-2008 10:41 AM
Re: default route unstable
Also, at the expense of pointing the obvious, are you sure that you do not have a cabling problem, like an intermittently bad ethernet cable ?
If you can post the output of netstat -rn command, most probably you can get better answers.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2008 11:19 AM
06-04-2008 11:19 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 04:19 AM
06-06-2008 04:19 AM
Re: default route unstable
check ndd -get /dev/ip ip_ire_status
that the gateway is not DEAD
=> command returns gateway as DEAD
check also with netstat -nrv that you don't have more than one default gw
=> just one gateway (declared as default)
why do you have to set the default route every 3 minutes ? Is it disappearing from your routing table ? Or is it just becoming dysfunctional ?
=> because it seems that the server can't see the gateway beyond 3 minutes, however the routing table is correct, it appears dysfunctional for the server to see the gateway
check that gated is not configured
=> she's configured but not allow to respond (from ping command), you must know that I have others servers (debian,windows) capable to reach another networks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 04:28 AM
06-06-2008 04:28 AM
Re: default route unstable
so disable dead gateway probing
setting ndd ip_ire_gw_probe to 0
ndd -set /dev/ip ip_ire_gw_probe 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 05:42 AM
06-06-2008 05:42 AM
Re: default route unstable
ndd -set /dev/ip ip_ire_gw_probe 0
=> it seems to work... and after a reboot the problems re-appears
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 05:44 AM
06-06-2008 05:44 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 05:48 AM
06-06-2008 05:48 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 05:57 AM
06-06-2008 05:57 AM
Re: default route unstable
TRANSPORT_NAME[0]=ip
NDD_NAME[0]=ip_ire_gw_probe
NDD_VALUE[0]=0
- depends if there is already entries in your nddconf.
consult man nddconf for more info
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 06:02 AM
06-06-2008 06:02 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 06:27 AM
06-06-2008 06:27 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2008 06:28 AM
06-06-2008 06:28 AM
Re: default route unstable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2008 11:01 PM
06-08-2008 11:01 PM
Re: default route unstable
thanks a lot for all of thus