Forum Discussion
Craig_13881
Jul 26, 2011Nimbostratus
The iRule below works, I just need to get the syntax correct for the subnets and I'll be good. Going to play around with that some more. 10.0.0.53 is the IP of the internal DNS server making the request to the GTM.
when DNS_REQUEST {
if { ![IP::addr [IP::client_addr] equals 10.0.0.53] } {
cname www.blahblahblah.com
}
}