converted all ipv6 iptables/ip6tables scenarios

This commit is contained in:
Andreas Steffen
2013-01-17 16:55:03 +01:00
committed by Tobias Brunner
parent a0ffe67fab
commit 5c09942d54
96 changed files with 396 additions and 4619 deletions
+12
View File
@@ -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