277
1.877.877.2269
BLACKBOX.COM
NEED HELP?
LEAVE THE TECH TO US
LIVE 24/7
TECHNICAL
SUPPORT
1.877.877.2269
CHAPTER 15: CONFIGURATION FROM THE COMMAND LINE
15.1.18 DIAL-IN SETTINGS
To enable dial-in access on the DB9 serial port from the command line with the following attributes:
TABLE 15-14. DIAL-IN SETTINGS
SETTING
VALUE
Local IP address
172.24.1.1
Remote IP address
172.24.1.2
Authentication type
MSCHAPv2
Serial port baud rate
115200
Serial port flow control
Hardware
Custom modem initialization
ATQ0V1H0
Callback phone number
0800223665
User to dial as
user1
Password for user
A-little-secret-for-2.
Run the following commands:
# config -s config.console.ppp.localip=172.24.1.1
# config -s config.console.ppp.remoteip=172.24.1.2
# config -s config.console.ppp.auth=MSCHAPv2
# config -s config.console.speed=115200
# config -s config.console.flow=Hardware
# config -s config.console.initstring=ATQ0V1H0
# config -s config.console.ppp.enabled=on
# config -s config.console.ppp.callback.enabled=on
# config -s config.console.ppp.callback.phone1=0800223665
# config -s config.console.ppp.username=user1
# config -s config.console.ppp.password=A-little-secret-for-2.
To make the dialed connection the default route:
# config -s config.console.ppp.defaultroute=on