Hi all,
I’ve an ISP router and a LAN. 192.168.1.1/24
I need to put a second router (Mikrotik) between the ISP router and the LAN.
It’s possible to have the WAN port (ether1 of Mikrotik) with say 192.168.1.2,
the Bridge IP 192.168.1.1 (so the SAME of IPS router)
and maintain the LAN IPs?
The only thing that I’m not able to do is to connect to the ISP router (or another specific IP in the “outside” LAN) using a browser from the LAN.
This is not important but I’m curious if it’s possible to achieve also this!
Thanks
Nicola
Yep, the issue with that approach is that - but hopefully it will be fixed in 7.16 or later (it has been given as solved in one of the latest 7.15 but seemingly it doesn’t actually work) is that the DNS (and consequently also the NTP) don’t work in a VRF.
A few posts later, in post #37, I posted a configuration with the VRF “reversed” to allow these services to work (which is the one I am actually using) .
About connecting to the original router, of course it is not possible without some special setting as it has the same 192.168.1.1 address as the Mikrotik, and from the LAN side the “first” 192.168.1.1 encountered is the Mikrotik.
I never delved deeper in that particular aspect because I have no reason to connect to the ISP router (as all I can get is a prompt for user and password credentials which I don’t have).
@jaclaz has warned you that some local processes in RouterOS, such as DNS and NTP, cannot be told which VRF to use (hopefully yet). So if VRF stands in the way, why not trying my “VRF-free” approach as suggested above