Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

/ip firewall layer7-protocol

add name=YouTube regexp="^.*(\\.youtube\\.com|\\.googlevideo\\.com).*\$"


/ip firewall filter
add action=drop chain=forward comment="Bloqueo QUIC" dst-port=80,443 \
layer7-protocol=YouTube protocol=udp
add action=drop chain=input comment="Bloqueo webproxy externo WAN1" disabled=yes \
dst-port=8080 in-interface=WAN1 protocol=tcp
add action=drop chain=input comment="Bloqueo webproxy externo WAN2" disabled=yes \
dst-port=8080 in-interface=WAN2 protocol=tcp
add action=drop chain=input comment="Bloqueo webproxy externo WAN3" disabled=yes \
dst-port=8080 in-interface=WAN3 protocol=tcp
add action=drop chain=input comment="Bloqueo DNS cache externoWAN1" disabled=yes \
dst-port=53 in-interface=WAN1 protocol=udp
add action=drop chain=input comment="Bloqueo DNS cache externoWAN2" disabled=yes \
dst-port=53 in-interface=WAN2 protocol=udp
add action=drop chain=input comment="Bloqueo DNS cache externoWAN3" disabled=yes \
dst-port=53 in-interface=WAN3 protocol=udp
add action=drop chain=input comment="Evitar Ataque Ping WAN1" disabled=yes \
in-interface=WAN1 protocol=icmp
add action=drop chain=input comment="Evitar Ataque Ping WAN2" disabled=yes \
in-interface=WAN2 protocol=icmp
add action=drop chain=input comment="Evitar Ataque Ping WAN3" disabled=yes \
in-interface=WAN3 protocol=icmp
add action=drop chain=input comment="Evitar Ataque Ping LAN" disabled=yes \
in-interface=LAN protocol=icmp
add action=drop chain=forward comment="Todo P2P" disabled=yes p2p=all-p2p
add action=drop chain=forward comment=\
"Limitar Numero de conexiones UDP por cliente" connection-state=new \
disabled=yes dst-port=!53,67 limit=30,40 protocol=udp
add action=drop chain=forward comment="Bloqueo TCP Rango 10000-65355" \
disabled=yes dst-port=10000-65355 in-interface=Local/Clientes protocol=\
tcp
add action=drop chain=forward comment="Bloqueo UDP Rango 10000-65355" \
disabled=yes dst-port=10000-65355 in-interface=Local/Clientes protocol=\
udp

You might also like