- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Adding new route issue - route added to virtua...
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
05-03-2006 11:31 PM
05-03-2006 11:31 PM
Server: HPUX 11.11 MC/SG 11.14 rp5470
When I add a new static route it adds it to the virtual lan card (lan0:1) instead of the
default lan card (lan0). Is there a way to force it to use just the default lan card?
Add route command we are using:
route net 192.168.87.0 netmask 255.255.255.128 192.168.223.1 1
Netstat output:
192.168.86.0 192.168.223.1 UG 0 lan0 0
192.168.87.0 192.168.223.1 UG 0 lan0:1 0
10 points to any good answer.
Thank you
Gino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 11:45 PM
05-03-2006 11:45 PM
SolutionYou also need following.
route net 192.168.86.0 netmask 255.255.255.128 192.168.223.1 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 11:59 PM
05-03-2006 11:59 PM
Re: Adding new route issue - route added to virtual lan card
Does my "route add" command look correct?
The problem is that I need the persistent route added to the actual NIC, not the virtual one. Other new routes that we have added have been to the actual NIC. This is the first time that we have had this kind of issue. The cluster package is running on this node so that is why we have the virtual lan card in the routing table.
10 points to any good answer.
Thank you
Gino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 01:21 AM
05-04-2006 01:21 AM
Re: Adding new route issue - route added to virtual lan card
the problem, how you said, is because you run the command after the package started.
It will disappear if you configure the static route in the /etc/rc.config.d/netconf an reboot the server. I don' t think there is another solution for your problem.
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2006 02:15 AM
05-04-2006 02:15 AM
Re: Adding new route issue - route added to virtual lan card
route add net 192.168.86.0 netmask 255.255.255.128 192.168.223.1 1
Rgds / James