[Bug 654667] Re: Maverick bluetooth does not create pan0 network devices
Mateusz Holysz
mateusz_holysz at o2.pl
Fri Dec 17 19:35:50 GMT 2010
** Description changed:
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
+ 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.
--
You received this bug notification because you are a member of
Bluetooth, which is subscribed to bluez in ubuntu.
https://bugs.launchpad.net/bugs/654667
Title:
Maverick bluetooth does not create pan0 network devices
More information about the Ubuntu-bluetooth
mailing list