Forum Discussion
David_68_151781
Nimbostratus
Apr 23, 2014How to restirct a server to a VIP
I need to limit access to a vip to one server.
3 Replies
- Cory_50405
Noctilucent
Where 10.10.10.10 is the example of the host you want to permit access to:
when CLIENT_ACCEPTED { if { ! [IP::addr [IP::client_addr] equals 10.10.10.10] } { reject } } - yoni_100721
Nimbostratus
use an iRule
when HTTP_REQUEST { if {[IP::addr [IP::client_addr] equals x.x.x.x] or [IP::addr [IP::client_addr] equals x.x.x.x] } { pool blah-pool } else { reject } }
- David_68_151781
Nimbostratus
Thanks for the help. Going to give this a try today.
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