Forum Discussion
madi_56757
Nimbostratus
Jan 17, 2005inteligent SNAT with iRule
Hi,
I have in the version 4.5.10 a iRule for an inteligent SNAT,
VIRTUAL ANY UNIT 1
|
|
|
...
unRuleY_95363
Jan 21, 2005Historic F5 Account
Ok, I will run some tests this weekend so I can better understand all the issues around this. You may want to use a different approach, like putting the snat on the virtual (or maybe you already have it that way which could be why it's always snat'ing) and then use the rule to disable the snat via the "snat none" command:
when CLIENT_ACCEPTED {
if {[IP::addr [IP::local_addr] equals "2.2.2.0 mask 255.255.255.0"]} {
snat none
}
}
Have a good weekend.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
