Hi, Im trying to implement a request from a client.
His setup
Main Office:
RBD52G-5HacD2HnD
Fiber router in bridge mode so external IP is on Mikrotik WAN (eth1) 185.83.x.x
LAN IP : 192.168.92.1
Office1 :
RouterBOARD 941-2nD
Internet provider is a WiSP so eth1 is a 10.0.28.x address from external SXT
LAN IP: 192.168.98.1
Office2:
RBD52G-5HacD2HnD
Fiber router NOT in bridge so eth1 is a 192.168.1.x address
LAN IP: 192.168.94.1
All standalone networks and internet working perfectly.
Main Office is running a PPTP Server
Office1 PPTP client connected and Local IP 192.168.92.2 and Remote 192.168.92.3
Office2 PPTP client connected and Local IP 192.168.92.4 and Remote 192.168.92.5
Main office added static route
/ip route
add distance=1 dst-address=192.168.94.0/24 gateway=192.168.92.5 pref-src=192.168.92.4
add distance=1 dst-address=192.168.98.0/24 gateway=192.168.92.3 pref-src=192.168.92.2
Office1 added static route
/ip route
add distance=1 dst-address=192.168.92.0/24 gateway=192.168.92.2 pref-src=192.168.92.3
Office2 added static route
/ip route
add distance=1 dst-address=192.168.92.0/24 gateway=192.168.92.4 pref-src=192.168.92.5
All seems to be connecting and pinging correctly BUT… the client needs to be able to RDP from a PC at Office 1 & a PC at office 2 to his main PC in the Main Office
Thats it he has no other requirements like printers or anything.
From every side I can ping all 3 routers can ping each other but one PC cant Ping another PC (ie office1 PC cant ping Main office PC)
What am i missing ?
And should I be doing it a different way?
I have considered using VLAN but Ive spent days going through various examples and cant get them to work properly either?
Is this a correct example to use an eOIP ?
Any advice would be gratefully appreciated
Thanks