Bridging two wireless interfaces with brctl?
- by AK_
I have this topology:
[internet]
^
L-------[wlan0]-[host]-[wlan1]-----[client-1]
I tried to bridge wlan0 wlan1 but it wont work with brctl; but magically when I issue this command
#iw set dev wlan0 4addr on
it adds wlan0 to the bridge BUT I lost all internet connection and I was unable to hook it to the internet router.
can somebody please explain why did that happen and is there a way to get this done ?