Forum Discussion
keefyweefy
Mar 08, 2011Nimbostratus
Filter on source & destination
Hello all
I'm trying to write what I presumed would be a simple iRule to restrict access from a client. We have a forwarding (IP) VS for a subnet say 192.168.1.0/24
I'm applying th...
Chris_Miller
Mar 08, 2011Altostratus
How about this to make things prettier?
when CLIENT_ACCEPTED {
if { [IP::client_addr] eq 192.168.2.1 } {
switch [IP::local_addr] {
192.168.1.100 -
192.168.1.101 { drop }
}
}
}
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