Hello,
I’m trying to set up my first MikroTik router and I am a little bit overwhelmed.
What is the purpose of the last default firewall rule?
filter add chain=forward action=drop connection-state=new connection-nat-state=!dstnat in-interface=ether1-gateway comment=“default configuration”
As far as I understand it drops new forward connections that come from the external interface, but I don’t get the “connection-nat-state=!dstnat” part, because no destination nat is done.
Thank you!