we have a setup where use a Mikrotik router at a remote site and relay DHCP over an IPsec tunnel to a central DHCP server in the main office. Everything works fine, but today I noticed that we don't actually have any appropriate rule in the firewall's input chain—at the same time there is a catch-all DROP at the end of the chain.
I'd imagine that you'd need something like
Code: Select all
chain=input protocol=udp in-interface=lan-interface dst-port=67 action=accept
Could it be that activating DHCP relay on a given interface automatically inserts an invisible corresponding rule into the filter list? If not, how can our setup actually work as it is?
Thanks for any pointers & best regards,
Dorian