From owner-freebsd-bluetooth@FreeBSD.ORG Tue May 16 15:11:34 2006 Return-Path: X-Original-To: freebsd-bluetooth@freebsd.org Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A374016A434 for ; Tue, 16 May 2006 15:11:34 +0000 (UTC) (envelope-from mi@aldan.algebra.com) Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AE1943D46 for ; Tue, 16 May 2006 15:11:33 +0000 (GMT) (envelope-from mi@aldan.algebra.com) Received: from corbulon.video-collage.com (static-151-204-231-237.bos.east.verizon.net [151.204.231.237]) by aldan.algebra.com (8.13.6/8.13.6) with ESMTP id k4GFAvkj041356 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 May 2006 11:11:00 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Received: from vaio.virtual-estates.net (aldan.algebra.com [216.254.65.224]) by corbulon.video-collage.com (8.13.6/8.13.6) with ESMTP id k4GFApGj050700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 May 2006 11:10:51 -0400 (EDT) (envelope-from mi@aldan.algebra.com) Received: from vaio.virtual-estates.net (localhost [127.0.0.1]) by vaio.virtual-estates.net (8.13.4/8.13.4) with ESMTP id k4GF9wtq031883; Tue, 16 May 2006 15:10:19 GMT (envelope-from mi@aldan.algebra.com) Received: from localhost (localhost [[UNIX: localhost]]) by vaio.virtual-estates.net (8.13.4/8.13.4/Submit) id k4GF9u0p031882; Tue, 16 May 2006 15:09:56 GMT (envelope-from mi@aldan.algebra.com) X-Authentication-Warning: vaio.virtual-estates.net: mi set sender to mi@aldan.algebra.com using -f From: "Mikhail T." To: freebsd-bluetooth@freebsd.org Date: Tue, 16 May 2006 15:09:55 +0000 User-Agent: KMail/1.9.1 X-Face: %UW#n0|w>ydeGt/b@1-.UFP=K^~-:0f#O:D7whJ5G_<5143Bb3kOIs9XpX+"V+~$adGP:J|SLieM31VIhqXeLBli" X-Virus-Scanned: ClamAV 0.88/1463/Mon May 15 06:55:22 2006 on corbulon.video-collage.com X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.43 Cc: brian@awfulhak.org Subject: troubles dialing up Verizon using the new bluetooth phone X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 May 2006 15:11:36 -0000 Hello! I was a "happy camper" with Motorolla V710 for a while -- the dialing up via bluetooth worked Ok: Mar 24 15:41:07 vaio ppp[516]: tun0: LCP: MAGICNUM 5e1da83c Mar 24 15:41:07 vaio ppp[516]: tun0: LCP: TEXT user-ppp 3.4.2 (built Jan 22 2006) Mar 24 15:41:07 vaio ppp[516]: tun0: Phase: bundle: Authenticate Mar 24 15:41:07 vaio ppp[516]: tun0: Phase: deflink: his = CHAP 0x05, mine = none Mar 24 15:41:07 vaio ppp[516]: tun0: Phase: Chap Input: CHALLENGE (16 bytes) Mar 24 15:41:07 vaio ppp[516]: tun0: Phase: Chap Output: RESPONSE (@vzw3g.com) Mar 24 15:41:07 vaio ppp[516]: tun0: Phase: Chap Input: SUCCESS And then I lost that phone and replaced it with Nokia 6256i. The Bluetooth part seems to be working alright, but the Chap-authentication fails: May 16 14:42:11 vaio ppp[31635]: tun0: LCP: MAGICNUM a6ba33a2 May 16 14:42:11 vaio ppp[31635]: tun0: LCP: TEXT user-ppp 3.4.2 (built Jan 22 2006) May 16 14:42:11 vaio ppp[31635]: tun0: Phase: bundle: Authenticate May 16 14:42:11 vaio ppp[31635]: tun0: Phase: deflink: his = CHAP 0x80, mine = none May 16 14:42:11 vaio ppp[31635]: tun0: Phase: Chap Input: CHALLENGE (8 bytes from NYCQNYWSUI6-13) May 16 14:42:11 vaio ppp[31635]: tun0: Phase: Chap Output: RESPONSE (@vzw3g.com) May 16 14:42:15 vaio ppp[31635]: tun0: Phase: Chap Input: FAILURE (E=691 R=1 ) In the above it seems, Verizon has simply changed from using the CHAP 0x05 to using CHAP 0x80, which does not work -- a non-Bluetooth question. But it is too much of a coincidence for them to do it exactly in the time I was replacing my phone -- in a 2 week window... Here is the ppp config entry, that I (try to) use: dun: enable force-scripts set authname @vzw3g.com set authkey vzw set phone "#777" set timeout 120 set dial "\"\" \\dATD\\T TIMEOUT 40 CONNECT" set login set redial 1+1 enable dns disable ipv6 # resolve rewrite set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 add default HISADDR Can anyone post their (working) configuration? Thanks! -mi