<?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 Re: DNS SLAVE problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680689#M20791</link>
    <description>Shalom Chris,&lt;BR /&gt;&lt;BR /&gt;On the master server:&lt;BR /&gt;&lt;BR /&gt;Do you have this code in named.conf ??&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/var/named";&lt;BR /&gt;        // query-source address * port 53;&lt;BR /&gt;allow-transfer { localhost; 10.1.10.1;};&lt;BR /&gt;&lt;BR /&gt;The slave servers may not be getting any information.&lt;BR /&gt;&lt;BR /&gt;For the slave server to work while the vpn tunnel is down, it must have the allow-transfer options correct and it must be reachable while the vpn tunnel is down.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 29 Nov 2005 07:39:16 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-11-29T07:39:16Z</dc:date>
    <item>
      <title>DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680688#M20790</link>
      <description>hi &lt;BR /&gt;&lt;BR /&gt;on my linux DNS master for ch.domain.net, &lt;BR /&gt;I've created a SLAVE ZONE for the root domain: domain.net&lt;BR /&gt;&lt;BR /&gt;zone "domain.net" {&lt;BR /&gt; type slave;&lt;BR /&gt; file "/var/cache/bind/domain.net.hosts";&lt;BR /&gt; masters {&lt;BR /&gt;  212.X.X.25;&lt;BR /&gt;  212.X.X.26;&lt;BR /&gt;  };&lt;BR /&gt; }; &lt;BR /&gt;&lt;BR /&gt;it works well, the root Zone will be synchronized, but I have following problem:&lt;BR /&gt;&lt;BR /&gt;the master dns servers will be reached over the vpn tunnel.&lt;BR /&gt;if the vpn tunnel goes down, I cannot nslookup any server from this Zone.&lt;BR /&gt;&lt;BR /&gt;howto  make this zone available when the vpn tunnel is down ?&lt;BR /&gt;&lt;BR /&gt;I have BIND 9.2.4&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Tue, 29 Nov 2005 06:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680688#M20790</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-11-29T06:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680689#M20791</link>
      <description>Shalom Chris,&lt;BR /&gt;&lt;BR /&gt;On the master server:&lt;BR /&gt;&lt;BR /&gt;Do you have this code in named.conf ??&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory "/var/named";&lt;BR /&gt;        // query-source address * port 53;&lt;BR /&gt;allow-transfer { localhost; 10.1.10.1;};&lt;BR /&gt;&lt;BR /&gt;The slave servers may not be getting any information.&lt;BR /&gt;&lt;BR /&gt;For the slave server to work while the vpn tunnel is down, it must have the allow-transfer options correct and it must be reachable while the vpn tunnel is down.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 29 Nov 2005 07:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680689#M20791</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-29T07:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680690#M20792</link>
      <description>Your slave nameserver is going to be *constantly* trying to contact the Internet root servers. When you have "forward only" enabled, then the nameserver will use the &lt;BR /&gt;forwarders to get the root server information. &lt;BR /&gt;So, you should just add "forward only;" to the options { } section of your named.conf on slave machine.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs&lt;BR /&gt;</description>
      <pubDate>Tue, 29 Nov 2005 08:11:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680690#M20792</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2005-11-29T08:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680691#M20793</link>
      <description>What is the error when you do nslookup or dig to query the slave server?&lt;BR /&gt;&lt;BR /&gt;Do you have the slaves listed as DNS servers on the client configuration?</description>
      <pubDate>Tue, 29 Nov 2005 13:30:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680691#M20793</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-29T13:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680692#M20794</link>
      <description>Master DNS is WIN2000&lt;BR /&gt;&lt;BR /&gt;Slave is linux&lt;BR /&gt;&lt;BR /&gt;I changed on the SLAVE from:&lt;BR /&gt;&lt;BR /&gt;forwarders { 83.X.X.10; 83.X.X.11; 83.X.X.12; };&lt;BR /&gt;forward first;&lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;forwarders { 83.X.X.10; 83.X.X.11; 83.X.X.12; };&lt;BR /&gt;forward only; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;is it correct now ?&lt;BR /&gt;&lt;BR /&gt;SLAVE DNS servers are listed on the client configuration&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Tue, 29 Nov 2005 17:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680692#M20794</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2005-11-29T17:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680693#M20795</link>
      <description>Chris,&lt;BR /&gt;&lt;BR /&gt;How you are doing it is not how we're doing it in my shop.&lt;BR /&gt;&lt;BR /&gt;That doesn't mean it won't work, just that I'm not totally familiar with your methodology.&lt;BR /&gt;&lt;BR /&gt;A typical slave configuration by me:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "blah.com" {&lt;BR /&gt;    type slave;&lt;BR /&gt;    file "blah.com.zone";&lt;BR /&gt;    masters {&lt;BR /&gt;        10.xx.xx.xx;&lt;BR /&gt;    };&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;I suggest at this point you test.&lt;BR /&gt;&lt;BR /&gt;BIND 9.2&lt;BR /&gt;&lt;BR /&gt;My setup is different as both DNS servers sit in a DMZ and serve the public internet and transfer data to a server inside the firewall.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 30 Nov 2005 04:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680693#M20795</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-11-30T04:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: DNS SLAVE problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680694#M20796</link>
      <description>Also, ensure that in the Windows DNS console, you have enabled the "BIND Secondaries" option.</description>
      <pubDate>Wed, 30 Nov 2005 06:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-slave-problem/m-p/3680694#M20796</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-11-30T06:42:30Z</dc:date>
    </item>
  </channel>
</rss>

