With iptables I want to accept three-way handshake of a TCP connection and then drop the connection. Is it possible, if so how?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Check this - search for --tcp-flags You should accepts packets with SYN, SYN+ACK and ACK flags set, and drop everything else. |
|||||||||||
|