Davide,... I am having basically the same issue, however mine has an added backhaul radio and all 3 networks need to be bridged.
First of all what is your hardware configuration? Board, wlan, etc... Mine is as follows: SBC: Alix.3D3 WLAN0: Wistron DNMA-92 (Ath9k) WLAN1: Wistron DNMA-92 (Ath9k) Configuration is as follows: > # Was never able to get a bridge created, always puked > #auto br0 > #iface br0 inet static > # address 192.168.254.2 > # netmask 255.255.255.0 > # network 192.168.254.0 > # broadcast 192.168.254.255 > # gateway 192.168.254.1 > # bridge_ports eth0 wlan0 > > auto eth0 > iface eth0 inet dhcp > > # WLAN0 - Client connection with infrastructured WPA2 > auto wlan0 > iface wlan0 inet static > hostapd /etc/hostapd/hostapd.wlan0.conf > . address 10.0.0.2 > netmask 255.0.0.0 > network 10.0.0.0 > gateway 10.0.0.2 > broadcast 10.255.255.255 > > # Master WLAN infrastructured WPA2 > auto wlan0 > iface wlan0 inet static > hostapd /etc/hostapd/hostapd.wlan1.conf > . address 10.0.0.3 > netmask 255.0.0.0 > network 10.0.0.0 > gateway 10.0.0.3 # have even tried 10.0.0.2 > broadcast 10.255.255.255 > Thanks in advanced, John
_______________________________________________ Voyage-linux mailing list [email protected] http://list.voyage.hk/mailman/listinfo/voyage-linux
