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
to limit access only from 3 @ IP - Deb_Allen_18Historic F5 AccountThis rule will forward connections from those 3 addresses to the specified pool, and RST after the handshake for all other clients:
when CLIENT_ACCEPTED { switch [IP::client_addr] { 10.10.1.1 - 10.10.1.11 - 10.10.1.12 { pool my_pool } default { reject } } }
- mister_65355
Nimbostratus
Full thaks..
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