Mailinglist Archive: opensuse (2459 mails)
| < Previous | Next > |
RE: [opensuse] bind suddenly refusing queries
- From: "James D. Parra" <Jamesp@xxxxxxxxxxxxxxxx>
- Date: Sat, 1 Mar 2008 14:07:41 -0800
- Message-id: <531F1E080638384C9623B00D71AA546D05020D77@xxxxxxxxxxxxxxxxxxxxxxxxx>
# dig ourdomain.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; } ;
# [...]
};
~~~~~~~~
Thanks Sandy,
Something did change; made a change over month ago using Webmin to make a
entry for a domain. All was well. Today, via Yast, changed an IP address on
one name and after Yast restarted named and the denials started. After
comparing named.conf file with a backed-up version noticed that...
allow-query {
}:
...was added to only one of our domain entries, but still requests to all of
our domains were being rejected. Removed this entry and restarted named and
all is working as expected.
As a side note, dig gave results while 'nslookup' on Linux & Windows boxes
were rejected. This is an internal name server only.
Many thanks,
~James
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |