Linux-Noob Forums

Full Version: dns/dhcp using dnsmasq
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

/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!


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