Windows Server-To-Router Ppp Callback Configuration Example - HPE FlexNetwork MSR series Configuration Manual

Comware 7 layer 2 - wan access
Table of Contents

Advertisement

The callback server will always place return calls at the number or numbers already set.
Configuring the router
# Create dialer group 1 and configure a dial rule for it.
<Router> system-view
[Router] dialer-rule 1 ip permit
# Create a local user userpc for the PC, and configure the service type as PPP.
[Router] local-user userpc
[Router-luser-userpc] password simple userpc
[Router-luser-userpc] service-type ppp
[Router-luser-userpc] quit
# Configure an IP address for Serial 2/1/0.
[Router] interface serial 2/1/0
[Router-Serial2/1/0] ip address 100.1.1.1 255.255.255.0
# Configure the interface as an asynchronous interface in protocol mode.
[Router-Serial2/1/0] physical-mode async
[Router-Serial2/1/0] async mode protocol
# Enable PPP encapsulation on the interface.
[Router-Serial2/1/0] link-protocol ppp
# Configure PAP authentication on the interface.
[Router-Serial2/1/0] ppp authentication-mode pap
[Router-Serial2/1/0] ppp pap local-user Router password simple Router
# Configure the interface to assign an IP address to the peer.
[Router-Serial2/1/0] remote address 100.1.1.2
# Enable the interface to accept callback requests as the callback server.
[Router-Serial2/1/0] ppp callback server
# Configure the interface to use the dial string configured in the dialer route command to call back.
[Router-Serial2/1/0] dialer callback-center user
# Enable traditional DDR on the interface.
[Router-Serial2/1/0] dialer circular enable
# Associate the interface with dialer group 1.
[Router-Serial2/1/0] dialer-group 1
# Configure the dial string for calling the PC.
[Router-Serial2/1/0] dialer route ip 100.1.1.2 8810048 user userpc
[Router-Serial2/1/0] quit
# Configure the user line to be used, and enable modem dial-in and dial-out on it.
[Router] line tty1
[Router-line-tty1] modem enable both
Windows server-to-router PPP callback configuration
example
Network requirements
As shown in
Figure
63, the router obtains its IP address from the Windows server through PPP.
204

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FlexNetwork MSR series and is the answer not in the manual?

Table of Contents