Public bug reported:

Binary package hint: bluez

pan0 is no longer created for bluetooth adaptors. This is a regression
from lucid, where this worked with both the ubuntu kernel and the
backported maverick (2.6.35.22) kernel.

Expected: Boot the computer with bluetooth enabled and the following in
/etc/network/interfaces

auto pan0
iface pan0 inet static
 address 10.69.42.1
 netmask 255.255.255.0
 network 10.69.42.0
 broadcast 10.69.42.255
 metric 69
 up echo 1 > /proc/sys/net/ipv4/ip_forward
 up iptables -t nat -A POSTROUTING -s 10.69.42.0/24 -j MASQUERADE
 down echo 0 > /proc/sys/net/ipv4/ip_forward
 down iptables -t nat -D POSTROUTING -s 10.69.42.0/24 -j MASQUERADE

A device pan0 will be created.

What actually happens: The device is not created, alas. Tested on two
ia32 and one ppc machines.

** Affects: bluez (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Maverick bluetooth does not create pan0 network devices
https://bugs.launchpad.net/bugs/654667
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to