I have been using this setup through numerous versions of Merlin without issue, but after the upgrade to 384.9 I'm having issues resolving only *some* local machines. I have a slew of static DHCP assignments set up in /jffs/configs/dnsmasq.conf.add. For example:
I get this:
This sounds like the issue people have with DNS filtering, but this is only happening to one or two hosts (depending on the time). All the rest of the hosts work as expected and have nothing obvious in common. I've tried restarting dnsmasq to no effect.
Any ideas appreciated.
Code:
dhcp-host=DE:AD:BE:EF:CA:FE,foo,192.168.1.2,12h
dhcp-host=DE:AD:BE:EF:CA:FF,bar,192.168.1.3,12h
I get this:
Code:
admin@RT-AC88U:/tmp/home/root# nslookup foo
Server: 127.0.0.1
Address 1: 127.0.0.1 localhost.localdomain
nslookup: can't resolve 'foo'
Code:
admin@RT-AC88U:/tmp/home/root# nslookup bar
Server: 127.0.0.1
Address 1: 127.0.0.1 localhost.localdomain
Name: bar
Address 1: 192.168.1.3 bar.test.lan
This sounds like the issue people have with DNS filtering, but this is only happening to one or two hosts (depending on the time). All the rest of the hosts work as expected and have nothing obvious in common. I've tried restarting dnsmasq to no effect.
Any ideas appreciated.