Forum Discussion
Kevin_Nail
Nimbostratus
Aug 23, 2007Selective SNAT setup
Thanks for reading, any help would be appreciated. Here is my setup
US based LTM in DMZ
pool AMK_US
member 192.168.x.x (behind the local LTM)
member 192.55.x.x (on a ...
hoolio
Cirrostratus
Aug 23, 2007Hi,
You can write a rule and apply it only to the 192.55.21.x VIP that looks for requests being load balanced to one remote node and applies SNAT automap. Here is an example:
when LB_SELECTED {
if {[IP::addr [LB::server addr] equals 192.55.17.x]}{
snat automap
}
}[LB::server addr] returns the IP address for the node which has been selected to receive the request.
You can check the 'snat' command for more examples: (Click here)
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
