•
•
6 Select PPTP clients authentication
mode.
esr(config-pptp-server)#
authentication mode
{ local | radius }
local – user
authentication by local
base.
radius – user
authentication by
RADIUS server base. The
router must be
configured to interact
with a RADIUS-server,
see section AAA RADIUS
configuration algorithm
7 Allow necessary authentication
methods for remote users
esr(config-pptp-server)#
authentication method <METHOD>
<METHOD> – authentication
method, possible values: [chap,
mschap, mschap-v2, eap, pap].
By default only chap is allowed
8 Specify user name (when using local
user authentication).
esr(config-pptp-server) username
< NAME >
<NAME> – user name, set by
the string of up to 12
characters.
9 Specify password (when using local
user authentication).
esr(config-pptp-user) password
ascii-text
{ <PASSWORD> | encrypted
<PASSWORD> }
<PASSWORD> – user
password, set by the string of
up to 32 characters.
10 Activate user (when using local user
authentication).
esr(config-pptp-user) enable
11 Include the PPTP server in a security
zone and configure interaction rules
between zones or disable firewall (see
section Firewall configuration).
esr(config-pptp-server)# security-
zone <NAME>
<NAME> – security zone name,
set by the string of up to 31
characters.
12 Enable server. esr(config-pptp-server)# enable
13 Specify outgoing packets DSCP priority
(optionally).
esr(config-pptp-server)# dscp
<DSCP>
<DSCP> – outgoing packets
dscp priority [0..63].
14 Enable MPPE encryption for PPTP
connections (optionally).
esr(config-pptp-server)#
encryption mppe
15 Specify MTU size
(MaximumTransmissionUnit) for the
server (optionally).
MTU above 1500 will be active only
when using the "system jumbo-frames”
command.
esr(config-pptp-server) mtu
<MTU>
<MTU> – MTU value, takes
values in the range of
[1280..1500].
Default value: 1500.