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.
10 lines
391 B
10 lines
391 B
:INPUT,FORWARD,OUTPUT
|
|
-j REJECT;=;OK
|
|
-j REJECT --reject-with icmp-net-unreachable;=;OK
|
|
-j REJECT --reject-with icmp-host-unreachable;=;OK
|
|
-j REJECT --reject-with icmp-port-unreachable;=;OK
|
|
-j REJECT --reject-with icmp-proto-unreachable;=;OK
|
|
-j REJECT --reject-with icmp-net-prohibited;=;OK
|
|
-j REJECT --reject-with icmp-host-prohibited;=;OK
|
|
-j REJECT --reject-with icmp-admin-prohibited;=;OK
|