From owner-freebsd-mobile@FreeBSD.ORG Mon Jun 30 12:21:30 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC2C37B404 for ; Mon, 30 Jun 2003 12:21:30 -0700 (PDT) Received: from mail.dada.it (mail3.dada.it [195.110.100.3]) by mx1.FreeBSD.org (Postfix) with SMTP id C4F7643FB1 for ; Mon, 30 Jun 2003 12:21:27 -0700 (PDT) (envelope-from ale@unixmania.net) Received: (qmail 10913 invoked from network); 30 Jun 2003 19:21:21 -0000 Received: from unknown (HELO libero.sunshine.ale) (195.110.114.252) by mail.dada.it with SMTP; 30 Jun 2003 19:21:21 -0000 Received: by libero.sunshine.ale (Postfix, from userid 1001) id DBF46623D; Mon, 30 Jun 2003 21:21:22 +0200 (CEST) Date: Mon, 30 Jun 2003 21:21:22 +0200 From: Alessandro de Manzano To: net@freebsd.org Message-ID: <20030630212122.A72414@libero.sunshine.ale> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i X-Operating-System: FreeBSD 4.7-STABLE cc: mobile@freebsd.org Subject: strange PPP negotiation problem with GPRS mobile phone X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alessandro de Manzano List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 19:21:31 -0000 Hello! I'm having very strange (to me) PPP problems with a 4.8-R notebook trying to connect to the Internet via a GPRS mobile phone. Note: The exactly same hardware works fine with WinXP so it should work under FreeBSD also, I guess ;-)) Situation: I'm using the following /etc/ppp/ppp.conf file (comments removed) default: set log Phase Chat LCP IPCP CCP tun command ident user-ppp VERSION (built COMPILATIONDATE) set device /dev/cuaa0 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" AT OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT" set timeout 180 # 3 minute idle timer (the default) enable dns # request DNS info (for resolv.conf) disable ipv6cp disable mppe vodamobile: set speed 57600 set phone +393492002800 set authname set authkey add default HISADDR disable dns vodagprs: set speed 57600 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \ \"\" ATZ OK-AT-OK ATE1Q0 OK AT+CGDCONT=1,\\\"IP\\\",\\\"web.omnitel.it\\\",\\\"0.0.0.0\\\" OK \\dATDT\\T TIMEOUT 40 CONNECT" set phone *99\# set authname set authkey add default HISADDR # disable dns disable vjcomp disable deflate disable protocomp enable pap as you see it's quite simple. I'm using the "vodagprs" label ("vodamobile" works fine but is GSM 9600 bps) and I got the peculiar AT-commands digging in Google for configs like mine (Motorola T280 + Vodafone Omnitel GPRS) I added later all the "disable XXX" commands trying to resolve the problem, because under WinXP with plain vanilla configuration it works fine (no custom software required), so I thought it could be some odd PPP settings... PPP negotiation starts but ends quite immediately for some problem I can't understand. Here is a typical /var/log/ppp.log snippet: (it is a bit long) Jun 30 20:55:54 asusmobile ppp[133]: Phase: Using interface: tun0 Jun 30 20:55:54 asusmobile ppp[133]: Phase: deflink: Created in closed state Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: ident user-ppp VERSION (built COMPILATIONDATE) Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: set device /dev/cuaa0 Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: set speed 115200 Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" AT OK-AT-OK ATE1Q0 OK \dATDT\T TIMEOUT 40 CONNECT Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: set timeout 180 Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: enable dns Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: disable ipv6cp Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: default: disable mppe Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: set speed 57600 Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 "" ATZ OK-AT-OK ATE1Q0 OK AT+CGDCONT=1,\"IP\",\"web.omnitel.it\",\"0.0.0.0\" OK \dATDT\T TIMEOUT 40 CONNECT Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: set phone *99# Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: set authname Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: set authkey Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: add default HISADDR Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: disable vjcomp Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: disable deflate Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: disable protocomp Jun 30 20:55:54 asusmobile ppp[133]: tun0: Command: vodagprs: enable pap Jun 30 20:55:54 asusmobile ppp[134]: tun0: Phase: PPP Started (background mode). Jun 30 20:55:54 asusmobile ppp[134]: tun0: Phase: bundle: Establish Jun 30 20:55:54 asusmobile ppp[134]: tun0: Phase: deflink: closed -> opening Jun 30 20:55:54 asusmobile ppp[134]: tun0: Phase: deflink: Connected! Jun 30 20:55:54 asusmobile ppp[134]: tun0: Phase: deflink: opening -> dial Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Phone: *99# Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: deflink: Dial attempt 1 of 1 Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Send: ATZ^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Expect(5): OK Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Received: ATZ^M^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Received: OK^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Send: ATE1Q0^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Expect(5): OK Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Received: ATE1Q0^M^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Received: OK^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Send: AT+CGDCONT=1,"IP","web.omnitel.it","0.0.0.0"^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Expect(5): OK Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Received: AT+CGDCONT=1,"IP","web.omnitel.it","0.0.0.0"^M^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Received: OK^M Jun 30 20:55:54 asusmobile ppp[134]: tun0: Chat: Send: ATDT*99#^M Jun 30 20:55:56 asusmobile ppp[134]: tun0: Chat: Expect(40): CONNECT Jun 30 20:55:56 asusmobile ppp[134]: tun0: Chat: Received: ATDT*99#^M^M Jun 30 20:55:56 asusmobile ppp[134]: tun0: Chat: Received: CONNECT^M Jun 30 20:55:56 asusmobile ppp[134]: tun0: Phase: deflink: dial -> carrier Jun 30 20:55:57 asusmobile ppp[134]: tun0: Phase: deflink: /dev/cuaa0: CD detected Jun 30 20:55:57 asusmobile ppp[134]: tun0: Phase: deflink: carrier -> login Jun 30 20:55:57 asusmobile ppp[134]: tun0: Phase: deflink: login -> lcp Jun 30 20:55:57 asusmobile ppp[134]: tun0: LCP: FSM: Using "deflink" as a transport Jun 30 20:55:57 asusmobile ppp[134]: tun0: LCP: deflink: State change Initial --> Closed Jun 30 20:55:57 asusmobile ppp[134]: tun0: LCP: deflink: State change Closed --> Stopped Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: LayerStart Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACFCOMP[2] Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: State change Stopped --> Req-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(1) state = Req-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(0) state = Req-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACFCOMP[2] Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(2) state = Req-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigReq(32) state = Req-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x000094c8 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigAck(32) state = Req-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x000094c8 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: State change Req-Sent --> Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(2) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(1) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(3) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(3) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(2) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(4) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(4) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(3) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(5) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(5) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(4) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(6) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(6) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(5) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(7) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(7) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(6) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(8) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(8) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(7) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(9) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(9) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(8) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(10) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(10) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(9) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(11) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(11) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(10) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(12) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(12) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(11) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(13) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(13) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(12) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(14) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(14) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(13) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendConfigReq(15) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: ACCMAP[6] 0x00000000 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MRU[4] 1500 Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM[6] 0x46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvConfigRej(15) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(14) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: AUTHPROTO[4] 0xc023 (PAP) Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: Too many LCP REQs sent - abandoning negotiation Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendIdent(15) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: MAGICNUM 46e4317a Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: TEXT user-ppp 3.1 (built Jun 15 2003) Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: SendTerminateReq(16) state = Ack-Sent Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: State change Ack-Sent --> Closing Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: RecvTerminateAck(16) state = Closing Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: LayerFinish Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: State change Closing --> Closed Jun 30 20:55:58 asusmobile ppp[134]: tun0: LCP: deflink: State change Closed --> Initial Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: Disconnected! Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: lcp -> logout Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: logout -> hangup Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: Disconnected! Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: Connect time: 4 secs: 430 octets in, 1659 octets out Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: 31 packets in, 33 packets out Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: total 522 bytes/sec, peak 0 bytes/sec on Mon Jun 30 20:55:54 2003 Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: deflink: hangup -> closed Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: bundle: Dead Jun 30 20:55:58 asusmobile ppp[134]: tun0: Phase: PPP Terminated (normal). Jun 30 20:55:58 asusmobile ppp[133]: tun0: Phase: Parent: Child failed (errdead) Jun 30 20:55:58 asusmobile ppp[134]: tun0: Chat: Parent notified of failure I hope someone will be so kind and nice to read my mail till this sentence ;) and trying to explain to me what happened in PPP handshake. Have someone else ever been succesful in establishing GPRS data connections with Vodafone (Europe) as ISP ? I accept any hints and suggestion! Many many thanks in advance! :) -- bye! Ale