Forum Discussion
dleija_23325
Nimbostratus
Aug 24, 2015Private VIP Access Control Options
We have an 'Inline BigIP F5' deployment. Our F5 sits in front of our content servers, sitting between the private and public. We use NATs on the public side to distribute traffic to our internal/priv...
arpydays
Nimbostratus
Aug 25, 2015Probably a simple irule/datagroup would do it. This rule will drop any connections from hosts not in the 'allowed-hosts' datagroup,
cheers
when CLIENT_ACCEPTED {
if { not ([class match [IP::client_addr] equals allowed-hosts]) } {
log local0. "[IP::client_addr] is not permitted to serverpoolXXX"
drop
}
}
ltm data-group internal allowed-hosts {
records {
192.168.20.51/32 {
data "ServerYYYY"
}
}
type ip
}
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
