the tunnel is a bridge to the Core network side 172.19.0.0/19
I need to bridge the EOIP tunnel IP to my Local NAT (I Think) but not sure how to do it
if I set my laptop a static on the EOIP Tunnel range everything works perfectly
I just need a DHCP Pool on the remote Mikrotik that bridges the EOIP tunnel pool
our DHCP pool right now on the remote network is only half working
but if I use the Static out of the EOIP Pool it works perfectly but consultant only set that up with a /29
and we need more IP’s then that for our remote office
EoIP tunnel has 2 ends, so no reason to use /29 mask. I suggest to use 10.10.10.1/30, 10.10.10.2/30 and forget about connecting anything within this ip range. Additionally I recommend to enable IPSEC on EoIP tunnel.
If you are using only this one EoIP tunnel, use static routing instead of OSPF. This way you have better control.
#where 10.10.10.y is the IP of EoIP tunnel on MAIN OFFICE MIKROTIK
Because you are using layer3 tunnel, no bridge is needed. It works almost like Site-To-Site VPN.
If you have any firewall rules, be sure traffic between 172.19.0.0/19 and 10.0.0.0/24 is not dropped (denied) by any of these rules.
Issue was an IP conflict with the NAT side of our CPEs changed the office IP range to 192 and working perfectly now
Now my issue is no matter what I do to lock down the guest VLAN to block access to the main network it can still reach the router other side of the EOIP I will play with adding drop rules to that router tomorrow
Just odd I told it to drop anything from 192.168.25.0/24 to 172.19.0.0/19 and it blocks all access to 172 exept the router on that network and guest can still ping anything on that network
Been searching all over Google for the firewall rules I’m missing but nothing yet
is there a way to stop inter VLAN routing on the guest VLAN?
Seems like that should be default
This can be solved with firewall rules.
There are a lot of examples how to build good and simple firewall so you will definitely find something what fits your scenario.
My recommendation, or I should say Mikrotik’s Gurus recommendation is to use address lists and use them with firewall rules (not IP directly) so this way you can easily control traffic in future.