HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding a second gateway to netconf
Operating System - HP-UX
1834137
Members
2388
Online
110064
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
Go to solution
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
03-12-2002 10:46 AM
03-12-2002 10:46 AM
Hi,
in the /etc/rc.config.d/netconf you set the default gateway on the line that goes
ROUTE_GATEWAY[0]=153.118.219.251
Is there someway to add a second gateway for the system to check if it doesn't find the device/ip on the default gateway??
tks
ecs
in the /etc/rc.config.d/netconf you set the default gateway on the line that goes
ROUTE_GATEWAY[0]=153.118.219.251
Is there someway to add a second gateway for the system to check if it doesn't find the device/ip on the default gateway??
tks
ecs
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 10:53 AM
03-12-2002 10:53 AM
Solution
Hi,
Check this out:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=af5eabff1325b8e2b8/screen=ckiDisplayDocument?docId=200000053723989
HTH,
Shiju
Check this out:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=af5eabff1325b8e2b8/screen=ckiDisplayDocument?docId=200000053723989
HTH,
Shiju
Life is a promise, fulfill it!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2002 11:06 AM
03-12-2002 11:06 AM
Re: Adding a second gateway to netconf
Hi Cathy,
I don't fully follow your question. Yes, you can add multiple routes in netconf. Just add a stanza for each route. Note the number inside the [] must be unique for each stanza.
An example:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=10.10.10.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
ROUTE_DESTINATION[1]="net 12.0.0.0"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]="10.10.10.3"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
So, you can add explicit routes to hosts and nets if you desire. Those routes will be used instead of the default route.
Darrell
I don't fully follow your question. Yes, you can add multiple routes in netconf. Just add a stanza for each route. Note the number inside the [] must be unique for each stanza.
An example:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=10.10.10.1
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
ROUTE_DESTINATION[1]="net 12.0.0.0"
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]="10.10.10.3"
ROUTE_COUNT[1]="1"
ROUTE_ARGS[1]=""
So, you can add explicit routes to hosts and nets if you desire. Those routes will be used instead of the default route.
Darrell
"What, Me Worry?" - Alfred E. Neuman (Mad Magazine)
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
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP