Mailinglist Archive: opensuse (2459 mails)

< Previous Next >
Re: [opensuse] bind suddenly refusing queries
  • From: Sandy Drobic <suse-linux-e@xxxxxxxxxxxxxxxxxxxxxxx>
  • Date: Sat, 01 Mar 2008 22:32:53 +0100
  • Message-id: <47C9CB85.3030203@xxxxxxxxxxxxxxxxxxxxxxx>
James D. Parra wrote:
Hello,

Don't know how this happened, but all of a sudden our internal name server
is now rejecting lookups of our domains (internal use, not public)

c:\>nslookup smtp
Server: bind.ourdomain.com
Address: 192.168.2.50

*** bind.ourdomain.com can't find smtp: Query refused

# dig ourdomain.com

; <<>> DiG 9.4.1-P1 <<>> ourdomain.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 21981
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2

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

;; ANSWER SECTION:
ourdomain.com. 86400 IN A 65.23.154.93

;; AUTHORITY SECTION:
ourdomain.com. 84737 IN NS ns.tradenames.com.
ourdomain.com. 84737 IN NS host.tradenames.com.


Have you tried these nameservers? They are responsible for ourdomain.com.

In case of bad obfuscation: please use "example.com|example.net" etc., they are reserved for that purpose.


'named' is running. How can I fix this?

What did you change? Something must have been changed to deny the queries.

In /etc/named.conf:

options {

# [...]
allow-query { 192.168.0/24; 127.0.0.0/8; } ;
# [...]
};

This has to be adapted for your network.

--
Sandy

List replies only please!
Please address PMs to: news-reply2 (@) japantest (.) homelinux (.) com
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx

< Previous Next >
Follow Ups
References