- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Default route lost , why?
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
04-22-2002 05:32 PM
04-22-2002 05:32 PM
Default route lost , why?
N4000,HPUX-11.0
Routing Protocol:
1.default route
default route is configed in /etc/rc.config.d/netconf file.
2.gated
Q:when i reboot the box,the default route is there, after a moment ,the default route is lost.And so ,the others routes what ware configed in /etc/rc.config.d/netconf not available.
Thanks .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 05:45 PM
04-22-2002 05:45 PM
Re: Default route lost , why?
1) Is there a real need for you to run gated? Does it work when you disable gated?
2) Are you able to ping the default gateway/router? What is the value of ip_ire_gw_probe_interval?
# ndd -get /dev/ip ip_ire_gw_probe_interval
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 06:39 PM
04-22-2002 06:39 PM
Re: Default route lost , why?
If i disable gated,some routes could not be found in HP .
2. I can ping default gateway.
The value of ip_ire_gw_probe_interval is 180000.
How can i do to resolve this problem?
Thank your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 06:50 PM
04-22-2002 06:50 PM
Re: Default route lost , why?
Can you show us your gated.conf? Have you checked your gated logs?
Perform a tcpdump on your outbound interface. Check that your RIP traffic is healthy. By any chance are you running a firewall on this gateway?
I used to run OSPF and IRDP discovery server (aka. RDPD server) on a firewall gateway on Solaris. There was no need to hardcode the default route. The OSPF protocol automatically identifies the correct default gateway/route to use in the routing table based on the advertisements.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2002 07:19 PM
04-22-2002 07:19 PM
Re: Default route lost , why?
Now , i add default route entry into route table ,and it is there , not lost.