1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-06 03:01:18 +02:00

*** empty log message ***

SVN-Revision: 1111
This commit is contained in:
Mike Baker 2005-05-30 10:05:50 +00:00
parent bc5fb8093d
commit 437300890d

@ -2,6 +2,7 @@
domain-needed domain-needed
bogus-priv bogus-priv
filterwin2k filterwin2k
localise-queries
# allow /etc/hosts and dhcp lookups via *.lan # allow /etc/hosts and dhcp lookups via *.lan
local=/lan/ local=/lan/
@ -12,8 +13,8 @@ except-interface=vlan1
# enable dhcp (start,end,netmask,leasetime) # enable dhcp (start,end,netmask,leasetime)
dhcp-authoritative dhcp-authoritative
dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h #dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
dhcp-leasefile=/tmp/dhcp.leases #dhcp-leasefile=/tmp/dhcp.leases
# use /etc/ethers for static hosts; same format as --dhcp-host # use /etc/ethers for static hosts; same format as --dhcp-host
# <hwaddr> [<hostname>] <ipaddr> # <hwaddr> [<hostname>] <ipaddr>