- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Routing Table
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
09-19-2000 11:19 AM
09-19-2000 11:19 AM
Routing Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:28 AM
09-19-2000 11:28 AM
Re: Routing Table
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x7e4b49c5ae73d4118fef0090279cd0f9,00.html
but you should really set up the your default routes in your /etc/rc.config.d/netconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:31 AM
09-19-2000 11:31 AM
Re: Routing Table
As long as you dont have gated running then its your router which is causing the problem. Difficult to get around. This has been discussed quite a few times, from modifying your router config to running a periodic script to cleanup dynamic routes which may appear (as they can appear due to no fault of your own or your HP server). See this question and its links for all the detail you need;
http://forums.itrc.hp.com:80/cm/QuestionAnswer/1,1150,0x22eb6c96588ad4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:31 AM
09-19-2000 11:31 AM
Re: Routing Table
Now, all your routes are dynamically "learned" by your system. The exception to this is any static routes you may have added via the /etc/rc.config.d/netconf file.
When you run the netstat -nr command and you notice entries with the "M" flag set, this means that the original route was modified. This will happen when the original route was not able to pass on the packet to its destination. An ICMP redirect message is delivered by the router suggesting another route to use. This is typically another router on your network.
You can delete these route without harm. Use the command:
# route delete DESTINATION GATEWAY
The routing tables will "learn" the correct route if it needed again and if the destination is reachable.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2000 11:46 AM
09-19-2000 11:46 AM