mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:07:11 +02:00
switch to authoritative dhcp; fixes issues with some dhcp clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@190 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6f2b877767
commit
b46cacc998
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user