hey,
I'm using kamikaze 7.07 on wrt54gl.
I want dnsmasq to serve IP addresses in a range from 192.168.0.150 to 192.168.0.200 inside my private network.
here is my /etc/config/dhcp
config dhcp
option interface lan
option start 150
option limit 200
option leasetime 12h
but logread says the following:
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: started, version 2.38 cachesize 150
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: compile time options: IPv6 GNU-getopt ISC-leasefile no-DBus no-I18N TFTP
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: DHCP, IP range 192.168.0.150 -- 192.168.0.253, lease time 12h
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: using local addresses only for domain lan
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: reading /tmp/resolv.conf.auto
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: using nameserver xxx.xxx.xx.xx#53
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: using nameserver xxx.xxx.xx.xx#53
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: using local addresses only for domain lan
Sep 2 15:54:01 OpenWrt daemon.info dnsmasq[492]: read /etc/hosts - 1 addresses
Sep 2 15:54:01 OpenWrt daemon.err dnsmasq[492]: failed to read /etc/ethers:No such file or directory
and nvram shows:
root@OpenWrt:~# nvram show | grep dhcp
size: 3172 bytes (29596 left)
dhcp_start=150
dhcp_num=50
Is there anything I've missed??
thank you.
(Last edited by openwrt on 2 Sep 2007, 15:15)