Forum Discussion
Matthias_Ubben_
Nimbostratus
May 30, 2014SNAT problem, caused by oneconnect?
Is there a known problem with oneconnect and SNAT iRules?
I have to set a special SNAT adress for requests from some special users.
The iRule looks like this:
when CLIENT_ACCEPTED {
...
Cory_50405
Noctilucent
May 30, 2014Does it work if you use an if statement?
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals ?.?.?.?/??] } {
snatpool SNAT_PENTESTER
} else {
snat automap
}
}
Cory_50405
Noctilucent
May 30, 2014I don't think OneConnect will cause any issues pertaining to SNAT configuration by the way.
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