- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
12-12-2001 01:11 PM
12-12-2001 01:11 PM
Default Gateway
What are the implications to using a 10.20 host as it's own default gateway to avoid access disruption when a router fails?
Thanks
Gross
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 01:21 PM
12-12-2001 01:21 PM
Re: Default Gateway
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 01:21 PM
12-12-2001 01:21 PM
Re: Default Gateway
If your entire network is routed and your users are on a different subnet from the server, then yyour users will be out of luck if the router dies. The only alternative is if your server has 2 NICs on different subnets.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 01:30 PM
12-12-2001 01:30 PM
Re: Default Gateway
The best way would be to set a second
NIC card on the server as the gateway.
I wouldn't set the primary NIC, as then
it would have to direct all traffic,
as from it's own server. The second NIC
should also be on a different subnet.
A switch/router is *still* the best way
for gateways. Servers are really an
alternative and not a fantastic one,
otherwise there wouldn't be any.
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 01:40 PM
12-12-2001 01:40 PM
Re: Default Gateway
default gateway provides connectivity to all the subnets that your system can't reach directly or through static routes. If you want to setup your system as a default gateway, you need to have access to all the subnets that your default gateway has access to.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2001 01:57 PM
12-12-2001 01:57 PM
Re: Default Gateway
Don't try it. If your server's default route is to your server itself, it needs to know how to (and be able to) get to other networks. A default route to itself to figure out another route? It just isn't going to work like that. The server would have to know a route to the destination and if it did it wouldn't be using the default route in the first place.
Besides, if the true router / gateway is down and that's how your server gets to other networks, the server will not be able to get to the other networks. Bottom line, the default route needs to be to the true gateway.
Your server can actually be configured as a router. And then you still don't really need a default route because as a router, your server should know how to get to other networks.
Darrell