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 {
...
PK_Bhatia
Nimbostratus
May 30, 2014Have you tried remote address for the client to see if that make any difference?
1 when CLIENT_ACCEPTED { 2 if { [IP::addr [IP::remote_addr] equals 206.0.0.0 mask 255.0.0.0] } { 3 pool clients_from_206 4 } else { 5 pool other_clients_pool 6 } 7 }
PK_Bhatia
Nimbostratus
May 30, 2014sorry about the formatting, I am not sure why it came up like this...
when CLIENT_ACCEPTED {
if { [IP::addr [IP::remote_addr] equals 206.0.0.0 mask 255.0.0.0] } {
pool clients_from_206
} else {
pool other_clients_pool
}
}
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