You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
487 B
12 lines
487 B
:INPUT,FORWARD,OUTPUT
|
|
-j REJECT;=;OK
|
|
# manpage for IPv6 variant of REJECT does not show up for some reason?
|
|
-j REJECT --reject-with icmp6-no-route;=;OK
|
|
-j REJECT --reject-with icmp6-adm-prohibited;=;OK
|
|
-j REJECT --reject-with icmp6-addr-unreachable;=;OK
|
|
-j REJECT --reject-with icmp6-port-unreachable;=;OK
|
|
-j REJECT --reject-with icmp6-policy-fail;=;OK
|
|
-j REJECT --reject-with icmp6-reject-route;=;OK
|
|
-p tcp -j REJECT --reject-with tcp-reset;=;OK
|
|
-j REJECT --reject-with tcp-reset;;FAIL
|