Forum Discussion
Techgeeeg_28888
Nimbostratus
Aug 02, 2013iRule correct or not
I have a link controller setup and i want the server1 and server2 to be translated to separate snat pools and go out via different gateway pool and the rest of the traffic should go out via default s...
uni
Altocumulus
Aug 11, 2013If Server1 is a single IP address, you can change your statement to
if { [IP::addr [IP::client_addr] equals 10.1.2.3] } {
If it represents several IP addresses, create a data-group (such as server1_ip_class) with the IP addresses in it, and change your test to
if { class match [IP::client_addr] equals server1_ip_class } {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