hciconfig -a hci0 piscan
hcitool scan
pand --connect 00:00:00:00:00:00
ifconfig bnep0 up dhclient bnep0
cd /usr/share/doc/bluez/examples ./test-network 00:00:00:00:00:00 nap
echo 1 > /proc/sys/net/ipv4/ip_forward
sysctl -w net.ipv4.conf.all.forwarding=1 permanent:Add net.ipv4.conf.all.forwarding=1 to /etc/sysctl.conf
sudo iptables -t nat -A POSTROUTING -s 192.168.8.0/24 -j MASQUERADE
sudo route add default gw 192.168.8.2