Hello,
this is what I want to achieve: I want to have possibility to connect from my laptop/desktop/whatever to mikrotik using l2tp so I can access internal network “behind” Mikrotik eth1 interface.
Mikrotik config:
eth0 - interface configured to be available from internet
eth1 - interface configured with internal network IP address (192.168.0.x)
l2tp is configured in this way that when I connect from my remote Windows system to Mikrotik using VPN connection I’m getting IP address from 192.168.0.x network.
Now I don’t know what I should do to be able to connect to computers on the internal network connected to eth1 port. Probably some kind of bridge is needed but I was not able to solve this problem. When I connect to mikrotik directly using SSH I can ping computers from internal network (192.168.0.x) and without problems I can ping my remote Windows system connected using l2tp connection (192.168.0.x). Can someone point me direction where I should look for answer?
Thanks in advance