You are on page 1of 1

/ip firewall filter

add chain=input comment="Firewall WAN" dst-port=8291 in-interface=ether1


protocol=tcp
add chain=input connection-state=established in-interface=ether1
add chain=input connection-state=related in-interface=ether1
add action=drop chain=input in-interface=ether1

You might also like