Setup guide

status (text) - status of the client
Dialing - attempting to make a connection
Verifying password... - connection has been established to the server, password verification in
progress
Connected - self-explanatory
Terminated - interface is not enabled or the other side will not establish a connection uptime
(time) - connection time displayed in days, hours, minutes and seconds
Example
Example of an established connection:
[admin@Wandy] interface pptp-client> monitor test2
uptime: 4h35s
encoding: MPPE 128 bit, stateless
status: Connected
[admin@Wandy] interface pptp-client>
PPTP Server Setup
interface pptp-server server
Description
The PPTP server supports unlimited connections fom clients. For each current connection, a
dynamic interface is created.
Property Description
enabled (yes | no; default: no) - defines whether PPTP server is enabled or not
mtu (integer; default: 1460) - Maximum Transmission Unit. The optimal value is the MTU of the
interface the tunnel is working over decreased by 40 (so, for 1500-byte ethernet link, set the MTU
to 1460 to avoid fragmentation of packets)
mru (integer; default: 1460) - Maximum Receive Unit. The optimal value is the MRU of the
interface the tunnel is working over decreased by 40 (so, for 1500-byte ethernet link, set the MRU
to 1460 to avoid fragmentation of packets)
authentication (multiple choice: pap | chap | mschap1 | mschap2; default: mschap2) -
authentication algorithm
default-profile - default profile to use
Example
To enable PPTP server:
[admin@Wandy] interface pptp-server server> set enabled=yes
[admin@Wandy] interface pptp-server server> print
enabled: yes
mtu: 1460
mru: 1460
authentication: mschap2
default-profile: default
[admin@Wandy] interface pptp-server server>