212
The Internet Connection Wizard dialog appears.
6. Select I want to set up my Internet connection manually or I want to connect through a local area
network. Click Next.
The Setting up your Internet connection dialog box appears.
7. Select the I connect through a phone line and a modem option, and click Next.
8. Enter the phone number for dialing to the callback server, and click Next.
9. Enter the username and password that you want to use for PPP authentication when connecting to
the server, and click Next.
10. Assign a name to your new connection and follow the instruction to complete the connection
establishment.
11. Open the Network and Dial-up Connections window, right-click the connection you created, and
select the Properties option in the popup menu.
The properties setting dialog box appears.
12. Click the Networking tab. On the Type of dial-up server I am calling list, select PPP: Windows
95/98/NT4/2000, Internet. Click Settings to perform the following tasks:
a. Select the Enable LCP extensions box.
b. Clear the Enable software compression box.
c. Clear the Negotiate multi-link for single link connections box.
d. Click OK.
13. In the Network and Dial-up Connections window, click the connection icon you created. Then,
from the menu bar, select Advanced > Dial-up Preferences. In the Dial-up Preferences dialog box,
click the Callback tab and perform one of the following tasks:
{ Select the No callback option.
After the PPP authentication is passed in a call, this option prevents the callback server from
disconnecting the current connection and calling back. Instead, the server will maintain the
current connection and allow the client to access the LAN or the Internet.
{ Select the Ask me during dialing when the server offers option.
The callback server will use the callback number you entered to place return calls.
{ Select the Always call me back at the number(s) below option.
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 interface Serial 2/1/0.
[Router] interface serial 2/1/0
[Router-Serial2/1/0] ip address 100.1.1.1 255.255.255.0