- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- delete route
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
10-02-2002 06:33 AM
10-02-2002 06:33 AM
145.7.71.64 10.126.254.17 UG 0 0 lan1 1500
I would expect that
route delete 145.7.71.64 10.126.254.17
would be enough to delete the entry from the table, but i get:
#route delete 145.7.71.64 10.126.254.17
delete host 145.7.71.64: gateway 10.126.254.17: No such file or directory
what is it that i do not see?
Regards,
Ceesjan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:38 AM
10-02-2002 06:38 AM
Re: delete route
??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:41 AM
10-02-2002 06:41 AM
Re: delete route
How about:
route delete 145.7.71.64 10.126.254.17 1
It might need the hop count to delete the gateway.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:41 AM
10-02-2002 06:41 AM
Re: delete route
If this route was pushed to your server from a network router/switch then you wont be able to delete it on your HP since it wasnt added with a route add ....
Any routes added to your server should be in /etc/rc.config.d/netconf and only these ones can you delete manually with route delete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:48 AM
10-02-2002 06:48 AM
Re: delete route
I added the entry myself manually by:
route add net 145.7.71.67 netmask 255.255.255.240 10.126.254.17 1
I still suppose i should be able to delete it as well.
By the way: what does 'no such file or directory' imply in this context?
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:49 AM
10-02-2002 06:49 AM
Re: delete route
route delete net 145.7.71.64 10.126.254.17 1
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:51 AM
10-02-2002 06:51 AM
Re: delete route
route delete net 145.7.71.67 netmask 255.255.255.240 10.126.254.17 1
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:52 AM
10-02-2002 06:52 AM
Re: delete route
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:53 AM
10-02-2002 06:53 AM
Re: delete route
If you do a
netstat -rn | grep -e 145.7.71.64 -e 10.126.254.17
what do you get back??
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:53 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:56 AM
10-02-2002 06:56 AM
Re: delete route
Use the netmask in the delete statement.
route delete net 145.7.71.64 netmask 255.255.240.0 10.126.254.17 1
??
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 06:57 AM
10-02-2002 06:57 AM
Re: delete route
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2002 07:02 AM
10-02-2002 07:02 AM
Re: delete route
Add the netmask, but not the Metric.
Greetings,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 04:29 AM
10-03-2002 04:29 AM