- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: the command 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
06-13-2000 01:06 AM
06-13-2000 01:06 AM
I'm trying to insert a net in my routing table with the route command with the following sintax:
route add [NET IP][GATEWAY IP][SUBNET IP]
after this i type in "route -n" and I don't get any visible output.
I read the man page but it realy didn't (this is quite common:)).
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 01:47 AM
06-13-2000 01:47 AM
Re: the command route......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 04:09 AM
06-13-2000 04:09 AM
Re: the command route......
1=Not done
0=Done
Also try calling route by its whole path just incase an alias it set up for it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 07:00 AM
06-13-2000 07:00 AM
Re: the command route......
route in HP-UX is only used to add/remove routing table entries dynamically. I don't even believe that it CAN permanently add a routing entry to the routing table.
To answer your question.....use netstat -rn or netstat -r to display the routing information.
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 07:02 AM
06-13-2000 07:02 AM
Re: the command route......
route in HP-UX is only used to add/remove routing table entries dynamically. I don't even believe that it CAN permanently add a routing entry to the routing table.
To answer your question.....use netstat -rn or netstat -r to display the routing information.
--Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2000 07:24 AM
06-13-2000 07:24 AM
SolutionTo add permanent static routes, edit /etc/rc.config.d/netconf. You will find comments explaining what to do exactly.
Good hint: NEVER forget to set HOP_COUNT to 1 (or whatever), since the default is 0 (thus making your route NOT to cross a router!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2000 04:57 AM
06-14-2000 04:57 AM