- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Virtual IP issue in MC/SG cluster.
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-10-2006 10:44 PM
12-10-2006 10:44 PM
i need a clarification on MC/SG virtual IP concept. recently i had setup MC/SG at a Bank for the ATM controller server running a legacy software. while the cluster is perfectly working fine. Now issue is with virtual IP ie., PACKAGE IP. whenever any clients access the server the network socket connection is established using the virtual ip. but for outbound traffic i.e., server initiating any network connection it uses the node ip rather than virtual ip. Since this an ATM controller server connecting to VISA & Master card Networks where the firewall policy is strict, whereby they only allow one IP address.
Is this the default behaviour of serviceguard package IP that it is used only for incoming network connections? can we make the virtual package IP to be be used for outbound network connections? One workaround looks like to using NAT for outbound. i believe there is not much to do in serviceguard configuration to sort out this. i would grateful if anyone can give me good suggestions.thanking in advance.
Below is my setup:
Node-1: 172.17.15.62
Node-2: 172.17.15.63
Package-IP: 172.17.15.70
-------------------------------------
"netstat -an " output:
incoming network conn:----- (uses virtual IP )
tcp 0 0 172.17.15.70.1712 172.17.15.10.49216 ESTABLISHED
outgoing network conn:----- (uses node IP)
tcp 0 0 192.168.1.62.47093 172.17.15.10.9004 ESTABLISHED
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 11:05 PM
12-10-2006 11:05 PM
Re: Virtual IP issue in MC/SG cluster.
------------------------------------
"netstat -an " output:
incoming network conn:----- (uses virtual IP )
tcp 0 0 172.17.15.70.1712 172.17.15.10.49216 ESTABLISHED
outgoing network conn:----- (uses node IP)
tcp 0 0 172.17.15.62.47093 172.17.15.10.9004 ESTABLISHED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 11:21 PM
12-10-2006 11:21 PM
Re: Virtual IP issue in MC/SG cluster.
I guess you might need to use "ndd" for tuning the IP stack.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2006 11:24 PM
12-10-2006 11:24 PM
Re: Virtual IP issue in MC/SG cluster.
it looks like your host and your package are running on the same subnet. So your host "talks randomly" on both interfaces.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2006 12:28 AM
12-11-2006 12:28 AM
Solutiona) the application that generate the packet also modifies the outbound source IP.
See appendix C, pg 419 "Bind to Relocatable IP Addresses"
in the "Managing Serviceguard" manual:
http://docs.hp.com/en/B3936-90100/B3936-90100.pdf
b) create a route that forces the outbound packet to use the relocatable IP thus:
$ /usr/sbin/route add host target-ip gateway-ip