- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Outbound source IP address in multi-homed host...
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
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
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-16-2009 08:04 PM
тАО09-16-2009 08:04 PM
Outbound source IP address in multi-homed hosts
We're trying to cluster an application with minimal remote firewall changes. I wanted to know if there was any change in HP-UX's behaviour with respect to source IPs in multi-homed hosts (e.g. ServiceGuard), that is:
-Well-designed cluster applications will run bind() to specify the outbound source IP as the virtual IP
-For TCP connections established from the remote host, the server replies with the same source IP that the connection was initiated to.
-For outbound connections where the source IP was not explicitly bound, the physical IP of the interface with the virtual IP is often used (since it usually is first in the routing table).
Is my understanding correct?
On Solaris, this is resolved by using "deprecated" on the physical interfaces - is there anything similar for HP-UX? Any other ways around this issue?
Thanks in advance.
Regards,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2009 02:27 AM
тАО09-18-2009 02:27 AM
Re: Outbound source IP address in multi-homed hosts
as far as I know there is no simple solution dealing with that issue.
But here is a good paper addressing that topic and gives suggestion how deal with "unbind application" on HP-UX hosts
http://mayoxide.com/presentations/Understanding_hpux_routing.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2009 11:37 AM
тАО09-18-2009 11:37 AM
Re: Outbound source IP address in multi-homed hosts
First of all, applications that are bound to an interface don't pose any problems. This is the best way to go.
But when dealing with unbound applications, the easiest solution is usually to authorize in your firewall all possible source IPs that it can have.
Example: you have Host A at 192.168.0.10, Host B at 192.168.0.11, and your floating IP at 192.168.0.12. Your firewall will have to authorize 10, 11, and 12. This works well byt can cause problems if you have ACLs in an uncontrolled remote application that will allow just ONE ip address as the source.
There are tricks using static routes that can go over this limitation, they're mentioned in the paper. I use them personally, and it has worked well for a while. But they're not officially supported by HP.
If you can, also avoid multi-homing on different routable networks or you'll run into problems unless using the strong ES model and this can become messy quickly.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2009 03:59 PM
тАО09-19-2009 03:59 PM
Re: Outbound source IP address in multi-homed hosts
I guess I was just wondering if there was any recent developments in this.
We'll probably see how we go with making the changes using static routing or binding the application (if that's possible) until the firewall changes can be made.
Thanks,
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2009 09:13 AM
тАО09-21-2009 09:13 AM