
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp
auto bnep0
iface bnep0 inet static
address 192.168.100.10
netmask 255.255.255.0
pre-up sh -c "/usr/sbin/iptables -t nat -F ; /usr/sbin/iptables -t nat -A POSTROUTING -s 192.168.100.0/24 ! -d 192.168.100.0/24 -j MASQUERADE ; echo 1 >/proc/sys/net/ipv4/ip_forward"
KERNEL=="bnep0", ACTION=="add", RUN+="/bin/sh -c '/sbin/ifup -f %k ; /sbin/start-stop-daemon -S -p /var/run/btpan.pid -m -b -x /usr/sbin/dnsmasq -- -k -I lo -z -a 192.168.100.10 -F 192.168.100.100,192.168.100.105 -b'" KERNEL=="bnep0", ACTION=="remove", RUN+="/bin/sh -c '/sbin/ifdown -f %k ; /sbin/start-stop-daemon -K -p /var/run/btpan.pid'"
], made one for wifi and one for gprs [wifi for testing while keeping ssh up running]. Cool beans now, setup desktop shortcuts for the two types and all is gravy so far
. Thanks guys for the information.