PPTPClient

From MikroTik Wiki
Revision as of 23:03, 13 November 2007 by Miahac (talk | contribs) (New page: PPtp Client / VPN Now lets configure the remote client to connect to the above VPN /interface pptp-client add name="vpn-to-server" connect-to: 192.168.x.x user="user-1" password="*****...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

PPtp Client / VPN

Now lets configure the remote client to connect to the above VPN

/interface pptp-client
add name="vpn-to-server" connect-to: 192.168.x.x user="user-1" password="********" allow=mschap1,mschap2
>print
Flags: X - disabled, R - running 
0 X  name="vpn-to-server" max-mtu=1460 max-mru=1460 connect-to=63.76.125.2 
     user="user-1" password="*******" profile=default-encryption 
     add-default-route=no allow=mschap1,mschap2
>enable 0