Technical data

80
/AutoPPP/ - a_ppp /usr/sbin/pppd modem
#
# Disable login sessions
#
* - - /bin/false @
4. Add the following lines to the /etc/inittab file, one for every Diva TTY interface that you plan to use for your
dial-in server.
SXX:2345:respawn:/usr/sbin/mgetty ttydsXX
"XX" is the Dialogic
®
Diva
®
TTY device number (01, 02, etc.). For example, if one Dialogic
®
Diva
®
BRI Media
Board with 2 channels is installed in the system, you should add two entries:
S01:2345:respawn:/usr/sbin/mgetty ttyds01 S02:2345:respawn:/usr/sbin/mgetty ttyds02
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