![]() |
2008-10-04
, 03:00
|
Posts: 2 |
Thanked: 0 times |
Joined on Feb 2008
|
#2
|
If your network DNS server is configured properly with your domain name and
with your local machines names (either manually or via DHCP), commenting the
option "domain-needed" in /etc/dnsmasq.conf should fix this bug.
![]() |
2008-10-04
, 14:32
|
Posts: 46 |
Thanked: 6 times |
Joined on Sep 2008
|
#3
|
domain mydomain.mycountry
nameserver 192.168.7.1
Obviously, dnsmasq is using that file - all fully qualified host names are correctly resolved using my local nameserver. But if I give short name myhost, I am getting error, it does not try myhost.mydomain.mycountry.
Is there any way to make dnsmasq use "domain" line?
Thanks.