Hi at all,

I have two ASUS WL-500gP with freewrt with an LAN-WLAN-Bridge on each device. 
The first device have bridged LAN-WLAN and a WAN-Connection. The second device 
have bridged LAN-WLAN only.
Now I want to bridge both devices by WLAN (WDS), so I can use all connected PCs 
to LAN and WLAN on both devices and the WAN port on the first device (all PCs 
should use WAN). I want all interfaces at the same network (192.168.0.0/24).
How I have to setup the "/etc/network/interfaces" to get this constellation?

Thanks for help.

Robbie

                       WLAN-WDS
                    +--------------------------+
                     |                           |
          br0 (192.168.0.1)  br0 (192.168.0.2)
              +------------+          +------------+
              |              |           |             |
ppp0 --- eth0.1 --- eth2     eth0.1 --- eth2


/etc/network/interfaces
# WAN
auto eth0.0
iface eth0.0 inet manual
 switch-ports 0 5
 
auto ppp0
iface ppp0 inet ppp
 use-template dsl
 provider dsl
 ppp-username ***
 ppp-password ***
 ppp-device eth0.0


# LAN
auto eth0.1
iface eth0.1 inet manual
 switch-ports 1 2 3 4 5*


# WLAN
auto eth2
iface eth2 inet manual
 wireless-type broadcom
 wireless-country DE
 wireless-mode ap
 wireless-ssid WLAN
 wireless-channel 9
 wireless-security wpa-psk
 wireless-authorization psk psk2
 wireless-encryption aes+tkip
 wireless-wpa-key apkey
 wireless-bridge-if br0


# Bridges
auto br0
iface br0 inet static
 bridge-ifaces eth2
 address 192.168.0.1
 netmask 255.255.255.0
 broadcast +
_______________________________________________
freewrt-users mailing list
freewrt-users@freewrt.org
https://www.freewrt.org/lists/listinfo/freewrt-users

Reply via email to