On this page:
https://help.mikrotik.com/docs/spaces/R ... d+Firewall
We add some rules, in particular:
Code: Select all
add action=drop chain=prerouting comment="defconf: drop the rest"
So that rule drops that, but I think only what comes out of it, traffic still gets routed in I think. At least that's what I saw in the packet sniffer and in the OPNsense on the other side of the tunnel. When I concluded traffic was exiting the tunnel and properly routed back in, I started looking into the return. When I saw the raw packet count going up, I disabled that rule and everything started working again.
So first question, why can traffic enter with that prerouting drop rule, but not exit (its stateful right)?
And second, I added the wg interface to the LAN interface list, is there a better way to fix this, or better said, how would decide what is the best way to solve this?
Thanks!