- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- route delete
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-21-2005 03:52 AM
09-21-2005 03:52 AM
route delete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 03:55 AM
09-21-2005 03:55 AM
Re: route delete
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 04:00 AM
09-21-2005 04:00 AM
Re: route delete
route delete host xxx.xxx.xxx.xxx
usage: delete destination [netmask mask] gateway
so i try this without luck ;
route delete host xxx.xxx.xxx.xxx gateway xxx.xxx.xxx.xxx
gateway: bad value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 04:03 AM
09-21-2005 04:03 AM
Re: route delete
route
-----
route is used to manipulate the network routing tables manually, and accessible only by users who have appropriate privileges.
route supports two commands:
add Add a route.
delete delete a route.
Example:
route delete 10.10.100.60
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 04:37 AM
09-21-2005 04:37 AM
Re: route delete
route delete
if it is a network route, i.e., last octet of the ip address is zero
route delete net
in your case, since you have UGH flags, this is a host route but for the sake of clarification, from netstat -rn output
This is a host route
14.22.82.221 10.44.5.254 UGH 0 lan0 0
This is a network route
10.0.111.0 10.44.12.254 UG 0 lan2 0
UNIX because I majored in cryptology...