HPE GreenLake Administration
Operating System - HP-UX
1825764
Members
2141
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
01-07-2002 10:54 AM
01-07-2002 10:54 AM
routing
I have a definition my 3 lan cards in /etc/rc.config.d/netconf
lan4, lan8 and lan9, but the lan4 is defined like route_destination=default, but when I type netstat -nr I saw default gateway lan9 and if I type traceroute machine, saw: Using IP @ lan9, I need to may machine route for lan4
Thanks.
lan4, lan8 and lan9, but the lan4 is defined like route_destination=default, but when I type netstat -nr I saw default gateway lan9 and if I type traceroute machine, saw: Using IP @ lan9, I need to may machine route for lan4
Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 11:29 AM
01-07-2002 11:29 AM
Re: routing
You can use route delete to remove the default route, then use route add to add the default route you want. Also since the default route is specified for lan4, when you reboot the proper default route should be configured.
GL,
C
GL,
C
"In theory, there is no difference between theory and practice. But, in practice, there is. " Jan L.A. van de Snepscheut
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 11:30 AM
01-07-2002 11:30 AM
Re: routing
.. if these NICs are on the same subnet, the traffic will go through the first one configured.
.. To force route on specific NIC is not supported.
.. some routing EXAMPLES ::
.. route add default XX.32.7.1 1
Where the last '1' signifies that this gateway is external to the host system
(a router for example). If no digit at the end a '0' is assumed which signifies
the local interface/internal to the host.
.. route add net XX.43.9.0 XX.32.7.1 We are saying we want anything to the XX.43.9 subnet
to use gateway XX.32.7.1
.. route delete default XX.32.7.1 We are deleting our default route and gateway
.. route delete net XX.43.9.0 XX.32.7.1 We are deleting the directive for the XX.43.9 subnet.
G'd luck
t++
.. To force route on specific NIC is not supported.
.. some routing EXAMPLES ::
.. route add default XX.32.7.1 1
Where the last '1' signifies that this gateway is external to the host system
(a router for example). If no digit at the end a '0' is assumed which signifies
the local interface/internal to the host.
.. route add net XX.43.9.0 XX.32.7.1 We are saying we want anything to the XX.43.9 subnet
to use gateway XX.32.7.1
.. route delete default XX.32.7.1 We are deleting our default route and gateway
.. route delete net XX.43.9.0 XX.32.7.1 We are deleting the directive for the XX.43.9 subnet.
G'd luck
t++
Little learning is dangerous!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2002 11:33 AM
01-07-2002 11:33 AM
Re: routing
Hi Carlos,
Try this link on how to set your default route,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=30aba94706460754ea/screen=ckiDisplayDocument?docId=200000045169382
http://us-support.external.hp.com/cki/bin/doc.pl/sid=30aba94706460754ea/screen=ckiDisplayDocument?docId=200000053723989
Your default route should have,
ROUTE_DESTINATION[0]=default
Hope this helps.
Regds
Try this link on how to set your default route,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=30aba94706460754ea/screen=ckiDisplayDocument?docId=200000045169382
http://us-support.external.hp.com/cki/bin/doc.pl/sid=30aba94706460754ea/screen=ckiDisplayDocument?docId=200000053723989
Your default route should have,
ROUTE_DESTINATION[0]=default
Hope this helps.
Regds
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP