Forum Discussion
Phil_73545
Aug 12, 2014Nimbostratus
IRule for Wide IP on GTM
Hi Everyone
I have several Wide IPs configured on GTM that I only want to be allowed to be accessed from Australia
What is the best way to do the restriction
I am running code 11.2.1 on Gtm...
IheartF5_45022
Nacreous
You could do this using topology records, returning a dummy IP when country not AU, or else the following should work;-
when DNS_REQUEST {
if {!([whereis [IP::client_addr] country] eq US) ]} {
drop
return
}
}
IheartF5_45022
Aug 12, 2014Nacreous
Sorry that should say "AU" not US above
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