- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: adding a route problems....
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
11-05-2001 07:35 AM
11-05-2001 07:35 AM
Im adding a route to my server...
route add
It takes the route just fine. The problem is when I do a traceroute , it doesn't use the gateway I assigned it, It uses the default one for the system which is what I dont want. Leaving the distant network unreachable....
Any ideas?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:37 AM
11-05-2001 07:37 AM
Re: adding a route problems....
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:42 AM
11-05-2001 07:42 AM
Re: adding a route problems....
localhost localhost UH 0 0 lo0 4608
denusdb1 localhost UH 8 78547 lo0 4608
default 208.153.15.1 UG 17 4779898 lan1 1500
Looks fine....
The funny thing is The other server's routing table are set the same, and I can reach it on that server...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:49 AM
11-05-2001 07:49 AM
SolutionHope this thread will help.
http://us-support.external.hp.com/cki/bin/doc.pl/sid=ba1f3c7410eb361bd3/screen=ckiDisplayDocument?docId=200000049791567
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:51 AM
11-05-2001 07:51 AM
Re: adding a route problems....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:53 AM
11-05-2001 07:53 AM
Re: adding a route problems....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 07:56 AM
11-05-2001 07:56 AM
Re: adding a route problems....
Try:
ifconfig lan0 | grep inet | awk '{print $2,$4}'
hope this will help
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2001 08:00 AM
11-05-2001 08:00 AM
Re: adding a route problems....
thanks,
live free or die
harry