Initial commit

This commit is contained in:
Michael Stapelberg
2017-10-08 22:18:48 +02:00
commit 331f68931a
14 changed files with 429 additions and 0 deletions

11
rules.v6 Normal file
View File

@@ -0,0 +1,11 @@
# Generated by ip6tables-save v1.6.0 on Wed Mar 22 14:31:11 2017
*filter
:INPUT ACCEPT [0:0]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [0:0]
-A INPUT -s ::1/128 -m comment --comment "RFC3513 loopback" -j ACCEPT
-A INPUT -s fc00::/7 -m comment --comment "RFC4193 reserved" -j ACCEPT
-A INPUT -s fe80::/10 -m comment --comment "RFC4291 link-local" -j ACCEPT
-A INPUT -p tcp -m tcp --dport 22 -m comment --comment SSH -j REJECT --reject-with icmp6-port-unreachable
COMMIT
# Completed on Wed Mar 22 14:31:11 2017