Address Nomes

You might also like

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

/ip firewall filter

add action=drop chain=forward dst-address-list=DropPing1 out-interface=ether1 \


protocol=icmp
add action=drop chain=forward dst-address-list=DropPing2 out-interface=ether2 \
protocol=icmp
add action=drop chain=forward dst-address-list=DropPing3 out-interface=ether3 \
protocol=icmp
add action=drop chain=forward dst-address-list=DropPing4 out-interface=ether4 \
protocol=icmp
add action=drop chain=forward dst-address-list=DropPing5 out-interface=ether5 \
protocol=icmp
add action=drop chain=forward comment=">>>Sites Bloqueados Adm<<<<" disabled=\
yes dst-address-list=SitesBloqueio
add action=add-dst-to-address-list address-list=TESTE address-list-timeout=\
none-dynamic chain=forward content=nflxvideo.net disabled=yes
add action=add-src-to-address-list address-list=TESTE-SRC \
address-list-timeout=none-dynamic chain=forward content=nflxvideo.net \
disabled=yes
add action=add-dst-to-address-list address-list=fast.com \
address-list-timeout=none-dynamic chain=forward comment=\
">>>Gerenciamento de Controle de Velocidade<<<<" content=\
oca.nflxvideo.net disabled=yes
add action=accept chain=forward comment="Allow DNS UDP" dst-port=53 protocol=\
udp
add action=accept chain=forward comment="Allow DNS TCP" dst-port=53 protocol=\
tcp
add action=accept chain=forward comment="Allow HTTP" dst-port=80 protocol=tcp
add action=accept chain=forward comment="Allow HTTPS" dst-port=443 protocol=\
tcp
add action=accept chain=forward comment="Allow HTTPS" dst-port=443 protocol=\
udp
add action=accept chain=forward comment="Aceita Conexoes Estabelecidas" \
connection-state=established,related
add action=drop chain=input comment="Descarta Invalidas" connection-state=\
invalid disabled=yes

You might also like