Dear Sirs, Im new in mikrotik.
I use one mikrotik (MTK1) in purpose of PPTP VPN server, and succesfuli configure server.
MTK1 on site1 (electric service):
internet ->router DMZ all trafic to 192.168.1.2, (LAN=192.168.1.1) -> MTK1, WAN=192.168.1.2, LAN=192.168.10.1/24 -> switch -> PC with LAN=192.168.10.10;
from office that is site 2 im create Windows7 VPN client that succesfuli can connect to MTK1 and can see PC 192.168.10.10, all is great, client get ip addres from pool an connection is estabilished.
In next step i truy to use another mikrotik (MTK2) in my office for purpose making PPTP VPN client that will be connected to PPTP VPN server insted of Windows7.
internet -> router DMZ all trafic to WAN of MTK2 -> MTK2, WAN=192.168.1.2, LAN=192.168.100.1/24 -> switch -> PC with LAN=192.168.100.2
Sucesfuly connect client to server, and client use addres from pool, but i can not see PC on server side with address 192.168.10.10, im only see MTK1 lan 192.168.10.1
Need help
P.S. My idea is to bridge two lans of two mikrotik in one LAN network with same subnet, over internet. Is this posible?