![]() |
|
dns/dhcp using dnsmasq - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html) +--- Forum: DNS and DHCP (https://www.linux-noob.com/forums/forum-84.html) +--- Thread: dns/dhcp using dnsmasq (/thread-2564.html) |
dns/dhcp using dnsmasq - mechtn - 2005-07-07 /etc/dnsmasq.conf --------------------------------- domain-needed bogus-priv interface=eth0 local=/rkbrb.local/ expand-hosts domain=rkbrb.local dhcp-range=10.10.23.105,10.10.23.240,255.255.255.0,192h dhcp-option=44,10.10.23.99 # WINS server(s) --------------------------------- Currently working on getting dhcp/dns running using dnsmasq! dns/dhcp using dnsmasq - znx - 2005-07-07 Here's mine Code: # Configuration file for dnsmasq.
domain-needed
bogus-priv
filterwin2k
local=/znx/
#block
address=/doubleclick.net/127.0.0.1
interface=eth0
expand-hosts
domain=znx
dhcp-range=192.168.0.50,192.168.0.150,12h
dhcp-host=doodle,192.168.0.1,45m
dhcp-option=6,192.168.0.1
#log-queries |