About this document
Understanding iptables TCP Flags by list_course is a document available to read on EtoBox.
This document explains the iptables command "iptables -A INPUT -p tcp --tcp-flags SYN,RST,ACK,FIN". It describes that this command appends a rule to the INPUT chain to match TCP packets with the SYN flag set and the RST, ACK, and FIN flags unset, and accepts the packet. It also notes that this command is equivalent to using just "--syn".
- Author
- list_course
- Language
- EN