Forum Discussion
shadow82
Cirrus
Sep 13, 2023Turn off SNAT selectively
Hi! I have F5 VE Act/Stb cluster running 16.1.3 build 0.0.12 with a single external VServer full of LTM policies that redirect traffic to internal VServer on the same F5 and next it's going towards ...
Paulius
MVP
Sep 13, 2023shadow82 The following should work for you but will most likely cause an issue when the response traffic comes back because the traffic will show the SNAT IP of the External F5 SNAT pool. Your best option here would be to create a NAT for the Internal F5 SNAT IP.
when CLIENT_ACCEPTED priority 500 {
if { [IP::addr [IP::client_addr] equals <external_VS_SNAT_POOL_IP>] }{
snat none
}
}
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