<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><span style="background-color: rgba(255, 255, 255, 0);">I have been reading a lot about local lan resolution. I must be missing something essential. It just doesn't work for me. <br><br>Below is my config :<br><br># cat /etc/dnsmasq.d/home.lan.conf <br># Main<br>interface=enp0s7<br>domain-needed<br>bogus-priv<br>server=/fs.lan/0.0.0.0<br>local=/lan/<br>expand-hosts<br>domain=lan<br>resolv-file=/etc/resolv.conf.dnsmasq<br>listen-address=127.0.0.1,172.16.16.16<br><br># DHCP Settings<br>dhcp-range=172.16.16.101,172.16.16.249,12h<br>dhcp-option=option:router,172.16.16.1<br>dhcp-lease=/var/lib/misc/dnsmasq.leases<br><br># TFTP<br>tftp-root=/home/tftpboot<br>dhcp-range=tftp,172.16.16.96,172.16.16.100<br><br># Redirect Any DNS names to a specific IP<br>address=/<a dir="ltr" href="http://doubleclick.net/127.0.0.1" x-apple-data-detectors="true" x-apple-data-detectors-type="link" x-apple-data-detectors-result="1">doubleclick.net/127.0.0.1</a><br>address=/lan/127.0.0.1<br><br><br>I'm basically just using host.lan for internal resolution. <br><br>It's probably something I'm misunderstanding in the man pages. <br><br>Thanks. <br><br>D</span></div></body></html>