Technical data

65
5. Make sure that the ppp package is installed on your system.
6. Change the context of the /etc/ppp/options file as follows:
#
# Common options for TTY interfaces
#
lock
#
# Debug
#
#debug 9
#kdebug 9
#
modem
noipx
noccp
nodeflate
nobsdcomp
asyncmap 00000000
lcp-echo-interval 10
lcp-echo-failure 5
#
# Set the local system name
#
user roadrunner
#
# Provide address of your DNS server
#
ms-dns 192.168.212.130
nodefaultroute
proxyarp
netmask 255.255.255.255
auth
#
# 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