Dean,
i do not use /sbin/ifcfg-ppp0
instead i have a script:
#!/bin/sh
#This script is for the case where you log on to your ISP
/usr/sbin/pppd /dev/ttyS1 57600 connect "/usr/sbin/chat -f
$HOME/chatscript"
with $HOME/chatscript being like this:
ABORT "NO CARRIER"
ABORT "NO DIALTONE"
ABORT "ERROR"
ABORT "NO ANSWER"
ABORT "BUSY"
"" AT
'OK-\d\d+++\d\d\c-OK' ATH0
OK ATDYOURPHONENUMBERHERE
CONNECT ""
ogin:--ogin: yourusernamehere
assword: "your password here"
Can I still use PERSIST elsewhere?
Regards,
Stephen
Dean Irvin wrote:
>
> how about adding PERSIST=yes to your ifcfg-ppp0 file
> then the crontab entries could be /sbin/ifup ppp0 in the morning and
> /sbin/ifdown ppp0 at night
>
--
mailto:[EMAIL PROTECTED]
http://www.postfix.org - The Postfix Mailer -
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.