|
|
@@ -87,7 +87,7 @@
|
|
|
-A OUTPUT -p udp -m udp --sport 123 --dport 123 -j ACCEPT
|
|
|
|
|
|
# Samba
|
|
|
-#-A OUTPUT -p tcp -m tcp --sport 49152:65535 --dport 139 -j ACCEPT
|
|
|
+-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 139 -j ACCEPT
|
|
|
|
|
|
# IMAPs
|
|
|
-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 143 -j ACCEPT
|
|
|
@@ -112,7 +112,7 @@
|
|
|
-A INPUT -p tcp -m tcp --sport 32768:65535 --dport 1716 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
-A INPUT -d 255.255.255.255 -p udp -m udp --sport 32768:65535 --dport 1714 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
-A INPUT -d 255.255.255.255 -p udp -m udp --sport 32768:65535 --dport 1716 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
--A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 1740:1741 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
+-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 1739:1744 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
-A INPUT -p udp -m udp --sport 32768:65535 --dport 1714 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
-A INPUT -p udp -m udp --sport 32768:65535 --dport 1716 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
-A OUTPUT -p tcp -m tcp --sport 49152:65535 --dport 1716 -j ACCEPT -m comment --comment "KDE Connect"
|
|
|
@@ -126,6 +126,8 @@
|
|
|
-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 6667 -j ACCEPT
|
|
|
-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 6697 -j ACCEPT -m comment --comment "IRCs"
|
|
|
|
|
|
+# NAS
|
|
|
+-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 8080 -j ACCEPT
|
|
|
# Privoxy
|
|
|
-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 8118 -j ACCEPT -m comment --comment "Privoxy"
|
|
|
|