- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how to remove a route on the host
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-06-2007 08:45 AM
09-06-2007 08:45 AM
how to remove a route on the host
destination gateway Flags ...
10.1.5.2 10.1.5.3 UH ...
What command to remove this entry?
I tried:
route delete 10.1.5.2
and:
route delete 10.1.5.2 10.1.5.2
but, they are not working.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 08:58 AM
09-06-2007 08:58 AM
Re: how to remove a route on the host
# netstat -rn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:00 AM
09-06-2007 09:00 AM
Re: how to remove a route on the host
Now, I just need the help on the command to remove this entry from netstat -rn.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:03 AM
09-06-2007 09:03 AM
Re: how to remove a route on the host
# netstat delete host 10.1.5.2 10.1.5.3 1
~hope it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:06 AM
09-06-2007 09:06 AM
Re: how to remove a route on the host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:08 AM
09-06-2007 09:08 AM
Re: how to remove a route on the host
# route delete host 10.1.5.2 10.1.5.3 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:15 AM
09-06-2007 09:15 AM
Re: how to remove a route on the host
netstat -rn:
Destination Gateway Flags
10.1.5.2 10.1.5.2 UH
route delete host 10.1.10.2 10.1.10.2 1
delete host 10.1.10.2: gateway 10.1.10.2: no such route
I can not remove the entry.
Please pay attention on the ip, the destination and gateway have the same IP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:18 AM
09-06-2007 09:18 AM
Re: how to remove a route on the host
route delete host 10.1.5.2 10.1.5.2
delete host 10.1.5.2: gateway 10.1.5.2: no such route
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:24 AM
09-06-2007 09:24 AM
Re: how to remove a route on the host
I did pay attention; your original posting of the output of netstat -rn was wrong.
One possible way to fix you is to remove all entries that specify a remote host for a gateway.
route -f
You should then immediately add back the needed routes; at a minimum the default gateway.
route add default 10.1.0.1 1
substituting the correct ip address or hostname for 10.1.0.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 09:25 AM
09-06-2007 09:25 AM
Re: how to remove a route on the host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 11:09 AM
09-06-2007 11:09 AM
Re: how to remove a route on the host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 12:52 PM
09-06-2007 12:52 PM
Re: how to remove a route on the host
I did perform this command, and as the result of that, I lost the primary connection. I wish it could be explained better.
I restarted ./net start, so the connections got back now, but the entry is till there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 01:50 PM
09-06-2007 01:50 PM
Re: how to remove a route on the host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2007 03:57 PM
09-06-2007 03:57 PM
Re: how to remove a route on the host
You can delete using
# route delete host 10.1.5.2 10.1.5.3 1
Regards
Padma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 02:56 AM
09-07-2007 02:56 AM
Re: how to remove a route on the host
Padman, I have already tried that command. With or without "1" , all don't work.
It seems I have to reboot the server to get rid of this entry which could not be done now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 03:17 AM
09-07-2007 03:17 AM
Re: how to remove a route on the host
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 03:36 AM
09-07-2007 03:36 AM
Re: how to remove a route on the host
So you wanted to get rid of
10.1.5.2 10.1.5.2 entry in netstat -r don't you?
It the command I gave you works for me, please let me know what the output of
router delete host 10.1.5.2 10.1.5.2 1
So the format is
route delete host
Regards
Padma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2007 07:38 AM
09-07-2007 07:38 AM
Re: how to remove a route on the host
I am still wondering why after "route -f" , I lost primary connection, may lost all connections...