Uma ferramenta para agilizar a configuração do seu dispositivo
Configure seu MikroTik sem complicações
Criar contaCrie sua conta grátis Não requer cartão de crédito
/ip firewall filter
add chain=input action=accept connection-state=established,related comment="MKAUX established/related INPUT"
add chain=forward action=accept connection-state=established,related comment="MKAUX established/related FORWARD"
add chain=input action=drop connection-state=invalid comment="MKAUX Drop invalid INPUT"
add chain=forward action=accept in-interface=bridge out-interface=ether1 connection-state=new comment="MKAUX Permitir LAN -> WAN"
add chain=input action=drop in-interface=ether1 protocol=tcp dst-port=8291 comment="MKAUX Bloquear Winbox externo"
/ip firewall nat
add chain=srcnat out-interface=ether1 action=masquerade comment="MKAUX NAT Masquerade WAN"