Forum Discussion
Logan_Ramirez_5
Dec 08, 2005Nimbostratus
conditional SNAT
We have a relatively simple environment: two data centers, one web server in each, one bigip in each. Basic pool in each office for web servers consists of (a) local web server and (b) other data cen...
Logan_Ramirez_5
Dec 12, 2005Nimbostratus
I believe that did it!
Assuming you have a pool setup with some servers you want to SNAT on and others you do NOT, and your virtual server is setup to SNAT ALL (in my case, autosnat is setup), then, here is the new iRule:
when LB_SELECTED {
if {[IP::addr [LB::server addr] equals "[insert server in pool you do not want to SNAT for here]"]} {
snat none
}
}
From my initial testing, that seems to do the trick!!
Thank you, f5, specifically unRuleY.
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