<div>First don't try to use iwpriv.</div><div><br></div>Second WDS stands for wireless distribution system.  You are essentially creating a repeater.  If this is what you want then look at hostap as you are also acting as an AP, <div>

<br></div><div><div>If you do not want your wireless card to also be an AP (you did say it had to be in managed mode), then just configure the wifi card as plain client.</div></div><div><br></div><div>To do this you need to have the following lines in your interfaces file for your wireless NIC:<div>

<span class="Apple-tab-span" style="white-space:pre"> </span>wpa-ssid MySSID</div><div><span class="Apple-tab-span" style="white-space:pre">      </span>wpa-psk someRanDoM_PSK  <br><br>Of course you should put in your own SSID and PSK.</div>

<div><br></div><div>Once you are connected all you need to do is bridge the wireless NIC with the wired ones.</div><div><br></div><div>Hth,</div><div><br><div class="gmail_quote">On Wed, Feb 1, 2012 at 6:34 PM, Alfonso Fiore <span dir="ltr"><<a href="mailto:alfonso.fiore@gmail.com">alfonso.fiore@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I'm trying to setup wds using voyage 0.8.0 and an ALIX 3d3 with a<br>
dcma81 (Atheros AR5414).<br>
<br>
I first want to setup the wds from command line but every time I try a<br>
iwpriv command I get "no private ioctls." error.<br>
<br>
I'm not sure if this really my problem, but I read here (<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/99432" target="_blank">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/99432</a> ) that some<br>
driver doesn't support iwpriv (despite the HW).<br>
<br>
But now if I want to setup a bridge between wlan0 and eth0 what should I do?<br>
<br>
/etc/network/interfaces suggests:<br>
<br>
#auto br0<br>
#iface br0 inet static<br>
#        address 192.168.1.2<br>
#        netmask 255.255.255.0<br>
#        network 192.168.1.0<br>
#        broadcast 192.168.1.255<br>
#        gateway 192.168.1.1<br>
#        bridge_ports eth0 wlan0 wlan0wds0<br>
#        pre-up iwconfig wlan0 mode Master essid voyage-wds channel 1<br>
#        pre-up iwpriv wlan0 wds_add AA:BB:CC:DD:EE:FF<br>
<br>
but it doesn't work due to iwpriv not working (and I need my wireless<br>
to be in Managed mode, but this is irrelevant to this problem).<br>
<br>
I tried to manually bring up wlan0 like this:<br>
<br>
auto wlan0<br>
iface wlan0 inet dhcp<br>
        wpa-driver wext<br>
        wpa-ssid<br>
        wpa-psk<br>
        wpa-key-mgmt WPA-PSK<br>
        wpa-pairwise TKIP<br>
        wpa-group TKIP<br>
        wpa-proto WPA<br>
        wireless-mode Managed<br>
<br>
and then manually creating a bridge but it doesn't work (and this is<br>
why wds exists as far I understand).<br>
<br>
Any help is appreciated.<br>
<br>
Thank you,<br>
alfonso<br>
<br>
_______________________________________________<br>
Voyage-linux mailing list<br>
<a href="mailto:Voyage-linux@list.voyage.hk">Voyage-linux@list.voyage.hk</a><br>
<a href="http://list.voyage.hk/mailman/listinfo/voyage-linux" target="_blank">http://list.voyage.hk/mailman/listinfo/voyage-linux</a><br>
</blockquote></div><br></div></div>