The state of the Internet
You might have noticed that the quality of postings to sites like Digg, del.icio.us, and Reddit declines very quickly and people start to rant about it.
You might have noticed that the quality of postings to sites like Digg, del.icio.us, and Reddit declines very quickly and people start to rant about it.
Google provides a service to host your company’s (or personal) mails at their servers via your own domain. They currently provide a limited (invitation only) beta test. You can sign up at Gmail for your domain and they’ll send you an invitation. I had to wait quite a time: signed up in February and received the invitation in July.
After several hours of fooling around with my Nokia 6680 and some tools I’ve finally succeeded! I’m able to use my home Internet connection on my phone via Bluetooth! Now I’m able to load my phone with tons of software, data and experiment with other nice applications like Google Maps without paying 1.5 Euro per Megabyte!
Here a short step-by-step guide:

It’s likely that some of this steps aren’t necessary, but it’s working for me.
Here the script to share your serial port with your AirPort. You may want to adapt the script according to your setup
sudo /usr/sbin/pppd /dev/tty.Bluetooth-PDA-Sync 115200 \
noauth local passive proxyarp \
asyncmap 0 silent persist :192.168.1.131
sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=1
sudo /usr/sbin/natd -same_ports -use_sockets -log -deny_incoming -interface en1
sudo /sbin/ipfw add divert natd ip from any to any via en1
sudo /sbin/ipfw -f flush
sudo killall natd
sudo /usr/sbin/sysctl -w net.inet.ip.forwarding=0
sudo killall pppd
or simply restart your computer.
If you still have troubles try these ressources in order: xans howto xans troubleshooting guide support forum
There’s also guide for Macs and Nokia 6600 mobiles available.
A very handy tool for debugging is the Bluetooth PacketLogger, available if you’ve XCode installed (take a look at /Developer/Applications/Utilities/Bluetooth).