Forum Discussion
chris_16019
Nimbostratus
Dec 01, 2008iRule & SNAT
Hi - I was hoping someone may be able to offer some assistance or point me at a URL that will help with some configuration work that is required.
Background - I have a backend server th...
naladar_65658
Altostratus
Dec 02, 2008I am far from being an expert on such things... that being said. You might try just turning on some logging and then throw some traffic at it. That way you can see if it is even being executed.
when CLIENT_ACCEPTED {
log local0. "[IP::local_addr]:[TCP::local_port]: Client Accepted"
if { [IP::addr [IP::local_addr] equals "A.A.A.A"] } {
log local0. "[IP::local_addr]:[TCP::local_port]: Using the A.A.A.A SNAT"
use snat Z.Z.Z.Z
} elsif { [IP::addr [IP::local_addr] equals "B.B.B.B"] } {
log local0. "[IP::local_addr]:[TCP::local_port]: Using the B.B.B.B SNAT"
use snat Y.Y.Y.Y
} else {
log local0. "[IP::local_addr]:[TCP::local_port]: Using the Default X.X.X.X SNAT"
use snat X.X.X.X
}
Also, I do not believe it is possible to use the f5 to modify/change or even read traffic going over SSL when the f5 is not holding the SSL keys. So if your offloading all the SSL stuff to a different device I believe you are limited in what you can do with that traffic.
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