Technical data
83
noipx
noccp
nodeflate
nobsdcomp
asyncmap 00000000
lcp-echo-interval 10
lcp-echo-failure 5
#
# Set the local system name
#
user roadrunner
#
# Provide the address of your DNS server
#
ms-dns 192.168.212.130
nodefaultroute
proxyarp
netmask 255.255.255.255
auth
#
# The two following lines will disable CHAP and allow PAP
#
#require-pap
#refuse-chap
#
# the following option disables the identification via "clear text"
# user name and password transmission and
# enable CHAP and derivates # refuse-pap +chap +chapms +chapms-v2
#
# Allows to set idle link timeout
#
#idle 900
Note: The "lock" option was removed and two new parameters were added: "callback", which activates
callback and provides default callback number, and "callbackscript", which provides the name of a callback
application.
5. Create a callback script /etc/ppp/callback.sh as follows:
#! /bin/sh
set -e
# Parameter 1 - Callback Address
# Parameter 2 - TTY device name
# Parameter 3 - peer auth name
if [ $(($#)) -lt $((3)) ]
then
logger -i -t callback.sh Parameter missing > /dev/null 2>&1
exit 1