there is a file /etc/resolv.conf with first line says: # Generated by resolvconf
Can someone tell me where the process resolvconf gets its data please?
thanks in advance, gabriël
Code: Select all
name_servers=127.0.0.1
domain=hutte.local
#search_domains=hutte.local
thank you very much for your answer:emgi wrote:The objective of the search directive is to include additional domains to be checked when encountering an unqualified domain name, i.e a hostname without a domain. nslookup huttewksta001 should check the hutte.local domain and return the corresponding ip. However, nslookup hutte.local is pointing to a domain and hence it generates an error.
Where is the dns for hutte.local running (localhost?). If not, it should at least be listed as a nameserver in /etc/resolv.conf.
I fail to see why you would need to specify a forwarder.
One of my rpi's is also running bind for a .local domain and it has these lines in resolvconf.conf:Please note that the domain in the domain directive is searched by default.Code: Select all
name_servers=127.0.0.1 domain=hutte.local #search_domains=hutte.local
/leo
Code: Select all
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
Code: Select all
nslookup huttewksta001
Code: Select all
hosts: files dns mdns4_minimal
Code: Select all
#hosts: files mdns4_minimal [NOTFOUND=return] dns