Hi all
I’m getting really crazy with one issue:
I’ve installed one dns server inside a openSuse 11.
I’ve tested it with a windows client, a fedora client, a debian client and everything was fine. But I’ve tested it with a openSuse 11 client and this weird thing happens:
linux:/# host portalweb.aula01.cntg.local
Host portalweb.aula01.cntg.local has address 10.61.154.30
linux:/# ping portalweb.aula01.cntg.local
ping: unknown host portalweb.aula01.cntg.local
dig worsk fine also resolving the ip successfuly
linux:/# dig portalweb.aula01.cntg.local
…
;; ANSWER SECTION:
portalweb.aula01.cntg.local 604800 IN A 10.61.154.30
…
portalweb.aula01.cntg.local has a apache server and mozilla can’t resolve the name also.
The weird thing is internet addresses work.
I searched something about nscd service and noticed gethostip is used to resolve dns questions and I tried:
linux:/# gethostip portalweb.aula01.cntg.local
portalweb.aula01.cntg.local: Unknown host
Is this a missconfiguration of nameserver?
I installed another bind9 into one debian r4 and the same thing happens: every client resolve dns queries, but openSuse.
Is this a gethostip issue?
Help… pleeeaaaseeee