Forum Discussion
coolzyt_17417
Oct 13, 2011Nimbostratus
How to close client connection when server closed connection
I can close the underlying socket between the server and f5.
But I cannot close the connection between f5 and client.
I tried to use the irule like
SERVER_CLOSED
{
clientside
{ reject
}
}
but no effect.
How can i do this?
Very thanks!
- Michael_YatesNimbostratusHi coolzyt,
when HTTP_REQUEST { log local0. "Client IP Address: [IP::client_addr]." } when LB_SELECTED { log local0. "Load Balanced Server: [LB::server addr]" } when SERVER_CLOSED { log local0. "Server Connection Closed to [IP::server_addr]." TCP::close log local0. "TCP Connection Closed to [IP::client_addr]." }
- coolzyt_17417NimbostratusThank you Michael!
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