mirror of https://github.com/hak5/openwrt.git
switch to authoritative dhcp; fixes issues with some dhcp clients
SVN-Revision: 190lede-17.01
parent
0fc8b8bb04
commit
1dbdac4864
|
@ -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