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...
gto481_34301
Nimbostratus
Oct 16, 2011John Alam:
The problem still persists. Still doesn't get ack from destination. The following is my configuration.
virtual OPCO1_CO_VS {
pool OPCO1_CO_Pool
destination 172.17.30.1:any
ip protocol tcp
rules OPCO1_CH_SNAT_PORT
}
pool OPCO1_CO_Pool {
members 172.17.30.1:2222
}
rule OPCO1_CH_SNAT_PORT {
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