This post originated from an RSS feed registered with PHP Buzz
by Alan Knowles.
Original Post: Bluetooth GPRS via an A1200 and peoples.net
Feed Title: Smoking toooo much PHP
Feed URL: http://www.akbkhome.com/blog.php/RSS.xml
Feed Description: More than just a blog :)
After quite a bit googling and guesswork, I finally got my portable to connect via my Motorola A1200 to peoples.net (unlimited GRPS). So here's the settings for reference (as most of the google results are not quite accurate).
for starters: /etc/bluetooth/rfcomm.conf (you need to find out your bluetooth id - plenty of results if you google "bt grps howto's" )
rfcomm0 { bind yes; device ***device id here **; channel 5; comment "Alans phone"; }
you need to configure pairing - I think this is the one that worked /etc/bluetooth/hcid.conf
options { autoinit yes; security user; pairing multi; passkey "**MAKE UP A PASSKEY ***"; }
And now for the magical stuff.. (the 0.0.0.0:10.0.0.1 was the magic bit that solved all the connection problems) /etc/ppp/peers/peoples