Forum Discussion
CANSTAYN569
Nimbostratus
Oct 13, 2016GTM response according to source ip
Hi,
I have GTM configuration running properly. The devices can talk to each other, get update about the availability of pools.
I need to make another enhancement though. I need a configur...
CANSTAYN569
Nimbostratus
Oct 13, 2016when DNS_REQUEST {
if { ( [active_members DC-DENEME] >= 1) } {
if { ( [IP::addr [IP::client_addr] equals 192.168.5.1/32]) } {
log local0. "dns query from local network: <[IP::client_addr]>"
host 192.168.71.150
} elseif { [IP::addr[IP::client_addr] not equals 192.168.5.1/32] } {
host 1.1.1.1
}
} elseif { [active_members DR-DENEME] >= 1 } {
host 10.0.71.150
}
}
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