1 This is used to send back an error packet in response to the matched 2 packet: otherwise it is equivalent to 3 .B DROP 4 so it is a terminating TARGET, ending rule traversal. 5 This target is only valid in the 6 .BR INPUT , 7 .B FORWARD 8 and 9 .B OUTPUT 10 chains, and user-defined chains which are only called from those 11 chains. The following option controls the nature of the error packet 12 returned: 13 .TP 14 \fB\-\-reject\-with\fP \fItype\fP 15 The type given can be 16 \fBicmp6\-no\-route\fP, 17 \fBno\-route\fP, 18 \fBicmp6\-adm\-prohibited\fP, 19 \fBadm\-prohibited\fP, 20 \fBicmp6\-addr\-unreachable\fP, 21 \fBaddr\-unreach\fP, or 22 \fBicmp6\-port\-unreachable\fP, 23 which return the appropriate ICMPv6 error message (\fBicmp6\-port\-unreachable\fP is 24 the default). Finally, the option 25 \fBtcp\-reset\fP 26 can be used on rules which only match the TCP protocol: this causes a 27 TCP RST packet to be sent back. This is mainly useful for blocking 28 .I ident 29 (113/tcp) probes which frequently occur when sending mail to broken mail 30 hosts (which won't accept your mail otherwise). 31 \fBtcp\-reset\fP 32 can only be used with kernel versions 2.6.14 or later. 33