Forum Discussion
iRule to drop Public IP access to DNS Wide-ip
Hi,
You can create a data group with the subnets of your private network and then apply it to the listener, follow the next link to see the irule logic.
We can't do just that because we want to block public ip from only specific wide-ip (eg. abc01.example.com)
but user from public can resolve for abc02.example.com and more.
I think that we need iRule that check if client IP is private or not and also check if those client access to abc01.example.com or not.
e.g.
if client not eq [private_ip_datagroup] && try to resolve wideip [abc01.example.com]
drop
else
return
Not sure if there is that irule though
Recent Discussions
Related Content
* 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