Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
dns/dhcp using dnsmasq
#1

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

Reply
#2

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




Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)