You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
867 B
Plaintext
32 lines
867 B
Plaintext
8 years ago
|
# Generated by ip6tables-save v1.4.21 on Mon Feb 22 00:25:52 2016
|
||
|
*filter
|
||
|
:INPUT DROP [0:0]
|
||
|
:FORWARD ACCEPT [0:0]
|
||
|
:OUTPUT ACCEPT [0:0]
|
||
|
:LOGGING - [0:0]
|
||
|
-A INPUT -i lo -j ACCEPT
|
||
|
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
|
||
|
-A INPUT -p icmpv6 -j ACCEPT
|
||
|
|
||
|
# SSH-Server
|
||
|
-A INPUT -p tcp -m tcp --dport 22 -j ACCEPT
|
||
|
# dns
|
||
|
-A INPUT -p tcp -m tcp --dport 53 -j ACCEPT
|
||
|
-A INPUT -p udp -m udp --dport 53 -j ACCEPT
|
||
|
# http
|
||
|
-A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
|
||
|
# ntp
|
||
|
-A INPUT -p udp -m udp --dport 123 -j ACCEPT
|
||
|
# munin
|
||
|
-A INPUT -p tcp -m tcp --dport 4949 -j ACCEPT
|
||
|
# fastd
|
||
|
-A INPUT -p udp -m udp --dport 10000 -j ACCEPT
|
||
|
# MOSH
|
||
|
-A INPUT -p udp -m udp --dport 60000:61000 -j ACCEPT
|
||
|
# LOG
|
||
|
-A INPUT -j LOGGING
|
||
|
-A LOGGING -m limit --limit 2/min -j LOG --log-prefix "IP6Tables-Dropped: " --log-level 4
|
||
|
-A LOGGING -j DROP
|
||
|
COMMIT
|
||
|
# Completed on Mon Feb 22 00:25:52 2016
|