I’m encountering a problem with my current MikroTik router configuration. I have two routers connected to a cloud server via a Wireguard VPN. Both routers also have an EoIP tunnel configured. Here is my setup:
- Client Router:
- Connected to the cloud server through Wireguard.
- An EoIP interface is configured and added to a bridge that runs the DHCP server (for instance, managing the 192.168.1.0/24 network).
- Central Router:
- Also connected to the cloud server via Wireguard.
- Has an EoIP tunnel configured to connect with the client router’s EoIP interface.
- The EoIP interface is added to a bridge along with physical port 4.
- The objective is for any device that connects to port 4 to receive an IP address from the DHCP server located on the client router.
While the EoIP tunnel establishes and operates normally, devices connected to port 4 on the central router are not obtaining an IP address. I have verified that both the Wireguard VPN and the EoIP tunnel are functioning as expected, leading me to suspect that DHCP broadcast traffic might not be properly traversing the EoIP tunnel, or that there is another configuration issue (possibly related to firewall or NAT settings) interfering with DHCP requests.
Additional Details:
- RouterOS version in use: 7.17.2
- The EoIP tunnel is configured with an appropriate MTU adjustment (around 1400) to accommodate encapsulation overhead.
Thank you in advance.