I tried to find a solution by searching the net but I found various postings which describe the way to setup a bridge exactly the same way as I did. Some threads talked about ebtables which should be used. But it worked before without ebtables. So it seems to me there were some changes done in the kernel which break the bridging functionality. Would be glad if somebody can help me to get the bridge up and working again with the new kernel. I don't want to stick with the old kernel.
My /etc/network/interfaces
Code: Select all
auto lo
iface lo inet loopback
iface eth0 inet manual
auto wlan0
iface wlan0 inet manual
auto br0
iface br0 inet dhcp
bridge_ports wlan0 eth0
bridge_stp off
bridge_maxwait 15
wpa-iface wlan0
wpa-bridge br0
wpa-driver wext
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf