converted all ipv6 iptables/ip6tables scenarios
This commit is contained in:
committed by
Tobias Brunner
parent
a0ffe67fab
commit
5c09942d54
@@ -0,0 +1,12 @@
|
||||
*filter
|
||||
|
||||
# default policy is DROP
|
||||
-P INPUT DROP
|
||||
-P OUTPUT DROP
|
||||
-P FORWARD DROP
|
||||
|
||||
# allow ssh
|
||||
-A INPUT -p tcp --dport 22 -j ACCEPT
|
||||
-A OUTPUT -p tcp --sport 22 -j ACCEPT
|
||||
|
||||
COMMIT
|
||||
Reference in New Issue
Block a user