Forum Discussion
JRahm
Admin
Oct 27, 2006GTM Intercept bypass?
Our DNS servers are sitting in a bridged vlan behind the GTM so I can intercept the DNS queries heading to the DNS server. Is it possible to disable this functionality based on source IP address on a...
Pete_Thornewell
Oct 31, 2006Historic F5 Account
This seems a bit of a waste of GTM's LB capabilities. You should really be able to specify that the translated addresses should be used instead of the public ones for particular source IP addressesin a rule. You could try (apologies my TCL fu is weak so the syntax might not be correct).
when LB_SELECTED {
if { [IP::client_addr] equals "10.x.x.x" } {
set addr [LB::server addr]
log "Internal request"
if { $addr equals "1.2.3.4" } {
node 10.2.3.4
}
elseif { $addr equals "1.2.3.5 } {
node 10.2.3.5
}
}
}
if the pool members global addresses were 1.2.3.4 and 1.2.3.5 with translation addresses 10.2.3.4 and 10.2.3.5 respectively.
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
