- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- question on default gateway
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
11-12-2001 10:46 AM
11-12-2001 10:46 AM
question on default gateway
Can we configure more than one default gateway in HP-UX 11.0? Reason for this question is that we would like to re-route all outbound traffic network to a stand-by router, default gateway fails.
Is it possible in HP-UX 11.0 to have more than one default gateway?
Thanks & regards,
Jegi
NBC, New York
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 10:51 AM
11-12-2001 10:51 AM
Re: question on default gateway
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 10:55 AM
11-12-2001 10:55 AM
Re: question on default gateway
the word default itself implies there can be only one default to fall back upon ;-)
You can have more than one
gateway for a system , each
one for different subnets.But there can be only one default gateway, which is used as a default when there is no other gateway set for that subnet.
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 10:56 AM
11-12-2001 10:56 AM
Re: question on default gateway
look at this URL
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x775f46ff9277d511abcd0090277a778c,00.html
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2001 07:46 PM
11-12-2001 07:46 PM
Re: question on default gateway
This link is worth checking,
http://us-support.external.hp.com/cki/bin/doc.pl/sid=3f999570120ed959c6/screen=ckiDisplayDocument?docId=200000048194519
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:04 AM
11-13-2001 01:04 AM
Re: question on default gateway
If you have two IP addresses on a system, 192.168.10.1/24
192.168.9.1/24 and gateways as 192.168.9.1 and 192.168.10.1 , you can put both gateways as default. You can put this in /etc/rc.config.d/netconf or you can add them via command line :
route add default 192.168.9.1 1
and
route add default 192.168.10.1 1
This should work..
Manoj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 01:43 AM
11-13-2001 01:43 AM
Re: question on default gateway
actually there are solutions for this as proposed here
http://deesse.univ-lemans.fr:8003/Connected/RFC/1122/57.html
but not every OS behaves like this.
On MS-Win you need to activate RIP on a client with two default gateways, but I never did a real test for this on HPUX.
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 02:01 AM
11-13-2001 02:01 AM
Re: question on default gateway
In the implementation I saw, the two gateays were both assigned as root, but with the secondary gateway assigned a larger hop count (2 instead of 1). That way the primary gateway was always used until failure was detected by the dead gateway detection, and then traffic was redirected to the seondary gateway.
You may want to tune down the dead gateway detection from the default of three minutes - use the ndd command to change the ip_ire_gw_probe_interval parameter.
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 06:55 AM
11-13-2001 06:55 AM
Re: question on default gateway
You could run gated to get the HP to behave more like a router. The HP would get routes injected from somewhere (probably a router) using (probably) OSPF, BGP, or RIP.
OTOH, you could buy a router (which will work with multiple default routes) and make sure that the HP server is redundantly connected to the router (use MC/Service Guard) or your ethernet gear (switches/hubs), obviating the need for multiple default routes on the HP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2001 07:05 AM
11-13-2001 07:05 AM
Re: question on default gateway
live free or die
harry