On Wed, Jan 26, at 08:12:14PM, [EMAIL PROTECTED] wrote: > Modem dials, does handshake, sends password/username but slingshot doesn't > reply. I'm using PAP authentication which I'm pretty sure is correct. > pap-secrets exists with correct information in it. Hi, this works for me using pci lucent winmodem.
/etc/ppp/options lock defaultroute noipdefault modem /dev/modem 115200 crtscts #noauth passive asyncmap 0 name "XXXXXXXX" #identical to pap-secrets <username>. /etc/ppp/pppscript TIMEOUT 60 ABORT ERROR ABORT BUSY ABORT "NO CARRIER" ABORT "NO DIALTONE" "" "AT&FH0" OK "atdt087XXXXXX" TIMEOUT 75 CONNECT > I've googled for the problem and answers point to modem init strings. Often it is easier to leave init strings to the default AT&FH0 setting and check out permission/authentication issues with pppd and pap first as well as the options file. also have a look for backup files of the previous paradise configuration in /etc/ppp, can't remember if pppconfig creates them or not. cheers, keith.
