I all...sorry for my bad english

i'm using the script "clientmode" for the fonera that i found in the wiki...i'm using Legend firmware that include that script
http://wiki.openwrt.org/ClientModeKamikazeStyleHowto
http://fon.testbox.dk/

I hope that this can be the right place to talking about it
The script works but i'm trying a more advaced configuration...following the script now i have
ath1--client--192.168.1.12
ath0--master--192.168.2.1 with dhcp server
eth0--wired--192.168.10.1

i want to set all in a bridge without any dhcp server...first the eth0 it isn't very important and i have tried to bridge ath1 with ath0

config interface wan
        option type    bridge
        option ifname   ath0 ath1
        option proto    static
        option ipaddr 192.168.1.12
        option netmask  255.255.255.0
  option gateway  192.168.1.1
  option dns  192.168.1.2

with this configuration fonera can ping my network 192.168.1.x..so the repeater works...but the wireless client that connects to fonera can't ping anything
i know that even in freewlan addons with original firmware fon (that include a repeater mode) i can't have a bridge with ath0 and ath1...but in dd-wrt i can!!...so with openwrt (legend) can i have a bridge like dd-wrt?

then i've tried to bridge eth0 and ath1 but with this the fonera can't ping my lan 192.168.1.x

(Last edited by monossido on 25 Feb 2008, 18:13)