Forum Discussion
smiley_dba_1116
Sep 05, 2012Nimbostratus
GTM - iRule traffic - certain users get directed to a VIP
Here is my query. Im trying to figure out an iRule that, when certain external IP's (like 10 particular IP's) come in, they get directed to a particular Virtual Server a pool, while the remain Inte...
Richard__Harlan
Sep 05, 2012Historic F5 Account
This would be done with LTM, GTM would not see the end users IP but the LDNS servers IP address. To do this with the LTM would would create a data group with all the IP address and if the client IP is in the list goto pool1 other wise pool2.
when HTTP_REQUEST {
if { [class match [IP::client_addr] equals "IP_datagroup" ] } {
use pool1
} else {
use pool2
}
}
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