<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic synchronize linux DNS server with WIN2000 DNS server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288437#M88397</link>
    <description>hi&lt;BR /&gt;&lt;BR /&gt;at our division I've setup 2 internal DNS server BIND 9.2.2 on linux SUSE&lt;BR /&gt;&lt;BR /&gt;ns1.de.maindomain.net (master) 10.41.1.10&lt;BR /&gt;&lt;BR /&gt;ns2.de.maindomain.net (slave)  192.168.0.5&lt;BR /&gt;&lt;BR /&gt;for the internal domain de.maindomain.net&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ns1.de.maindomain.net MASTER:&lt;BR /&gt;&lt;BR /&gt;zone "de.maindomain.net" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/var/lib/named/de.maindomain.net.hosts";&lt;BR /&gt;        allow-update {&lt;BR /&gt;  10.41.0.0/24;&lt;BR /&gt;  };&lt;BR /&gt; also-notify {&lt;BR /&gt;  192.168.0.5;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;zone "0.41.10.in-addr.arpa" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/var/lib/named/10.41.0.rev";&lt;BR /&gt;        allow-update {&lt;BR /&gt;  10.41.0.0/24;&lt;BR /&gt;  };&lt;BR /&gt; also-notify {&lt;BR /&gt;  192.168.0.5;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;   &lt;BR /&gt;ns2.de.maindomain.net SLAVE:&lt;BR /&gt;&lt;BR /&gt;zone "de.maindomain.net" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/de.maindomain.net.hosts";&lt;BR /&gt; masters {&lt;BR /&gt;  10.41.1.10;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;zone "0.41.10.in-addr.arpa" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/10.41.0.rev";&lt;BR /&gt; masters {&lt;BR /&gt;  10.41.1.10;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now I should synchronize my both dns server with a master namesever for maindomain.net: &lt;BR /&gt;&lt;BR /&gt;dns1.maindomain.net 10.1.1.1 (WIN2000) tu update zone entries automatically &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;ist it enough to create 2 slave zones at ns1.de.maindomain.net and ns2.de.maindomain.net ?&lt;BR /&gt; &lt;BR /&gt;zone "maindomain.net" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/maindomain.net.hosts";&lt;BR /&gt; masters {&lt;BR /&gt;  10.1.1.1;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;zone "1.1.10.in-addr.arpa" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/10.1.1.rev";&lt;BR /&gt; masters {&lt;BR /&gt;  10.1.1.1;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;and put notify 10.41.1.10 and 192.168.0.5 by WIN2000 DNS ? &lt;BR /&gt;</description>
    <pubDate>Thu, 27 May 2004 06:18:28 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-05-27T06:18:28Z</dc:date>
    <item>
      <title>synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288437#M88397</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;at our division I've setup 2 internal DNS server BIND 9.2.2 on linux SUSE&lt;BR /&gt;&lt;BR /&gt;ns1.de.maindomain.net (master) 10.41.1.10&lt;BR /&gt;&lt;BR /&gt;ns2.de.maindomain.net (slave)  192.168.0.5&lt;BR /&gt;&lt;BR /&gt;for the internal domain de.maindomain.net&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ns1.de.maindomain.net MASTER:&lt;BR /&gt;&lt;BR /&gt;zone "de.maindomain.net" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/var/lib/named/de.maindomain.net.hosts";&lt;BR /&gt;        allow-update {&lt;BR /&gt;  10.41.0.0/24;&lt;BR /&gt;  };&lt;BR /&gt; also-notify {&lt;BR /&gt;  192.168.0.5;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;zone "0.41.10.in-addr.arpa" {&lt;BR /&gt; type master;&lt;BR /&gt; file "/var/lib/named/10.41.0.rev";&lt;BR /&gt;        allow-update {&lt;BR /&gt;  10.41.0.0/24;&lt;BR /&gt;  };&lt;BR /&gt; also-notify {&lt;BR /&gt;  192.168.0.5;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;   &lt;BR /&gt;ns2.de.maindomain.net SLAVE:&lt;BR /&gt;&lt;BR /&gt;zone "de.maindomain.net" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/de.maindomain.net.hosts";&lt;BR /&gt; masters {&lt;BR /&gt;  10.41.1.10;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;zone "0.41.10.in-addr.arpa" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/10.41.0.rev";&lt;BR /&gt; masters {&lt;BR /&gt;  10.41.1.10;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;now I should synchronize my both dns server with a master namesever for maindomain.net: &lt;BR /&gt;&lt;BR /&gt;dns1.maindomain.net 10.1.1.1 (WIN2000) tu update zone entries automatically &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;ist it enough to create 2 slave zones at ns1.de.maindomain.net and ns2.de.maindomain.net ?&lt;BR /&gt; &lt;BR /&gt;zone "maindomain.net" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/maindomain.net.hosts";&lt;BR /&gt; masters {&lt;BR /&gt;  10.1.1.1;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;zone "1.1.10.in-addr.arpa" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/lib/named/10.1.1.rev";&lt;BR /&gt; masters {&lt;BR /&gt;  10.1.1.1;&lt;BR /&gt;  };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;and put notify 10.41.1.10 and 192.168.0.5 by WIN2000 DNS ? &lt;BR /&gt;</description>
      <pubDate>Thu, 27 May 2004 06:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288437#M88397</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-27T06:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288438#M88398</link>
      <description>Generally it's enough.&lt;BR /&gt;Check also the permissions for /var/lib/named&lt;BR /&gt;&lt;BR /&gt;folder,i.e. that user named (or else if not default) can write under this folder.</description>
      <pubDate>Thu, 27 May 2004 07:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288438#M88398</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-27T07:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288439#M88399</link>
      <description>syncing from bind to windows is easy, but BillyG's DNS service is weird. &lt;BR /&gt;&lt;BR /&gt;in addition to the response above, you'll have to set the "BIND secondaries" option on the windows side.</description>
      <pubDate>Fri, 28 May 2004 07:29:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288439#M88399</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-05-28T07:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288440#M88400</link>
      <description>hi Thomas&lt;BR /&gt;&lt;BR /&gt;but where exactly should I set "BIND secondaries" by WIN2000 ?&lt;BR /&gt;&lt;BR /&gt;can you write more about ?&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Fri, 28 May 2004 11:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288440#M88400</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-05-28T11:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288441#M88401</link>
      <description>open up DNS adminitrator, connect to the server in question, right click the server, choose properties, on the advanced tab, select bind secondaries.</description>
      <pubDate>Fri, 28 May 2004 11:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288441#M88401</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-05-28T11:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288442#M88402</link>
      <description>Guys,&lt;BR /&gt;I've checked before my first answer and I didn't have to specify this "Bind secondaries" option.&lt;BR /&gt;If you have problem with synchronizing-&lt;BR /&gt;check that the linux server appears on the list of "allow synchronize to this servers"&lt;BR /&gt;or&lt;BR /&gt;specify allow synchronize to any server-less secure of course</description>
      <pubDate>Fri, 28 May 2004 14:07:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288442#M88402</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-05-28T14:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288443#M88403</link>
      <description>hi Alexander&lt;BR /&gt;&lt;BR /&gt;I have a little problem to understand, what do you mean.&lt;BR /&gt;&lt;BR /&gt;do you mean it should work without "select bind secondaries" at WIN2000 also ?&lt;BR /&gt;&lt;BR /&gt;I've never setuped DNS on WIN2000 before and don't know this option ?&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Mon, 16 Sep 2024 09:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288443#M88403</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2024-09-16T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: synchronize linux DNS server with WIN2000 DNS server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288444#M88404</link>
      <description>bind secondaries tells windows to skip some of the more arcane features of it's implementation and behave in a more standard way durring transfers. &lt;BR /&gt;&lt;BR /&gt;check out &lt;A href="http://support.microsoft.com/default.aspx?scid=kb;en-us;198409" target="_blank"&gt;http://support.microsoft.com/default.aspx?scid=kb;en-us;198409&lt;/A&gt;</description>
      <pubDate>Fri, 28 May 2004 15:32:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/synchronize-linux-dns-server-with-win2000-dns-server/m-p/3288444#M88404</guid>
      <dc:creator>Thomas Bianco</dc:creator>
      <dc:date>2004-05-28T15:32:18Z</dc:date>
    </item>
  </channel>
</rss>

