Hi there.  I recently built a linux router for a home network, but I am
having problems with MS-CHAP authentication.  Currently I have a situation
where when I try to connect, I sometimes get the following:

Sep 20 16:35:53 cbsi pppd[150]: pppd 2.2.0 started by root, uid 0
Sep 20 16:35:54 cbsi chat[152]: send (ATM0DT123-4567^M) 
Sep 20 16:35:54 cbsi chat[152]: expect (CONNECT) 
Sep 20 16:36:17 cbsi chat[152]: ATM0DT123-4567^M^M 
Sep 20 16:36:17 cbsi chat[152]: CONNECT -- got it 
Sep 20 16:36:17 cbsi chat[152]: send (^M) 
Sep 20 16:36:17 cbsi chat[152]: expect (ogin:) 
Sep 20 16:36:17 cbsi chat[152]:  31200/ARQ^M 
Sep 20 16:37:02 cbsi chat[152]: ^\^@||`^\`
Sep 20 16:37:02 cbsi chat[152]: alarm
Sep 20 16:37:02 cbsi chat[152]: Failed
 
What I then usually do is unplug the Modem, plug in a Windows Box,
connect, and then reconnect the modem to the Linux Box.   After this
procedure I get the following:

Sep 20 18:07:42 cbsi chat[268]: send (ATM0DT123-4567^M) 
Sep 20 18:07:42 cbsi chat[268]: expect (CONNECT) 
Sep 20 18:08:01 cbsi chat[268]: ^M 
Sep 20 18:08:01 cbsi chat[268]: CONNECT -- got it 
Sep 20 18:08:01 cbsi chat[268]: send (^M) 
Sep 20 18:08:02 cbsi chat[268]: expect (ogin:) 
Sep 20 18:08:02 cbsi chat[268]:  31200/ARQ/V34/LAPM/V42BIS^M 
Sep 20 18:08:07 cbsi chat[268]: ^M 
Sep 20 18:08:07 cbsi chat[268]: login: -- got it 
Sep 20 18:08:07 cbsi chat[268]: send (gross^M) 
Sep 20 18:08:07 cbsi chat[268]: expect (word:) 
Sep 20 18:08:07 cbsi chat[268]:  gross^M 
Sep 20 18:08:07 cbsi chat[268]: Password: -- got it 
Sep 20 18:08:07 cbsi chat[268]: send (password^M) 
Sep 20 18:08:07 cbsi pppd[148]: Serial connection established.
Sep 20 18:08:08 cbsi pppd[148]: Using interface ppp0
Sep 20 18:08:08 cbsi pppd[148]: Connect: ppp0 <--> /dev/cua0
Sep 20 18:08:12 cbsi pppd[148]: local  IP address 206.170.210.240
Sep 20 18:08:12 cbsi pppd[148]: remote IP address 206.171.141.114

Needless to say, I would like the Linux Box to be able to fully
authenticate itself in one simple step.  Can someone see what is missing
from my configuration?

I have the following in /etc/ppp/options:

connect
115200
modem
lock
crtscts
defaultroute
asyncmap 0
mtu 1500
mru 1500
-vj
name gross
persist


Thanks in advance for your help!



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

Reply via email to