tBKwtWS hace 6 años
padre
commit
bf426f4a91
Se han modificado 1 ficheros con 2 adiciones y 6 borrados
  1. 2 6
      iptables.up.rules

+ 2 - 6
iptables.up.rules

@@ -107,11 +107,6 @@
 #-A OUTPUT -p tcp -m tcp --sport 32768:65535 --dport 5223 -j ACCEPT -m comment --comment "xmpps"
 #-A OUTPUT -p udp -m udp --sport 32768:65535 --dport 1900 -j ACCEPT -m comment --comment "xmpp?"
 
-# Multicast DNS
-#-A OUTPUT -p udp -m udp --sport 5353 --dport 5353 -j clutter
-#-A OUTPUT -d 244.0.0.1 -j clutter -m comment --comment "Multicast DNS"
-#-A INPUT -d 224.0.0.1 -j clutter -m comment --comment "Multicast DNS"
-
 # IRC
 -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"
@@ -159,9 +154,10 @@
 -A INPUT -p tcp -m tcp --dport 445 -j clutter -m comment --comment "MS-DS active directory"
 -A INPUT -p tcp -m tcp --dport 2323 -j clutter -m comment --comment "3d-nfsd"
 -A INPUT -p udp -m udp --dport 5060 -j clutter
+-A OUTPUT -d 224.0.0.251 -p udp -m udp --sport 5353 --dport 5353 -j clutter -m comment --comment "Multicast: mDNS"
 -A INPUT -p tcp -m tcp --dport 3389 -j clutter -m comment --comment "MS terminal server RDP"
 -A INPUT -p udp -m udp --sport 57621 --dport 57621 -j clutter -m comment --comment "Spotify client P2P"
--A OUTPUT -d 224.0.0.251 -p udp -m udp --sport 5353 --dport 5353 -j clutter -m comment --comment "Multicast: mDNS"
+
 
 #-A INPUT -d 255.255.255.255 -p tcp -m tcp --sport 67 --dport 68 -j clutter -m comment --comment "DHCP"
 #-A INPUT -m iprange --dst-range 185.66.250.254-185.66.250.255 -j clutter