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 {
...
Matthias_Ubben_
Nimbostratus
May 30, 2014We've tried it first with the if statement. Because this doesn't work, we've changed it to the switch statement, which also doesn't work.
We've tried also a solution with data-group:
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals SNAT_PenTester_Pool]}{
snatpool SNAT_PENTESTER
}
}
Without effort 😞
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