I am trying to set up MikroTik device (433AH) as an L2TP client inside my Intranet. My internet provider already gives me a NAT-ed LAN so I have no choice (otherwise I would put the MikroTik device as my firewall).
Here is the picture that describes it:
The problem is in the rightmost box of the picture. I set up an L2TP client and it works fine (I can access 192.168.2.x from 192.168.4.x). However, I cannot access 192.168.2.x from 192.168.3.x. In the configuration of this Routerboard 433AH device there is nothing that specifically prevents the L2TP client interface be accessible from its left side but allows it from the right side. All I have in my routes added is:
3 A S 192.168.2.0/24 my-l2tp-client-interface 1
Here are all my routes (used /ip route print):
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADS 0.0.0.0/0 192.168.3.1 0
1 ADC 192.168.3.0/24 192.168.3.5 ether1 0
2 ADC 192.168.4.0/24 192.168.4.1 LAN 0
3 A S 192.168.2.0/24 my-l2tp-client-interface 1
4 ADC 192.168.2.1/32 192.168.2.253 my-l2tp-client-interface 0
I presume that since ether1 is the client L2TP endpoint, it should not allow access to the 192.168.2.0/24 network, but in my case, I would like to allow it. There is nothing that prevents this, so I am presuming there is something built in the RouterOS L2TP implementation that prevents this. If so, is there a way to override this and have my L2TP client endpoint inside my Intranet? How can I achieve this?
Please help,
Jordan


