Forum Discussion
felix_candelari
Nimbostratus
Aug 19, 2008iRule to refuse connection
Hello all,
I notice that even if the nodes in a pool go down the virtual server in front of that pool both responds to pings and the client facing port remains up.
Is it possible to write an irule that rejects connections from clients if the nodes are down instead of the connection just timing out?
Something along the lines of:
if { {[active_members poolName] < 1} } {
TCP::close
}
-Felix
- Nicolas_Menant
Employee
Hi,when CLIENT_ACCEPTED { if {[active_members poolName] < 2} { reject } }
- felix_candelari
Nimbostratus
ZOINKS. Talk about service! Thanks man. - Nicolas_Menant
Employee
No Problem,
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