I want to setup a vpn connexion from a remote client (Microsoft pptp client) and a Mikrotik pptp server.
The goal is to have an acces (from the remote client) to a LocalWebServer in the LAN behind the MT Router.
The Mikrotik router is nated on a ADSL router (on the port 1723):
![Image](http://img262.imageshack.us/img262/6503/vpnmb7.th.jpg)
Server configuration on MT Router:
Code: Select all
ppp secret> add name=test password=test
local-address=10.23.53.60 remote-address=10.23.53.60
Code: Select all
interface pptp-server> add name=pptp-vpn user=test
Code: Select all
interface pptp-server server> set enabled=yes
Where is the problem??