[Bug 172823] PAN NAP not working on Ubuntu Gutsy
Mila Kuchta
kuchta at geeks.cz
Thu Nov 29 15:14:46 GMT 2007
Public bug reported:
Binary package hint: bluez-utils
NAP not working on Gutsy. I've removed old configuration starting pand
server (which was not working anymore) because the new version of bluez-
utils migrated to dbus. Network service successfully started, but the
network manager probably do not assign the ip adress nor start dhcp
server (which i think is mandatory for NAP to work) and masquerading.
I've used this bnep0 interface configuration started by dev-up script:
iface bnep0 inet static
address 192.168.2.1
netmask 255.255.255.0
post-up iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -j MASQUERADE
post-up /etc/init.d/dhcp3-server start
pre-down iptables -t nat -D POSTROUTING -s 192.168.2.0/24 -j MASQUERADE
pre-down /etc/init.d/dhcp3-server stop
Is this the NetworkManager responsibility, or what's wrong with bluez-
utils in Gutsy?
** Affects: bluez-utils (Ubuntu)
Importance: Undecided
Status: New
--
PAN NAP not working on Ubuntu Gutsy
https://bugs.launchpad.net/bugs/172823
You received this bug notification because you are a member of
Bluetooth, which is a bug contact for bluez-utils in ubuntu.
More information about the Ubuntu-bluetooth
mailing list