Forum Discussion
Vadym_Chepkov
Nimbostratus
Jul 13, 2016How to filter private IP space from DNS_RESPONSE
We would like to return 'not found' answer if an "outsider" requested A record with IP from private rfc1918 networks. How one would accomplish that with iRule?
I saw some filtering examples available...
Vadym_Chepkov
Nimbostratus
Jul 13, 2016I started with this :
when DNS_RESPONSE {
if { not [class match [IP::client_addr] eq "local_net" ] } {
foreach entry [DNS::answer] {
if {[DNS::type $entry] eq "A"} {
if { [class match [DNS::rdata $entry] eq "private_net"] } {
need to return not found here
}
}
}
}
}
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