I would like to setup some rules for a wireless bridge to do load balancing. I''d like to dedicate one radio for doing transmit and one for receive. router | | ------------- eth0 ---------------- | | wlan0 upstream device wlan1 | ^ | | V ========================== ^ | | V | wlan2 downstream device wlan3 | | ------------- eth0 ---------------- | | network All traffic headed to the network will be sent out on wlan0, while all traffic headed to the router to be sent on wlan3. Is tc capable of doing something like this, and if so, how would I configure it? I would prefer to bridge the traffic rather than routing it. Thanks, Hampton
We are using a madwifi type driver that supports wds. I just don''t know how to setup the dual-bonded part of it. If someone has experience doing this with an ethernet only setup, I can adapt that to our network. Cheers, Hampton Stephen Hemminger wrote:> On Mon, 29 Jan 2007 14:14:25 -0800 > Hampton Maxwell <maxwell@digitalpath.net> wrote: > >> I would like to setup some rules for a wireless bridge to do load balancing. >> I''d like to dedicate one radio for doing transmit and one for receive. >> > > For most cases wireless bridge with Linux won''t work. Unless you (one of the following): > * have special device firmware > * bridge only one client (ie point-to-point) > * use MAC layer NAT > * use experimental WDS and have device that supports it. >