blob: 1ecf05cc07620cb3a6271eff2ddd07dad3d228fb [file] [log] [blame]
Jonas Berlinf33c4612005-04-01 06:54:23 +00001.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01002[\fB!\fP] \fB\-\-source\-port\fP,\fB\-\-sport\fP \fIport\fP[\fB:\fP\fIport\fP]
Jonas Berlinf33c4612005-04-01 06:54:23 +00003.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01004[\fB!\fP] \fB\-\-destination\-port\fP,\fB\-\-dport\fP \fIport\fP[\fB:\fP\fIport\fP]
Jonas Berlinf33c4612005-04-01 06:54:23 +00005.TP
Jan Engelhardtfea74bf2009-01-12 04:53:18 +01006[\fB!\fP] \fB\-\-chunk\-types\fP {\fBall\fP|\fBany\fP|\fBonly\fP} \fIchunktype\fP[\fB:\fP\fIflags\fP] [...]
Jonas Berlinf33c4612005-04-01 06:54:23 +00007The flag letter in upper case indicates that the flag is to match if set,
8in the lower case indicates to match if unset.
9
10Chunk types: DATA INIT INIT_ACK SACK HEARTBEAT HEARTBEAT_ACK ABORT SHUTDOWN SHUTDOWN_ACK ERROR COOKIE_ECHO COOKIE_ACK ECN_ECNE ECN_CWR SHUTDOWN_COMPLETE ASCONF ASCONF_ACK
11
12chunk type available flags
13.br
14DATA U B E u b e
15.br
16ABORT T t
17.br
18SHUTDOWN_COMPLETE T t
19
20(lowercase means flag should be "off", uppercase means "on")
21.P
22Examples:
23
Jan Engelhardtfea74bf2009-01-12 04:53:18 +010024iptables \-A INPUT \-p sctp \-\-dport 80 \-j DROP
Jonas Berlinf33c4612005-04-01 06:54:23 +000025
Jan Engelhardtfea74bf2009-01-12 04:53:18 +010026iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA,INIT \-j DROP
Jonas Berlinf33c4612005-04-01 06:54:23 +000027
Jan Engelhardtfea74bf2009-01-12 04:53:18 +010028iptables \-A INPUT \-p sctp \-\-chunk\-types any DATA:Be \-j ACCEPT