Forum Discussion
gto481_34301
Nimbostratus
Oct 16, 2011No acknowledge from destination after SNAT using iRule
I have one client server with one IP address (192.168.1.1). I would like to SNAT the server IP address base on outgoing port 2222. Actually, the default SNAT is 10.230.10.1 for any other ports. Howeve...
John_Alam_45640
Oct 16, 2011Historic F5 Account
Try this irule instead:
when CLIENT_ACCEPTED {
if { [TCP::local_port clientside] equals "2222" } {
log local0. "SNATting using 10.10.1.1 for client [IP::remote_addr]"
snat 10.10.1.1
}
}
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