Davide,...<br><br>I am having basically the same issue, however mine has an added backhaul radio and all 3 networks need to be bridged.<br><br>First of all what is your hardware configuration? Board, wlan, etc...<br><br>Mine is as follows:<br>

SBC: Alix.3D3<br>WLAN0: Wistron DNMA-92 (Ath9k)<br>WLAN1: Wistron DNMA-92 (Ath9k)<br><br>Configuration is as follows:<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

# Was never able to get a bridge created, always puked<br>#auto br0<br>
#iface br0 inet static<br>
 #       address 192.168.254.2<br>
 #       netmask 255.255.255.0<br>
 #       network 192.168.254.0<br>
 #       broadcast 192.168.254.255<br>
 #       gateway 192.168.254.1<br>
 #       bridge_ports eth0 wlan0<br>
<br>
auto eth0<br>
iface eth0 inet dhcp<br>
<br>
# WLAN0 - Client connection with infrastructured WPA2<br>
auto wlan0<br>
iface wlan0 inet static<br>
        hostapd /etc/hostapd/hostapd.wlan0.conf<br><div id=":c0">.       address 10.0.0.2<br>
        netmask 255.0.0.0<br>
        network 10.0.0.0<br>
        gateway 10.0.0.2<br>
        broadcast 10.255.255.255</div><br># Master WLAN infrastructured WPA2<br>

auto wlan0<br>

iface wlan0 inet static<br>

        hostapd /etc/hostapd/hostapd.wlan1.conf<br><div id=":c0">.       address 10.0.0.3<br>
        netmask 255.0.0.0<br>
        network 10.0.0.0<br>
        gateway 10.0.0.3 # have even tried 10.0.0.2<br>
        broadcast 10.255.255.255</div></blockquote>


<br>Thanks in advanced,<br>John<br>