I am running -current SMP, as of today.  Before today, I was running
-current SMP of Oct. 18, 1999.

The system was up since early January, connected to my ISP.  The only
reboot in the past three months was due to a power glitch!

I was away for 4 months.  I cvsup'ed today and did a 'make world'.
All seemed OK, only one minor problem that was documented in
UPDATING.  I rebuilt the kernel, again, all seemed OK.

After the post world reboot, PPP will not connect with -auto.  I can
connect manually and all seems OK.

The FreeBSD site search is down.

If I use 'ppp -auto -nat isp', the first demand causes an attempt to
connect to isp.  The audio from the modem seems OK.  The lights on the
modem indicate a preliminaty connection.  After a few seconds, the
modem suddenly hangs up, like the authentication was wrong.

The username and password in ppp.conf are correct.  I have not changed
ppp.conf for more than 6 months.  My ISP requires a '#' in front of
the username.

What change to ppp did I miss?

ppp.conf is below, with the login and password xxxx'ed.

tomdean


#### ppp.conf ###########################
default:
 set device /dev/cuaa1
 set speed 115200
 set parity none
 set timeout 0
 disable lqr
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT&FX4&B1&C1&D2&H1&K3&R2 
OK-AT-OK \\dATDT\\T TIMEOUT 60 CONNECT"
 set redial 5 10
 
#
# isp config
#
# for 56k or dual analog, use
#set phone "692967"
isp:
 #set phone "6980088"
 set phone "6988606"
 set login "TIMEOUT 5 ogin:-\\r-ogin: #xxxxxxxxx word: xxxxxxxx"
 set ifaddr 10.0.0.1/0 10.0.0.2/0 0.0.0.0 0.0.0.0
 delete ALL
 add default HISADDR

###############################################


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to