7.To configure this user for outbound connections, enter the following command:
set user name=name outgoing=on device=device
where device is either the
Example:
set user name=pppout outgoing=on device=gendialer
8.To configure an IP address for the local end of the PPP connection, enter the following command:
set user name=name
where name is the user’s name and
•0.0.0.0. , which means that the user will request an IP address from the remote server.
•A specific IP address, which means that the Digi device will attempt to use this IP address. The remote server must agree to this request.
Example: set user name=pppout localipadr=0.0.0.0
9.To configure a telephone number to dial to reach the outbound user, enter the following command:
set user name=name
where name is the user’s name and
Example: set user name=pppout n1=4452624
Sample
The following sample shows a very simple outbound PPP configuration. Here are some points on this configuration:
•The port is set up for outbound connections (dev=mout).
•Flow control is set to Hardware.
•Default device and scripts are used
set ports range=3 device=mout
set flow range=3 ixon=off ixoff=off rts=on cts=on set line range=3 baud=115000
set user name=pppout protocol=ppp
set user name=pppout dialout=on outgoing=on device=gendialer set user name=pppout localipadr=0.0.0.0
set user name=pppout n1=4452624
30 | Chapter 8 Configuring PPP |