Forum Discussion
laurika_107393
Nimbostratus
Nov 30, 2007problem syn/ack to client Instead of RST
Hello:
I have a one problem.
Despite my vserver this down, my client sends the SYN packet to connect to the VIP, f5 responds with a SYN / ACK, the client sends ACK y the F5 respo...
James_Thomson
Employee
Dec 03, 2007You would need to write an iRule that did that. Something like this:
when LB_FAILED {
if { [LB::server addr] eq "" } {
reject
}
}
The reason this is not done by default is because there are many different scenarios where, just because the servers are down, doesn't mean you want to send a RST. You might want BIG-IP to do a redirect or do an iRule based on information coming in.
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