ESR series service routers.ESR-Series. User manual
•
•
Step Description Command Keys
3 Specify IP address that should be 
proceeded by PPTP server.
esr(config-pptp-server)# outside-
address 
{ object-group <OBJ-GROUP-
NETWORK-NAME> | 
ip-address <ADDR> | interface 
{ <IF> | <TUN> } }
<OBJ-GROUP-NETWORK-NAME> – 
name of the profile having IP 
address that should listened by 
PPTP server, set by the string of 
up to 31 characters;
<ADDR> – range starting IP 
address, defined as 
AAA.BBB.CCC.DDD where each 
part takes values of [0..255];
<IF> – router interface type and 
identifier;
<TUN> – router tunnel type and 
number.
4 IP address of a local gateway. esr(config-pptp-server)# local-
address 
{ object-group <OBJ-GROUP-
NETWORK-NAME> | 
ip-address <ADDR> }
<OBJ-GROUP-NETWORK-NAME> – 
name of the IP addresses profile 
that includes local gateway IP 
address, set by the string of up to 
31 characters;
<ADDR> – range starting IP 
address, defined as 
AAA.BBB.CCC.DDD where each 
part takes values of [0..255].
5 Specify IP addresses list from which 
dynamic IP addresses are leased to 
remote users by PPTP.
esr(config-pptp-server)# remote-
address 
{ object-group <OBJ-GROUP-
NETWORK-NAME> | 
address-range <FROM-ADDR>-
<TO-ADDR> }
<OBJ-GROUP-NETWORK-NAME> – 
name of the IP addresses profile 
that includes remote users IP 
addresses list, set by the string of 
up to 31 characters;
<FROM-ADDR> – range starting IP 
address, defined as 
AAA.BBB.CCC.DDD where each 
part takes values of [0..255];
<TO-ADDR> – range ending IP 
address, defined as 
AAA.BBB.CCC.DDD where each 
part takes values of [0..255].
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.