Re: Internet access over Bluetooth; a summary.

2009-04-30 Thread Toni Mueller
On Tue, 28.04.2009 at 07:12:34 +0200, Otto Moerbeek o...@drijf.net wrote: Caching only reduces load on the DNS system if the caches get used a lot. Lots of caches that are virtually unused increase the load. Imagine every laptop owner would do this, and the resulting load of root and other

Re: Internet access over Bluetooth; a summary.

2009-04-28 Thread Denis Doroshenko
On Mon, Apr 27, 2009 at 11:18 PM, Thomas Pfaff tpf...@tp76.info wrote: On Mon, 27 Apr 2009 21:04:01 +0200 Otto Moerbeek o...@drijf.net wrote: On Mon, Apr 27, 2009 at 08:43:16PM +0200, Thomas Pfaff wrote: B B $ sudo echo 00:1d:e9:e5:ad:01 phone /etc/bluetooth/hosts I don't think you tested

Re: Internet access over Bluetooth; a summary.

2009-04-28 Thread Thomas Pfaff
On Mon, 27 Apr 2009 19:51:30 + rivo nurges r...@estpak.ee wrote: Hi! I have taken a bit different route. sudo btconfig ubt0 up sudo sdpd sudo bthcid ... Thanks for sharing. This reminds me that I also forgot to mention sdpd and bthcid *sigh* I should probably clean up my notes a

Re: Internet access over Bluetooth; a summary.

2009-04-28 Thread Vadim Zhukov
On 28 April 2009 c. 19:21:15 Thomas Pfaff wrote: On Mon, 27 Apr 2009 19:51:30 + rivo nurges r...@estpak.ee wrote: Hi! I have taken a bit different route. sudo btconfig ubt0 up sudo sdpd sudo bthcid ... Thanks for sharing. This reminds me that I also forgot to mention

Re: Internet access over Bluetooth; a summary.

2009-04-28 Thread Stuart Henderson
On 2009-04-27, Thomas Pfaff tpf...@tp76.info wrote: I've no idea what the name servers are supposed to be, so I just started a local one and pointed /etc/resolv.conf at it; not very nice, better find out what the actual nameservers are. I believe ppp has some way to tell the client, see

Internet access over Bluetooth; a summary.

2009-04-27 Thread Thomas Pfaff
So, I finally got Internet access over Bluetooth to my Nokia 6233 working. Here's a short summary of the steps taken (this assumes a properly configured phone). Make sure your Bluetooth device is recognized by OpenBSD: $ dmesg | grep ubt ubt0 at uhub4 port 1 Micro Star International

Re: Internet access over Bluetooth; a summary.

2009-04-27 Thread Otto Moerbeek
On Mon, Apr 27, 2009 at 08:43:16PM +0200, Thomas Pfaff wrote: So, I finally got Internet access over Bluetooth to my Nokia 6233 working. Here's a short summary of the steps taken (this assumes a properly configured phone). Cool, this might indeed help other people struggling with this. I

Re: Internet access over Bluetooth; a summary.

2009-04-27 Thread Vadim Zhukov
On 27 April 2009 c. 22:43:16 Thomas Pfaff wrote: So, I finally got Internet access over Bluetooth to my Nokia 6233 working. Here's a short summary of the steps taken (this assumes a properly configured phone). Make sure your Bluetooth device is recognized by OpenBSD: $ dmesg | grep ubt

Re: Internet access over Bluetooth; a summary.

2009-04-27 Thread rivo nurges
Hi! I have taken a bit different route. sudo btconfig ubt0 up sudo sdpd sudo bthcid btpin -d ubt0 -a mac -p ; cat /etc/ppp/ppp.conf gprs: set device !rfcomm_sppd -a mac -s DUN set dial ABORT ERROR ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \\ ATZ

Re: Internet access over Bluetooth; a summary.

2009-04-27 Thread Thomas Pfaff
On Mon, 27 Apr 2009 23:22:03 +0400 Vadim Zhukov persg...@gmail.com wrote: On 27 April 2009 c. 22:43:16 Thomas Pfaff wrote: So, I finally got Internet access over Bluetooth to my Nokia 6233 working. Here's a short summary of the steps taken (this assumes a properly configured phone). [...]

Re: Internet access over Bluetooth; a summary.

2009-04-27 Thread Thomas Pfaff
On Mon, 27 Apr 2009 21:04:01 +0200 Otto Moerbeek o...@drijf.net wrote: On Mon, Apr 27, 2009 at 08:43:16PM +0200, Thomas Pfaff wrote: Bring the Bluetooth interface up and verify that you're able to detect your phone: $ sudo btconfig ubt0 up This probably require a few more parameters

Re: Internet access over Bluetooth; a summary.

2009-04-27 Thread Otto Moerbeek
On Mon, Apr 27, 2009 at 10:18:19PM +0200, Thomas Pfaff wrote: I've no idea what the name servers are supposed to be, so I just started a local one and pointed /etc/resolv.conf at it; not very nice, better find out what the actual nameservers are. I believe ppp has some way to tell