I have been reading a lot about local lan resolution. I must be missing 
something essential. It just doesn't work for me. 

Below is my config :

# cat /etc/dnsmasq.d/home.lan.conf 
# Main
interface=enp0s7
domain-needed
bogus-priv
server=/fs.lan/0.0.0.0
local=/lan/
expand-hosts
domain=lan
resolv-file=/etc/resolv.conf.dnsmasq
listen-address=127.0.0.1,172.16.16.16

# DHCP Settings
dhcp-range=172.16.16.101,172.16.16.249,12h
dhcp-option=option:router,172.16.16.1
dhcp-lease=/var/lib/misc/dnsmasq.leases

# TFTP
tftp-root=/home/tftpboot
dhcp-range=tftp,172.16.16.96,172.16.16.100

# Redirect Any DNS names to a specific IP
address=/doubleclick.net/127.0.0.1
address=/lan/127.0.0.1


I'm basically just using host.lan for internal resolution. 

It's probably something I'm misunderstanding in the man pages. 

Thanks. 

D
_______________________________________________
Dnsmasq-discuss mailing list
[email protected]
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to