Problem with local domains

marsupillami

Verified User
Joined
Jun 19, 2006
Messages
5
I have bind on the DA server. If I try to use the command:

dig anydomain.com

I get the right response. However, if I try to dig any local domain, I get:

Code:
; <<>> DiG 9.2.4 <<>> webtux24.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 42005
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;webtux24.com.                  IN      A

;; Query time: 6 msec
;; SERVER: 81.92.192.3#53(81.92.192.3)
;; WHEN: Mon Jun 19 15:03:52 2006
;; MSG SIZE  rcvd: 30

The response is given by the ISP´s DNS Servers. The local DNS server seems not to be working correctly.

I can´t find the problem, and this is making my server inacessible throught domain names.

Any help would be apreciated.
 
Last edited:
Installed caching-nameserver, and now the response for the outside domains is being given (correctly) by the local server, however local domains are still not being resolved.
 
Back
Top