Jose_Charpentie
Aug 24, 2015Nimbostratus
Use VIP address as source
Hello everyone,
How can I allow the VIP IP as a source when the Pool Member iniciates the connection on a specific port? I tried with a NAT but it will NAT all the traffic I need only to NAT with when the pool member iniciates the traffic in a specific port. (Actually the NAT didn't work, I have a capture on a FW and the connection is using the self IP of the F5).
I tried with a SNAT and SNAT Pool but it doesn't worked either, I can see the self IP in the FW when the server iniciates the traffic.
I also tried with an iRULE, something like this:
when CLIENT_ACCEPTED { if {[TCP::local_port] == 2196} { snatpool SNAT_POOL_TEST
} pool airwatch-AWCM-2001 }
Thank in advance for your responses.
Regards,
Jose Charpentier F