iptables的匹配条件 一.通用匹配:-s.-d.-p.-i.-o 二.扩展匹配 1.隐含扩展:使用-p{tcp|udp|icmp}指定某特定协议后,自动能够对协议进行扩展 -p tcp --dport m[-n]:匹配的目标端口,可以是连续的多个端口 --sport m[-n]:匹配的源端口,可以是连续的多个端口 --tcp-flags URG,PSH,RST,SYN,ACK,FIN也可以使用ALL和NONE --tcp-flags rst,syn,ack,fin syn 四个标志位中只有…