Query / Log

Danny Mayer mayer at gis.net
Fri Sep 27 13:04:36 UTC 2002


At 04:59 PM 9/26/02, Ronan Lucio wrote:

>Hello,
>
>I have some doubts:
>
>1) If I enable the option allow-query { my_ip }, will other users
>     from other IPs get access the hosts (www, mail, pop,=
 smtp).mydomain.com?
>     I=B4m using BIND-8.3.3-REL

No, not if this server is authorative for that domain. You might want to
use allow-recurion { my_ip;}; instead which will allow those kinds of
queries but not allow them to use if for domains which you are not
authorative.

>2) To update my BIND to BIND-9.2.1, will it work with the same
>     named.conf file?

Yes. But see the migration document.

>3) I tryed to update to BIND-9.2.1 some days ago keeping the same
>     named.conf file.
>     I=B4ve just executed dnskeygen-conf, but it have hanged... :-/

You don't appear to have a random device, so it was waiting for input from
the keyboard.

>     So, I generated a key in other machine and copied to the DNS server
>     and started BIND9.

Which is fine.


>     In that moment, some domains resolved the IP address and others don=B4=
t.
>     The service get very unstable and nothing were showed in
>/var/log/messages.
>     How can I log the errors to find out the problem?

It depends on where you told it to put the messages. syslog is the default.
You can try starting it interactively and seeing what messages are=
 generated:
named -g -c named.conf

You can also run named-checkconf to test named.conf and named-checkzone
to check out each zone file that you have.

>Thank=B4s
>Ronan

Danny



More information about the bind-users mailing list