PPTPClient: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 6: Line 6:


  /interface pptp-client print
  /interface pptp-client print
  Flags: X - disabled, R - running  
  Flags: X - disabled, R - running  
  0 X  name="vpn-to-server" max-mtu=1460 max-mru=1460 connect-to=192.168.x.x  
  0 X  name="vpn-to-server" max-mtu=1460 max-mru=1460 connect-to=192.168.x.x  

Revision as of 08:12, 10 February 2010

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