Forum Discussion
The_Bhattman
Jul 26, 2011Nimbostratus
Hi Craig,
If you look to provide a bogus response from the GTM based on it hitting a specific wide IP then you can do the following
when DNS_REQUEST {
if { !([IP::addr [IP::client_addr]/24 equals 10.0.0.0/24]) or !([IP::addr [IP::client_addr]/24 equals 192.168.76.0/24]) } {
cname www.blahblahblah.com
}
}
I hope this helps
Bhattman