- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to have 2 gateways configured for the same hos...
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
09-25-2004 09:58 PM
09-25-2004 09:58 PM
How to have 2 gateways configured for the same host
I want to have 2 permanent gateways for my host. How do I do it.
Thankyou in advance
Faizer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2004 10:11 PM
09-25-2004 10:11 PM
Re: How to have 2 gateways configured for the same host
To add an additional permanent route entry:
1. Add the route entry in /etc/rc.config.d/netconf
below the default route. Choose either a net or
host route.
ROUTE_DESTINATION[1]="net ip_address" (ex:"net 192.10.1.0" network)
ROUTE_MASK[1]=""
ROUTE_GATEWAY[1]=ip_address (ex: 192.10.1.1 router)
ROUTE_COUNT[1]=1
ROUTE_ARGS[1]=""
2. reboot for changes to take effect
3. netstat -rn shows permanent entry
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2004 11:42 PM
09-25-2004 11:42 PM
Re: How to have 2 gateways configured for the same host
ROUTE_DESTINATION ="net 192.10.10.0" network
or ROUTE_DESTINATION= 192.10.10.0
Please update as I do not understand this.
Also could you let me know where I could find a write up for configuring gateways etec...
best regards
Faizer Jameel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 03:25 AM
09-26-2004 03:25 AM
Re: How to have 2 gateways configured for the same host
that would be ROUTE_DESTINATION ="net 192.10.10.0"
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2004 04:08 PM
09-26-2004 04:08 PM
Re: How to have 2 gateways configured for the same host
One for that default / individual ip-address gateway
One for that ip-address network gateway
Suppose , 192.168.151.190 ip-address then,
192.168.151.190
192.168.151.0
To check success of usage then, try to check with traceroute
Note: Routing will be followed in-order on netstat -rn output.. ( top -- down )