[Voyage-linux] bridge wlan eth [ 0.7.5 ]
(spam-protected)
(spam-protected)
Thu Sep 1 20:53:12 HKT 2011
Hi John,
I'm using Alix 2D3 (voyage 0.7.5)
wlan0: Atheros AR5001X+ (ath5)
Cheers
Davide
On 1 Sep 2011, at 13:28, John Schultz wrote:
> Davide,...
>
> I am having basically the same issue, however mine has an added backhaul radio and all 3 networks need to be bridged.
>
> First of all what is your hardware configuration? Board, wlan, etc...
>
> Mine is as follows:
> SBC: Alix.3D3
> WLAN0: Wistron DNMA-92 (Ath9k)
> WLAN1: Wistron DNMA-92 (Ath9k)
>
> Configuration is as follows:
> # Was never able to get a bridge created, always puked
> #auto br0
> #iface br0 inet static
> # address 192.168.254.2
> # netmask 255.255.255.0
> # network 192.168.254.0
> # broadcast 192.168.254.255
> # gateway 192.168.254.1
> # bridge_ports eth0 wlan0
>
> auto eth0
> iface eth0 inet dhcp
>
> # WLAN0 - Client connection with infrastructured WPA2
> auto wlan0
> iface wlan0 inet static
> hostapd /etc/hostapd/hostapd.wlan0.conf
> . address 10.0.0.2
> netmask 255.0.0.0
> network 10.0.0.0
> gateway 10.0.0.2
> broadcast 10.255.255.255
>
> # Master WLAN infrastructured WPA2
> auto wlan0
> iface wlan0 inet static
> hostapd /etc/hostapd/hostapd.wlan1.conf
> . address 10.0.0.3
> netmask 255.0.0.0
> network 10.0.0.0
> gateway 10.0.0.3 # have even tried 10.0.0.2
> broadcast 10.255.255.255
>
> Thanks in advanced,
> John
More information about the Voyage-linux
mailing list