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 Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to