Re: pppd not working (no reply)
- From: cla t <c.tamburrino@xxxxxx>
- Date: Sat, 28 Mar 2009 10:09:02 +0000 (UTC)
Modifying ipcp-max-configure and ipcp-restart does not resolve.
With noccp i get
----------
sent [PAP AuthReq id=0x1 user="anon" password="anon"]
rcvd [LCP DiscReq id=0xa magic=0xe2e628]
rcvd [PAP AuthAck id=0x1 ""]
PAP authentication succeeded
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 10.0.0.2> <ms-dns1
0.0.0.0> <ms-dns2 0.0.0.0>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 10.0.0.2> <ms-dns1
0.0.0.0> <ms-dns2 0.0.0.0>]
IPCP: timeout sending Config-Requests
sent [LCP TermReq id=0x2 "No network protocols running"]
sent [LCP TermReq id=0x3 "No network protocols running"]
Connection terminated.
Serial link disconnected. connection at any stage!
Modem hangup
----------
so the "Protocol-Reject" is not the problem.
I think it is a driver problem.
My modem is
Manufacturer: Novatel Wireless Incorporated
Model: Expedite EU870D MiniCard
Revision: 10.9.0802.01-12 [2007-08-10 13:10:18]
IMEI: <hidden>
+GCAP: +CGSM,+DS
It seems that it is a driver problem and that my modem will never work on
linux (2.6.27-11), as read from
http://ubuntuforums.org/showthread.php?t=740888
http://ubuntuforums.org/showthread.php?t=1059605
alex
Il Thu, 26 Mar 2009 14:20:21 -0500, Clifford Kite ha scritto:
cla t <c.tamburrino@xxxxxx> wrote:
pppd version 2.4.4
kernel Linux 2.6.27-11-generic
I am trying to connect to wind network, using the internal HDSPA modem.
My ppp client terminates with "IPCP: timeout sending Config-Requests".
Disabling compression eliminates the error "Protocol-Reject for
'Compression Control Protocol' (0x80fd) received", but it don't resolve
the problem. Using pap or chap don't resolve the problem. Any hint on
how to resolve the problem?
<...>
PAP 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-dns2 0.0.0.0>]
rcvd [LCP ProtRej id=0x3 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
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1
0.0.0.0> <ms-dns2 0.0.0.0>]
IPCP: timeout sending Config-Requests
I've not used GPRS but have seen enough posts to think PPP
implementations for cell phones are often marginal.
Try adding the pppd option novj. If that doesn't work try removing the
usepeerdns option and/or specifying a bogus local IP, e.g., "10.0.0.2:"
If it still doesn't work try commenting out "ipcp-max-configure 2" and
"ipcp-restart 100" (100 seconds is a _long_ time between IPCP requests
and the limit of 2 such requests seems a little severe).
sent [LCP TermReq id=0x2 "No network protocols running"] sent [LCP
TermReq id=0x3 "No network protocols running"] Connection terminated.
Serial link disconnected. connection at any stage! Modem hangup
----------
file /etc/ppp/peers/gprs
nodetach
debug
name "Wind"
remotename "Wind"
ipcp-max-configure 2
ipcp-restart 100
dump
deflate 15
require-pap
refuse-chap
refuse-mschap
refuse-mschap-v2
refuse-eap
show-password
connect /etc/ppp/peers/gprs-connect-chat disconnect
/etc/ppp/peers/gprs-disconnect-chat /dev/ttyUSB0
9600
crtscts
local
noipdefault
ipcp-accept-local
ipcp-accept-remote
defaultroute
usepeerdns
noauth
#EOF
<...>
HTH
.
- Follow-Ups:
- Re: pppd not working (no reply)
- From: Clifford Kite
- Re: pppd not working (no reply)
- References:
- pppd not working (no reply)
- From: cla t
- Re: pppd not working (no reply)
- From: Clifford Kite
- pppd not working (no reply)
- Prev by Date: Re: pppd not working (no reply)
- Next by Date: Re: pppd not working (no reply)
- Previous by thread: Re: pppd not working (no reply)
- Next by thread: Re: pppd not working (no reply)
- Index(es):
Relevant Pages
|