- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: portmapper reply in SG configuration.
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
05-05-2004 04:57 PM
05-05-2004 04:57 PM
portmapper reply in SG configuration.
My client sends RPC request to the portmapper running on a SG cluster. The destination IP address is the SG's Virtual IP address.
But, the reply from the SG a cluster (assuming the active one is host1) uses host1's physical IP address as the source IP address.
This cause a problem in the firewall in between as the reply packet was dropped. Is there any fix or workaround?
thank you.,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 05:25 PM
05-05-2004 05:25 PM
Re: portmapper reply in SG configuration.
Found this "old" thread,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=149302
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 05:32 PM
05-05-2004 05:32 PM
Re: portmapper reply in SG configuration.
Thank you for the prompt reply.
But,
1. the firewall would not recognize it as valid reply as the SA (source address) is different from the DA (destination address), so the reply is considered as new connection!
If I need to add a new rule, it may post security hole to my system as the source port would be different.
2. assuming I could configure the firewall and packet with host1' IP as SA passes, will client accept the reply as its SA is not from the server the client know.
any comment?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 08:50 PM
05-05-2004 08:50 PM
Re: portmapper reply in SG configuration.
However, the SA of outgoing traffic can usually be changed by adding/removing (host) routes that use the relocatable IP as gateway, e.g. from customer_defined_run/halt_commands(). However, this change affects _all_ outgoing traffic that uses the new route.
Best regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 12:57 AM
05-06-2004 12:57 AM
Re: portmapper reply in SG configuration.
Thank you for the reply.
Do you mean that I need to add route command?
Do you have a bit detailed example?
thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 01:41 AM
05-06-2004 01:41 AM
Re: portmapper reply in SG configuration.
I don't think there is a workaround. I ran into similar issues when i was sending traffic from behind the F5 load balancers to the SG virtual ip and the reply was coming from the ip address of the system. We ended up using the ip address of the system as the destination ip address.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 02:52 AM
05-06-2004 02:52 AM
Re: portmapper reply in SG configuration.
does it work if I have a NAT rule such as:
map lan0 10.10.1.1/32 -> 10.10.2.1/32
Assuming the host1's IP is 10.10.1.1 and SG virtual IP is 10.10.2.1/32
thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 11:08 AM
05-06-2004 11:08 AM
Re: portmapper reply in SG configuration.
The firewall packets will all contain the 'real' NIC IP address as opposed to the VIP.
We have similar problems - we ended up having to add the real IP addresses (for both sides of the cluster) for this to work.
The firewall drops the connection as it has no corresponding initiator entry (basically the return address doesn't match the address that the connection was initiated with).
Client initiates the connection using the VIP (initiator IP address) but the reply comes from the NIC IP - the two don't tie up, the firewall denies the connection....