Forum Discussion
Michael_Hull_61
Nimbostratus
Jan 13, 2006Immediate reset when all nodes for a VS are unavailable
Hi everybody,
I have searched hi and lo with no success to find a solution for our app developers regarding the BigIP sending an immediate reset when all nodes are unavailable for a particul...
Colin_Walker_12
Jan 16, 2006Historic F5 Account
The reason you're seeing a completed TCP handshake is due to the new Full-Proxy architecture of BIG-IP version 9.x. This architecture uses seperate connections to the client and server to transfer information, so the TCP handshake you're seeing on the client side is with the BIG-IP, not with the end server.
As far as an immediate disconnect, I think the closest you're going to see in a rule is if you use the LB_FAILED command, and immediately send the desired response to the client, and terminate the rule.
THis would look something like :
when LB_FAILED {
TCP::respond $myResponseData
TCP::close
return
}This is, of course, just a general example, and not tested.
-Colin
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