From 1dbdac486434e8170a6a771039c2fabdcd0a5666 Mon Sep 17 00:00:00 2001 From: Mike Baker Date: Sun, 2 Jan 2005 17:59:51 +0000 Subject: [PATCH] switch to authoritative dhcp; fixes issues with some dhcp clients SVN-Revision: 190 --- obsolete-buildroot/sources/openwrt/root/etc/dnsmasq.conf | 1 + 1 file changed, 1 insertion(+) 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