Quote Originally Posted by Amlet1 View Post
please help
Part 2. Configuring the router
Some extra packages need to be installed to enable full functionality of the router. You can compile them yourself by downloading the openWRT kamikaze source and putting M next to programs you want in the configuration(important ones listed below) - you can now find the ipkgs in a rar file here - kindly hosted by markc.

1. Install the important ipkgs - that is, bridge, dnsmasq, iptables, the updated kernel with wifi drivers, kernel module brcm-wl.
2. edit dnsmasq.cont as required (you need to set the fields with @@ parameters in them)


I edit /etc/config/network bridge eth0.0 10.1.1.1
vi /etc/dnsmasq.conf

# filter what we send upstream
domain-needed
bogus-priv
filterwin2k
localise-queries

# allow /etc/hosts and dhcp lookups via *.lan
local=/lan/
domain=lan
expand-hosts
resolv-file=/tmp/resolv.conf.auto

@ifdef dhcp_enable
dhcp-range=eth0.0,10.1.1.2,10.1.1.254,255.255.255.0,45h
dhcp-authoritative
dhcp-leasefile=/tmp/dhcp.leases
@endif
@ifdef wan_ifname
except-interface=@@wan_interface@@
@endif

# use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> <ipaddr>
read-ethers

# default gateway and dns for LAN ports
dhcp-option=eth0.0,3,10.1.1.1,10.1.1.2
dhcp-option=eth0.0,6,10.1.1.1,10.1.1.2



eth0.0<> bridge (br-lan)

root#:dnsmasq

dnsmasq: bad option at line 13 of /etc/dnsmasq.conf
dnsmasq: bad option at line 17 of /etc/dnsmasq.conf
dnsmasq: bad option at line 18 of /etc/dnsmasq.conf
dnsmasq: bad option at line 20 of /etc/dnsmasq.conf
dnsmasq: failed to create listening socket: Address already in use

even reboot takes no effect

try to chage your eth0.0 to br-lan that on your config