Forum Discussion
Ilian_Ivanov
Jun 02, 2017Nimbostratus
Selective SNAT
Hello,
I have a VIP on port 53, all-protocols, fastL4 profile, snat none. The VIP is working OK, but I want to do snat for a specific network. I have tried with that iRule:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.10.10.64/26] } {
snat 10.10.10.65
}
}
But for some reason the snat is not working...
The software is 10.2.4 HF7 and I have multiple route domains. Any suggestions?
- Stanislas_Piro2Cumulonimbus
Hi,
Is the IP address 10.10.10.65 configured on the BigIP (SNAT translation list or VS)? if not, there is no ARP proxy enabled on the BigIP and the return packet from the server will not go to BigIP.
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