Forward Zone updated by Microsoft DNS

Bruce A. Black bblack at iccu.com
Tue Apr 19 21:15:18 UTC 2005


I am trying to make our primary DNS server a BIND server rather than a
Windows Server. I will need to keep the DNS running on Windows as we
have Active Directory, I just want a more reliable primary DNS server.
So, I am following the steps outlined in:=20

http://www.microsoft.com/technet/archive/interopmigration/linux/mvc/win2
kcd.mspx

Of course I am trying to go from Windows to Linux/BIND.

In the final steps it says to run ipconfig /registerdns on the Windows
box. After doing this I started getting updates on the reverse zone but
not the forward zone. I have not been able to get the Windows server to
move all of its records to the BIND server.

Bruce

-----Original Message-----
From: bind-users-bounce at isc.org [mailto:bind-users-bounce at isc.org] On
Behalf Of Barry Finkel
Sent: Tuesday, April 19, 2005 6:52 AM
To: bind-users at isc.org
Subject: Re: Forward Zone updated by Microsoft DNS

"Bruce A. Black" <bblack at iccu.com> wrote:

>I have been looking for information on how to get a Windows 2003 server
>to update a BIND 9 installation on Linux. The reverse zone updates but
>not the forward and I cannot figure out how to get it to work.
>
>Any help will be greatly appreciated.
>
>Thanks,
>
>Bruce
>
>My named.conf file is as follows:
>
>options {
>        directory "/var/named";
>        dump-file "/var/named/data/cache_dump.db";
>        statistics-file "/var/named/data/named_stats.txt";
>        /*
>         * If there is a firewall between you and nameservers you want
>         * to talk to, you might need to uncomment the query-source
>         * directive below.  Previous versions of BIND always asked
>         * questions using port 53, but BIND 8.1 uses an unprivileged
>         * port by default.
>         */
>         // query-source address * port 53;
>};
>
>controls {
>        inet 127.0.0.1 allow { localhost; } keys { rndckey; };
>};
>
>zone "." IN {
>        type hint;
>        file "named.ca";
>};
>
>
>zone "0.0.127.in-addr.arpa" IN {
>        type master;
>        file "named.local";
>};
>
>zone "domain.com" IN {
>        type master;
>       // notify no;
>        file "domain.com";
>        allow-update { 172.17.0.0/16; localhost; };
>};
>
>zone "5.17.172.in-addr.arpa" IN {
>        type master;
>       // notify no;
>        file "172.17.5";
>        allow-update { 172.17.0.0/16; localhost; };
>};
>
>// Following added by Bruce to keep log stuff out.
>logging {
>        category lame-servers { null; };
>
>};
>
>include "/etc/rndc.key";

Exactly what are you trying to do?  Are you trying to get the W2k Server
to self-register in DNS?  It is not clear from what you wrote?  Is
the Server sending any DNS packets to the BIND server?  Are there
messages on the BIND side?  Are there Event Log records on the W2k side?

As I read your subject line, I get an entirely different picture of
what you are trying to do.  Please explain your setup, and what
record(s) you are trying to register in the BIND server.  Are these
record(s) self-registration for the W2k Server?  Are they DC SRV
records?  Are they DNS registrations from a separate W2k workstation?
----------------------------------------------------------------------
Barry S. Finkel
Computing and Information Systems Division
Argonne National Laboratory          Phone:    +1 (630) 252-7277
9700 South Cass Avenue               Facsimile:+1 (630) 252-4601
Building 222, Room D209              Internet: BSFinkel at anl.gov
Argonne, IL   60439-4828             IBMMAIL:  I1004994



Notice: This e-mail and/or the attachments accompanying it
may contain confidential information belonging to Idaho
Central Credit Union. The information contained is for the
use of the intended recipient. If you have received this
e-mail in error, please notify the sender by reply e-mail
and destroy all copies of the e-mail and any attachments.
=0D



More information about the bind-users mailing list