Hi,
my machines are in a local domain “lan”. I have the problem that on my QNAP NAS (QTS 5.2.10.3577) local names are not resolved. If I run for example:
nslookup myMachine
I get => ** server can’t find myMachine : NXDOMAIN
If I run instead
nslookup myMachine.lan
I get => Address: 192.168.1.144
I think this does not work because the search domain that the dhcp server on mu router sends is not set. On other machines resolv.conf looks like this:
nameserver 192.168.1.1
search lan
(or domain lan)
On the QNAP device I only see:
nameserver 127.0.1.1
And in resolv.dnsmasq
nameserver 192.168.1.1@eth0
In the past this was working.
Has someone an idea how to fix this?