Forum Discussion
Terry_Schmidt_1
Nimbostratus
Jun 10, 2014access control iRule
I cannot seem to get an access control iRule working. I am trying to limit access to a virtual server to only two external IP addresses. I have copied and modified an iRule found on F5 support site b...
Kevin_Davies_40
Nacreous
Jun 10, 2014Just another way of doing the same...
when CLIENT_ACCEPTED {
switch [IP::client_addr] {
10.10.10.10 -
10.10.10.20 { return }
}
reject
log local0. "Connection rejected from [IP::client_addr]"
}
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