Hi,
I am using the latest trunk on my Freecom FSG-3 (r12389 -- thanks for the good work btw !), almost everything is working OK apart from the DHCP : I can't get an IP by wlan, neither by LAN. DNS is working right, though. Strange, as it is dnsmasq that is managing both, isn't it ?
My config is : (slightly modified default one, useless stuff stripped)
/etc/config/network :
config interface lan
option ifname "eth0 ath0"
option type bridge
option proto static
option ipaddr 192.168.1.1
option netmask 255.255.255.0
/etc/config/dhcp :
config dnsmasq
option domainneeded 1
option boguspriv 1
option filterwin2k '0' #enable for dial on demand
option localise_queries 1
option local '/lan/'
option domain 'lan'
option expandhosts 1
option nonegcache 0
option authoritative 1
option readethers 1
option leasefile '/tmp/dhcp.leases'
option resolvfile '/tmp/resolv.conf.auto'
config dhcp
option interface lan
option start 100
option limit 150
option leasetime 12h
I even tried to get rid of the bridge and only test it on eth0 : same result.
Does someone have a clue on what is going on there ? Help would be welcome.
Thanks.