Forum Discussion
Geethanjali_321
Nimbostratus
Oct 23, 2012Access restriction to a single virtual server for a specific IP address
Hi,
We have many virtual servers running behind our load balancer. I want to block a specific user (eg: 10.10.10.1) from accessing one virtual server alone. I find a lot of forums which e...
What_Lies_Bene1
Cirrostratus
Oct 23, 2012You could either use a packet filter specifying the one source IP and VS destination or an iRule such as this, which you would apply only to the VS in question;
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals x.x.x.x] } {
drop
return
}
}
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