1 # filter what we send upstream
6 # allow /etc/hosts and dhcp lookups via *.lan
10 # no dns queries from the wan
11 except-interface=vlan1
13 # enable dhcp (start,end,netmask,leasetime)
14 dhcp-range=192.168.1.100,192.168.1.250,255.255.255.0,12h
15 dhcp-leasefile=/tmp/dhcp.leases
17 # allow a /etc/ethers for static hosts
20 # other useful options:
21 # default route(s): dhcp-option=3,192.168.1.1,192.168.1.2
22 # dns server(s): dhcp-option=6,192.168.1.1,192.168.1.2