Exactly where I need enable the APR-Proxy?
In both pptp-client or only in the pptp-server?
Because I tried enable the ARP-Proxy only in the server but not worked for me and the target of that is can access from my home (ppt-client1) to all pptp-clients using the private ip of the VPN.
For example:
Home Laptop (pptp-client1) ------->pptp tunnel------->Office (pptp-server)------>pptp tunel---->Remote MKT (pptp-client2)
10.210.0.2-----------------------------------------------------------------10.210.0.1--------------------------------------------------10.210.0.3
The idea is that I can watch and access all clients but they can’t watching any pptp-client.
I only want connect it via Winbox to the other pptp-clients for monitoring the MKT 511, I enabled the ARP-Proxy in the bridge server but not working yet and the ping not responding.
My Home
IP LAN HOME: 192.168.0.X/24
DNS:192.168.0.254
pptp-client ip: 10.210.0.2/24
Route list
DA 0.0.0.0/0 <-------------------->192.168.0.254<------>ETHE1
SA 10.210.0.0/24 <-----------> 10.210.0.1<------------>PPTP-OUT
DA 10.210.0.1<-------------------------------------------------->PPTP-OUT<------------------>10.210.0.2
DA 192.168.0.0/24<------------------------------------------->ETHE1<------------------------>192.168.0.45
Route list
DA 0.0.0.0/0 <-------------------->X.X.X.X<----------------->ETHE1
SA 192.168.0.0/24 <---------->10.210.0.2<------------>
DA 10.210.0.1<--------------------------------------------------><------------------------------->10.210.0.2
DA 10.210.0.1<--------------------------------------------------><------------------>10.210.0.3
Remote Site
pptp-client ip: 10.210.0.3
Route list
DA 0.0.0.0/0 <-------------------->X.X.X.X<----------------->ETHE1
SA 10.210.0.0/24 <-----------> 10.210.0.1<------------>PPTP-OUT
SA 192.168.0.0/24<----------> 10.210.0.2<------------>PPTP-OUT-HOME
DA 10.210.0.1<-------------------------------------------------->PPTP-OUT<------------------>10.210.0.3
DA X.X.X.X/24<-------------------------------------------------->ETHE1<------------------------>X.X.X.X
With that I can access with the winbox from my lan home 192.168.0.X/24 to Remote site 10.210.0.3
So with a site => site VPN using PPTP, you would also need to create some static DNS entries on each end if you weren’t running a proper DNS server at each site? Windows server probably does this pretty well.
To make all this routing and DNS happen seamlessly, would it be possible to run the PPTP session with a EOIP bridge connection? This way, both sites will appear to be on one LAN. Is this the correct way?
Windows Road Warrior ---- Mikrotik PPTP Server ---- Mikrotik PPTP Client — LAN Client
Configuration something like:
WRW IP: 192.168.100.11, Local IP for PPTP Server: 192.168.100.1, All PPTP Clients at 192.168.100.0/24
Mikrotik PPTP Server had, 4 networks 192.168.0,5,6,7.x all Routed trough wireless clients.
Mikrotik PPTP Client had network: 192.168.2.x, and had 192.168.100.2 PPTP IP with Remote 192.168.100.1
LAN Client: In the 192.168.2.x network.
I was trying to access a Client of the 192.168.2.x Network trough the VPN, I was messing around with the PPTP Server to resolve this, until i read this post, and figured it was a problem in the Routes in the PPTP Client.