I modified the dnsmasq.custom.conf file afterwards to allow for conditional dns redirecting. I basically wanted any requests coming from the kids computers to be directed through OpenDNS, and anything else going through Google's DNS servers. So now my dnsmasq configuration looks like this:
Code: Select all
#### DNS #####
domain-needed
bogus-priv
no-resolv
server=192.168.1.5
server=8.8.8.8
server=8.8.4.4
cache-size=4096
##### DHCP ######
local=/home/
expand-hosts
interface=eth0
dhcp-range=set:green,192.168.1.5,192.168.1.200,12h
dhcp-range=set:red,192.168.1.2,192.168.1.4,12h
dhcp-option=tag:green,option:dns-server,192.168.1.5
dhcp-option=tag:red,option:dns-server,208.67.222.222,208.67.220.220 #OpenDNS servers
dhcp-option=3,192.168.1.1
dhcp-authoritative
dhcp-option=252,"\n"