Forum Discussion
Dustin_Schueman
May 30, 2014Nimbostratus
SNAT Automap
I have two VLAN's behind our F5. I am trying to setup SNAT so that when a client on VLAN 10 connects to a VIP load balancing to VLAN 20 it works. I created an iRule and applied it to virtual server f...
- May 30, 2014
Try this one:
when CLIENT_ACCEPTED { if { [IP::addr [IP::client_addr] equals 10.63.136.13] and [IP::addr [IP::local_addr clientside] equals 10.63.27.170]} { snat automap } }
Cory_50405
May 30, 2014Noctilucent
Try this one:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.63.136.13] and [IP::addr [IP::local_addr clientside] equals 10.63.27.170]} {
snat automap
}
}
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