- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Routing table for the second NIC
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-03-2002 10:47 PM
10-03-2002 10:47 PM
Routing table for the second NIC
I need help with this: I need to setup routing for second NIC. I am using the first one with default gateway to connect computers on our LAN and also corporate WAN. The same I want to setup with the second card - to be able to connect box from LAN & WAN. But routed via another gateway; the default gateway would not be accessible in case the first NIC fails.
1. How does the syntax look like?
route add ...
2. How does the netconf look like?
Attached is my configuration.
I believe it's simple for you. Thanks in advance
Andrej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:15 PM
10-03-2002 11:15 PM
Re: Routing table for the second NIC
IP_ADDRESS[1]=10.250.29.1
SUBNET_MASK[1]=
INTERFACE_NAME[1]=lan1
BROADCAST_ADDRESS[1]=
INTERFACE_STATE[1]=up
ROUTE_GATEWAY[1]=10.250.29.254
ROUTE_COUNT[1]=1
ROUTE_DESTINATION[1]=default
The [1] indicates lan1.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:18 PM
10-03-2002 11:18 PM
Re: Routing table for the second NIC
the line is
ROUTE_DESTINATION[1]="net 10.250.29.0"
Regards
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:37 PM
10-03-2002 11:37 PM
Re: Routing table for the second NIC
ROUTE_DESTINATION[1]
=10.xx.xx.xx
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:40 PM
10-03-2002 11:40 PM
Re: Routing table for the second NIC
May be more details might help you:
lan0 100Mb
lan1 10Mb
I prefer communication via lan0 (faster). I just need to have remote access to the box in case of any failure (CISCO swicth port, lan0) of primary line. Also I want to PC's on subnet 29 to communicate via 28 with the box.
Is this possible?
Andrej