- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multihomed Blade Server as Dual Webserver
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-04-2009 12:13 PM
09-04-2009 12:13 PM
Multihomed Blade Server as Dual Webserver
Is there anything wrong with this configuration?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2009 01:47 AM
09-05-2009 01:47 AM
Re: Multihomed Blade Server as Dual Webserver
When deciding where to send a packet, the HP-UX system reads the routing table from the beginning to the end. The first matching entry is used; other matching routes are considered only if the first one seems to be failing.
If you set up two default gateways, only one of them (the top-most one in the routing table) will get used. Requests would be coming in through both firewalls, but all responses would be going through just one or the other: a standard case of asymmetric routing. If your firewalls are tracking TCP sessions, they most likely won't like this.
With some advanced configuration, it may be possible to avoid this problem.
Please read this document, particularily from page 10 to the end of the document:
http://mayoxide.com/presentations/Understanding_hpux_routing.pdf
-----------
There is also a security/policy issue: the presence of two different firewalls would indicate that there are two security domains (basically, network segments with their own access control rules).
The standard assumption would be that there is a valid reason for separating things into two security domains. Joining them together with a device that is not a firewall is bad enough, but your device is a web server, which tends to be a very prominent target for attacks by definition.
You're giving the potential intruder a 2-for-1 deal: "choose the weaker firewall and you can bypass the stronger one". Most information security people would not be happy at all to find their security structures undermined like this.
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2009 09:01 AM
09-05-2009 09:01 AM
Re: Multihomed Blade Server as Dual Webserver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2009 12:15 PM
09-05-2009 12:15 PM
Re: Multihomed Blade Server as Dual Webserver
route add host
route add host
What do you think??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2009 11:49 PM
09-05-2009 11:49 PM
Re: Multihomed Blade Server as Dual Webserver
>route add host
With settings like these, only gateway address1 will be used.
Please, *read the document* I linked. It explains a lot better.
MK