>
/etc/ppp/options
lock
defaultroute
noipdefault
modem
noauth
/dev/ttyS0
38400
crtscts
debug
passive
name ""
connect "chat -v -f /etc/ppp/pppscript"
ipcp-accept-local
ipcp-accept-remote


/etc/ppp/pppscript
TIMEOUT 10
ABORT ERROR
ABORT BUSY
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
REPORT "CARRIER"
REPORT "CONNECT"
"" "atdt<number>"
TIMEOUT 75
CONNECT
>

I believe the "passive" line shouldn't be there.  I believe "passive" waits for
signal from the other end.  Also, I see no modem init or reset string.  There
should also be an "ABORT RING" line in pppscript.

-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]

Reply via email to