From: Mike Baker Date: Sun, 2 Jan 2005 17:59:51 +0000 (+0000) Subject: switch to authoritative dhcp; fixes issues with some dhcp clients X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1dbdac486434e8170a6a771039c2fabdcd0a5666;p=librecmc%2Flibrecmc.git switch to authoritative dhcp; fixes issues with some dhcp clients SVN-Revision: 190 --- diff --git a/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf b/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf index 2c6c40452e..eb88062b40 100644 --- a/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf +++ b/obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf @@ -11,6 +11,7 @@ domain=lan except-interface=vlan1 # enable dhcp (start,end,netmask,leasetime) +dhcp-authoritative dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h dhcp-leasefile=/tmp/dhcp.leases