A shell script to set up a PPP connection with a remote Bluetooth device.
Modememu is a simple tool which can be used to emulate a modem to a remote Bluetooth device. It can be used to connect from a remote Bluetooth stack that supports only the dialup networking profile. The Compaq iPaq with the Socket Bluetooth card is an example where this program is useful. It can also be used to connect from a windows machine using direct cable connection over Bluetooth. The sample services file in /etc/affix gives an example how to use it.
Shell script to masquerade a PPP connection with a remote Bluetooth device, so that it can communicate through the local network if it's present. In kernel configuration the following options should be enabled:
Networking options/Network packet filtering (replaces ipchains)
Networking options/IP Netfilter Configuration/IP tables support
Networking options/IP Netfilter Configuration/Full NAT
Networking options/IP Netfilter Configuration/MASQUERADE target support
You also have to install iptables utilities.