to config ppp 2.2 in answer mode, try this (as root):
create the directory /etc/ppp
create the file /etc/ppp/options containing
57600
/dev/tty01
crtscts
modem
connect "chat '' ATZ OK ATS0=1 OK"
proxyarp
passive
silent
your.local.ip.address:your.remote.ip.address
Now, to get a clue whats going on, edit /etc/syslog.conf and add the lines...
daemon,local2.debug /dev/console
daemon,local2.debug /dev/ppp/ppp-log
... this makes syslogd report whats going on both to /dev/console (start
xconsole to see the messages) and to /etc/ppp/ppp-log).
Now tell syslogd to reread its edited config file ...
kill -1 `cat /var/run/syslog.pid` #note: this is `,not'!
... and start pppd.
thanx to:
Javier Scanlan <javier_at_syc.com.mx>
Winfried Huber, Softwarehaus Huber & Boehm, voice: +49 8142 13038
Illerweg 6, D-82140 Olching, Germany fax: +49 8142 18612
win_at_tukan.ffb.eunet.de
"Sharma, Tushar" <tsharma_at_dialcall.com>
Steve Tate
srt_at_cs.unt.edu
Received on Wed Mar 13 1996 - 00:37:45 NZDT