Forum Discussion
rameshr_132303
Nimbostratus
Nov 19, 2015NSlookup returning both Private and Public IPs for a URL
Hi All,
I have a WIP set up in my GTM and created a Topology record to state that any request coming from WAN, a private IP needs to be returned and whenever a request comes from the internet th...
Samir_Jha_52506
Noctilucent
Nov 20, 2015Hi, I agree of the above 1st point of Anoop & it will work. Please use method below & use iRule. Hope issue will resolved.
Preferred: Topology; Alternet:Return to DNS; fallback : None.
when DNS_REQUEST {
if { ([IP::addr [IP::client_addr]/8 equals 10.0.0.0])}{
} elseif {
([IP::addr [IP::client_addr]/12 equals 172.16.0.0])}{
} elseif {
([IP::addr [IP::client_addr]/16 equals 192.168.0.0])}{
} else {
discard
}
}
Refer Link
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