Forum Discussion
al_kabeer_2905
Nimbostratus
Nov 15, 2012Allow specfic list of IP address to connect to VIP
Hi,
I have BigIP ltm 3900 (no ASM) for load balancing.
i want to allow only specfic IP addresses ( from different ranges) to be connected to this VIP.
ex: list of IP's (10.10.10.1, 192...
What_Lies_Bene1
Cirrostratus
Nov 15, 2012Then use an iRule to reference the Data Group and reject traffic not in the group (or you could use 'drop' to silently drop it);
when CLIENT_ACCEPTED {
if { not [class match [IP::addr [IP::client_addr] equals some-dg] } {
reject }
}
[/codeHelp 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