Forum Discussion
mister_65355
Nimbostratus
Jul 11, 2007limited access to some Server
Hi All,
I'd like to limit Clients via IP Address for tussing the Virtuel Server,
for exemple: only 3 server to acced to VS.
how can I do??
mister_65355
Nimbostratus
Jul 12, 2007to limit access only from 3 @ IP
Rule configuration
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.10.1.1] } {
pool my_pool
}
}
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.10.1.11] } {
pool my_pool
}
}
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 10.10.1.12] } {
pool my_pool
}
}
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