|  | 
 
 发表于 2005-9-8 16:25:20
|
显示全部楼层 
| --syn 不仅仅是--tcp-flags SYN: 
 请参考 manual:
 
 
        [!] --synOnly match TCP packets with the SYN bit set and the ACK and RST bits cleared.  Such
 packets  are  used to request TCP connection initiation; for example, blocking such
 packets coming in an interface will prevent incoming TCP connections, but  outgoing
 TCP  connections  will  be unaffected.  It is equivalent to --tcp-flags SYN,RST,ACK
 SYN.  If the "!" flag precedes the "--syn", the sense of the option is inverted.
 | 
 |