i have an alix SBC that i have installed the latest voyage linux.I jave also installed an AR922X Wireless Network Adapter. <div>i am interested to use my alix as a client in an AP , and also have the wireless interface wlan0 bridged with the eth0 and eth1 interfaces.</div>
<div><br></div><div>here is my /etc/network/interfaces configuration </div><div><br></div><div><br></div><div><div>auto lo</div><div>iface lo inet loopback</div><div><br></div><div>auto wlan0</div><div>iface wlan0 inet manual</div>
<div> wpa-driver wext</div><div> wpa-ssid Conference</div><div> wpa-psk ***********</div><div> wpa-key-mgmt WPA-PSK</div><div> wpa-pairwisei CCMP TKIP</div><div> wpa-group CCMP TKIP</div>
<div> wpa-proto WPA</div><div> wireless-mode Managed</div><div><br></div><div>auto eth0</div><div> iface eth0 inet manual</div><div>auto eth1</div><div> iface eth1 inet manual</div></div><div><div>
<br></div><div>auto br0</div><div>iface br0 inet dhcp</div><div> bridge_ports eth0 eth1 wlan0</div></div><div><br></div><div><br></div><div>the problem is that with this configuration wlan0 interface apparently is not inserted into br0 interface . </div>
<div><br></div><div>I was wondering if someone from the list can point out the problem on the above configuration. </div>