- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with the route command
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
Discussions
Discussions
Discussions
Forums
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
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-25-2002 12:55 PM
тАО04-25-2002 12:55 PM
TIA...Kevin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 12:58 PM
тАО04-25-2002 12:58 PM
Re: Problem with the route command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 01:21 PM
тАО04-25-2002 01:21 PM
Solutiondefault 10.20.250.5 UG 0 0 lan0 1500
then
#route delete default 10.20.250.5
will delete the default route
#route add default 10.20.250.5 1
will add the default route.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-25-2002 01:31 PM
тАО04-25-2002 01:31 PM
Re: Problem with the route command
Do a netstat -nr and get the default gateway.
route delete < default gateway >
route add
you should be good to go , another issue is you should be able to ping the default gateway.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 12:30 AM
тАО04-26-2002 12:30 AM
Re: Problem with the route command
IP 127.0.0.1
IP IP
the first one is darn hard to get rid of , e.g. route delete host or net on :
IP 127.0.0.1
allways shows that is cannot find it , this is apparently a protection to prevent you from trowing out you physical interfaces , normally you should be able get rid of the IP IP denotation with the route delete net or route delete host commands , it is however possible that the routing table got confused and that it thinks the entry doesn't exist anymore then a route -f or a restart of the system is needed to flush the entries
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 01:27 AM
тАО04-26-2002 01:27 AM
Re: Problem with the route command
See 'man route' for details of how the default is calculated.
Use 'netstat -rnv' to see what netmask is associated with the route entry and if necessary, supply that to the 'route delete' command...
route delete net xxx netmask yyy
Regards,
John