Hi,
I have just set up 2 Mikrotik RB750 HexLite Both Version 6.34.2 one as VPN PPTP Server at HeadOffice (HO) and the other one as VPN PPTP Client dialer at Remote Site (RS).
The Layout looks like this:
HO Computers (192.168.2.0/24) <-------> Mikrotik HO (VPN Server Local Address 192.168.10.1) <===VPN PPTP Tunneling====> Mikrotik Remote Site (VPN Client Local Address 192.168.10.2) <--------> Remote Site Computers (192.168.0.0/24)
The Problem:
All the computers at Remote Site (192.168.0.0/24) can successfully ping and connected (RDC, File Sharing) to all computers at Head Office (192.168.2.0/24).
However, Computers at Head Office cannot ping or connect to computers at Remote Site. Ping from 192.168.2.0/24 to 192.168.0.0/24 always timed out. Computers at HO can ping successfully to Remote Site Mikrotik VPN Address though (ping from 192.168.2.0/24 to 192.168.10.2 replies).
When I did tracert from command prompt of a computer from HO side to a computer at RS site, it looked like this:
tracert 192.168.0.75
reply from 192.168.2.1 (HO Mikrotik LAN IP Address)
reply from 192.168.10.2 (RS Mikrotik VPN IP Address)
request timed out
request timed out
What I have done:
1. I have set both HO & RS Mikrotik Ethernet Master Local Interface ARP to proxy-arp
2. I have done the routing at both HO & RS Mikrotik
HO Routing: 192.168.0.0/24 192.168.10.2 1
RS Routing: 192.168.2.0/24 192.168.10.1 1
3. I have added the srcnat masquerade NAT rule for the pptp interface both at HO & RS sites
Kind of at loss of how to enable the computers at Server side to be able to ping/connect to computers at Client side, while the other way round from client to server everything works just well.
Any help will be greatly appreciated