Forum Discussion
JRahm
Admin
Aug 29, 2005Allowing only active connections when member is disabled
Is there a way within an iRule to mandate that disabled members receive active connections only, and persistent and new connections are killed? This way the thin client in the field will requery from...
JRahm
Admin
Aug 30, 2005I guess I was making it too complicating, this achieves my goals:
when CLIENT_ACCEPTED {
if { ([IP::client_addr] eq "10.10.192.8") || ([IP::client_addr] eq "10.20.192.8") } {
persist none
}
if { [active_members stl-ac24-pool] == 0 } {
reject
}
}What is still unknown is whether or not I can "force down* the nodes with iRules so that the VIP doesn't respond to syn requests. Any ideas???
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