switch to authoritative dhcp; fixes issues with some dhcp clients
SVN-Revision: 190
This commit is contained in:
parent
0fc8b8bb04
commit
1dbdac4864
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue