Hi,
I am posting a PPP question here for lack of a better forum to post in.
I am working with a Cingular Aircard 860 PCMCIA modem, and am having
trouble with the PPP connection. From the log, it looks like the CHAP
authentication is happening but later somewhere in the LCP/IPCP
negotiation process there is a problem. I'm attaching the PPP options I
am using and the log.
options
----------
-detach
/dev/ac850_5
57600
debug
asyncmap 0
nodefaultroute
usepeerdns
noauth
user ****
password ****
show-password
crtscts
lock
connect '/usr/sbin/chat -v -t3 -f /etc/ppp/peers/ac850chat'
ppp log:
----------
Serial connection established.
using channel 7
Using interface ppp0
Connect: ppp0 <--> /dev/ac850_5
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0xa7688dce> <pcomp>
<accomp>]
rcvd [LCP ConfReq id=0x0 <asyncmap 0x0> <auth chap MD5> <magic
0x80c07aa> <pcomp> <accomp>]
sent [LCP ConfAck id=0x0 <asyncmap 0x0> <auth chap MD5> <magic
0x80c07aa> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0xa7688dce> <pcomp>
<accomp>]
rcvd [LCP DiscReq id=0x1 magic=0x80c07aa]
rcvd [CHAP Challenge id=0x1 <1c5f7ab75e85fac252424acdc87e48c6>, name =
"UMTS_CHAP_SRVR"]
sent [CHAP Response id=0x1 <f716a1547aed2da03d3b4ed08282b305>, name =
"(E-Mail Removed)"]
rcvd [CHAP Success id=0x1 ""]
CHAP authentication succeeded
CHAP authentication succeeded
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1
0.0.0.0> <ms-dns3 0.0.0.0>]
rcvd [LCP ProtRej id=0x2 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15
03 2f]
Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
rcvd [IPCP ConfNak id=0x1 <ms-dns1 10.11.12.13> <ms-dns3 10.11.12.14>
<ms-wins 10.11.12.13> <ms-wins 10.11.12.14>]
sent [IPCP ConfReq id=0x2 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1
10.11.12.13> <ms-dns3 10.11.12.14>]
Modem hangup
Connection terminated.
In particular, I am concerned about the "Protocol-Reject for
'Compression Control Protocol' (0x80fd) received" line.
Can anyone tell me what is happening here?
Thanks in advance.
Deepa
|