Forum Discussion
daveclark_20228
Nimbostratus
Jun 03, 2009Trying to get a SNAT irule to work
Hello all , i am hoping of you very helpful people will be able help me get this working. I am not a programmer , and only just starting to learn about TCL and Irules.
I have a irule i want to...
The_Bhattman
Nimbostratus
Jun 03, 2009What about
when CLIENT_ACCEPTED {
if {([matchclass [IP::client_addr] equals $::UAT_Symba_SNAT1]) && ([matchclass [TCP::local_port] equals $::UAT_Symba_Port])}{
snat x.x.x.175
} elseif {([matchclass [IP::client_addr] equals $::UAT_Symba_SNAT2]) && ([matchclass [TCP::local_port] equals $::UAT_Symba_Port])}{
snat x.x.x.176
} else {
don't do any source address translation
forward
}
}
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