Date: Tue, 16 May 2006 15:09:55 +0000 From: "Mikhail T." <mi@aldan.algebra.com> To: freebsd-bluetooth@freebsd.org Cc: brian@awfulhak.org Subject: troubles dialing up Verizon using the new bluetooth phone Message-ID: <200605161509.56321@Misha>
next in thread | raw e-mail | index | archive | help
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 (<my-number>@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 (<my-number>@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 <my-number>@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605161509.56321>