interface=eth1
except-interface=lo,eth0
bind-interfaces
listen-address=127.0.0.1
listen-address=192.168.4.1
#domain-needed
bogus-priv
#no-resolv
resolv-file=/etc/resolv.conf
#filterwin2k
expand-hosts
domain=p4local
local=/p4local/
#domain=
#local=
dhcp-option=option:netmask,255.255.255.0
dhcp-option=option:router,192.168.4.1
dhcp-option=option:dns-server,192.168.4.1
dhcp-option=option:ntp-server,141.223.182.106 # ntp.postech.ac.kr
dhcp-range=192.168.4.194,192.168.4.253,5m
dhcp-lease-max=252
dhcp-leasefile=/var/lib/dnsmasq/internallocal.leases |