Bridging two wireless interfaces with brctl?
Posted
by
AK_
on Server Fault
See other posts from Server Fault
or by AK_
Published on 2013-07-02T21:55:07Z
Indexed on
2013/07/02
23:08 UTC
Read the original article
Hit count: 170
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 ?
© Server Fault or respective owner