[WLANware] Bug with S05nvram and WL-HDD

Ufo ufo at public-ip.org
Sat Oct 7 20:01:45 CEST 2006


Dan Flett schrieb:
> It took a while, but I've narrowed the problem down to the S05nvram init.d 
> script that runs at firstboot only.
yes, i know this problem for all freifunk-firmware versions. I always 
correct our localized Firmware at this point.
http://firmware.leipzig.freifunk.net/

> defaults, S05nvram does not correctly set the "lan_ifnames" variable.  This 
> isn't usually a big problem with most firmwares WL-HDD, including a 

this setting activates the bridge between wlan (eth2 at wl-hdd-asus) and 
lan. but with freifunk there should be no bridge, we have routing 
between all interfaces.

my corrections in S05nvram:
-----------------

original freifunk:

         WLHDD)
                 ### wl-hdd hacks ###
                 nvram_set lan_ifnames "eth1 eth2"
                 nvram_set wan_ifname "none"

leipzig version:

         WLHDD)
                 ### wl-hdd hacks ###
                 nvram_set lan_ifnames "eth1"
                 nvram_set wan_ifname "none"





More information about the WLANware mailing list