Gateway Firewall drops the new connection because, there is a still a half-open TCP connection with the same 5-tuple (i.e. protocol number, source address, destination address, source port, and destination port).
- Below are the packets we see on the load balancer service interface for the new connection. Client sends a SYN to the LB VIP and as the VIP does not respond with a SYN-ACK, client retransmits the SYN and eventually, the connection fails to establish the TCP handshake:

- Minutes before this new connection, there was another connection request with the same 5-tuple and it was successfully established. However, at the end, we only see the LB VIP sending the FIN-ACK. We don't see any FIN-ACK from the client. Therefore, the gateway firewall treats this connection as half-open for the following 15minutes. Therefore, within the following 15minutes, if there is a new connection request with the same 5-tuple, gateway firewall will drop the new connection request. Below is the capture of the previous half-open connection showing there is no FIN-ACK received from the client:
