View Single Post
Old 18th August 2015
IdOp's Avatar
IdOp IdOp is offline
Too dumb for a smartphone
 
Join Date: May 2008
Location: twisting on the daemon's fork(2)
Posts: 1,027
Default

Quote:
Originally Posted by GarryR View Post
/etc/ppp/chap-secrets
Code:
 # Secrets for authentication using PAP
#client       server     secret      IPaddresses
webgprs      *       webgprs2002
??? Perhaps I need the "remote IP here ? or which IP address ???
It should not be necessary to put an IP address here.

As an aside, I keep my pap-secrets and chap-secrets identical by having one be a link to the other.

Also, it's hard to be sure but in your chat script, the TIMEOUT of 10 might be a little dicey. I would increase it to 20 (or more). You wouldn't want this to be the point of failure waiting for a CONNECT if everything else was right. You can always reduce it later when things are working.
Reply With Quote