<?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 configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901463#M26067</link>
    <description>There's an error in you /etc/named.conf file on line 19.&lt;BR /&gt;Can you post your named.conf file?</description>
    <pubDate>Tue, 21 Nov 2006 08:13:17 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-11-21T08:13:17Z</dc:date>
    <item>
      <title>dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901457#M26061</link>
      <description>Dear All&lt;BR /&gt;i have a redhat linux server which had a private IP and a public IP (NAT) , i try to configure this aerver as a secondary dns server , i installed the bind add and do all the configuration needed from the primary dns server side , when i start the bind service the to get the zones trasfair my primary dns IP try to deal  with the secondary server private IP and the zones trasfair did not complete , what is the cause for this problem and how to solve it.&lt;BR /&gt;&lt;BR /&gt;BR;&lt;BR /&gt;fadia</description>
      <pubDate>Mon, 20 Nov 2006 15:59:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901457#M26061</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-20T15:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901458#M26062</link>
      <description>Hello Fadia,&lt;BR /&gt;&lt;BR /&gt;which version von RedHat Linux did you use for your server. Please post the content of the "options" section of your named.conf. Is there an entry like this?&lt;BR /&gt;&lt;BR /&gt;listen-on port 53 { 127.0.0.1; 192.168.20.2; }; &lt;BR /&gt;&lt;BR /&gt;With this entry you can tell you named on which interfaces it should listen.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Mon, 20 Nov 2006 16:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901458#M26062</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2006-11-20T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901459#M26063</link>
      <description>the OS is Redhat Enterprise Linux AS v.4 , and the options for it in the named.conf file .&lt;BR /&gt;options {&lt;BR /&gt;        directory        "/var/named";&lt;BR /&gt;        allow-transfer { 212.14.224.1 ; };&lt;BR /&gt;       # query-source address * port 53;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:02:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901459#M26063</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-21T07:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901460#M26064</link>
      <description>What do you see in /var/log/messages ?&lt;BR /&gt;generally the information wirtten there is very usefull (especially when dealing with DNS).</description>
      <pubDate>Tue, 21 Nov 2006 07:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901460#M26064</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-11-21T07:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901461#M26065</link>
      <description>this what i have &lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: starting BIND 9.3.2-P2&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: loading configuration from '/etc/named.conf'&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: listening on IPv4 interface lo, 127.0.0.1#53&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: listening on IPv4 interface eth0, 10.100.20.230#53&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: listening on IPv4 interface eth0:0, 195.68.208.230#53&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: listening on IPv4 interface eth1, 10.100.20.231#53&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: none:0: open: /etc/rndc.key: file not found&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: /etc/named.conf:19: couldn't install keys for command channel 195.68.208.230#953: file not found&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: /etc/named.conf:19: couldn't add command channel 195.68.208.230#953: file not found&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: zone 0.0.127.in-addr.arpa/IN: has no NS records&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: running&lt;BR /&gt;Nov 21 14:22:27 localhost named[10696]: zone paltel.net/IN: Transfer started.&lt;BR /&gt;Nov 21 14:22:27 localhost named[10696]: transfer of 'paltel.net/IN' from 212.14.224.1#53: connected using 10.100.20.230#33347&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901461#M26065</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-21T07:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901462#M26066</link>
      <description>I see some rndc minimal errors, for that see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-bind-rndc.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/linux/RHL-9-Manual/ref-guide/s1-bind-rndc.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Can you do a traceroute to the primary DNS server? I don't understand why is trying to connect using private ip as source address.</description>
      <pubDate>Tue, 21 Nov 2006 07:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901462#M26066</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-11-21T07:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901463#M26067</link>
      <description>There's an error in you /etc/named.conf file on line 19.&lt;BR /&gt;Can you post your named.conf file?</description>
      <pubDate>Tue, 21 Nov 2006 08:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901463#M26067</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-11-21T08:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901464#M26068</link>
      <description>&lt;BR /&gt;options {&lt;BR /&gt;        directory        "/var/named";&lt;BR /&gt;        allow-transfer { 212.14.224.1 ; };&lt;BR /&gt;        query-source address 195.68.208.230 port 53;&lt;BR /&gt;        #listen-on port 53 { 127.0.0.1; 195.68.208.230; };&lt;BR /&gt;&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;key "rndc-key" {&lt;BR /&gt;       algorithm hmac-md5;&lt;BR /&gt;       secret "MjPngJNvWhd3u9hW0/eWWw==";&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt; controls {&lt;BR /&gt;       inet 195.68.208.230 port 953&lt;BR /&gt;               allow { 195.68.208.230; } keys { "rndc-key"; };&lt;BR /&gt; };&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;zone "." in {&lt;BR /&gt;        type hint;&lt;BR /&gt;        file "root.hints";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt; zone "0.0.127.in-addr.arpa" in {&lt;BR /&gt;        type master;&lt;BR /&gt;        file "zone/db.127.0.0";&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt; zone "paltel.net" in {&lt;BR /&gt;&lt;BR /&gt;   type slave;&lt;BR /&gt;        file "zone/db.paltel.net";&lt;BR /&gt;        masters { 212.14.224.1; };&lt;BR /&gt;        #allow-notify { 212.14.224.1; };&lt;BR /&gt;};&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Nov 2006 08:32:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901464#M26068</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-21T08:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901465#M26069</link>
      <description>Do you use chrooted bind?&lt;BR /&gt;Do you have the directories/files in write places?&lt;BR /&gt;It's hard to see what line is 19, so can you please post just that line?</description>
      <pubDate>Tue, 21 Nov 2006 08:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901465#M26069</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-11-21T08:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901466#M26070</link>
      <description>ther is no chrooted</description>
      <pubDate>Tue, 21 Nov 2006 08:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901466#M26070</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-21T08:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901467#M26071</link>
      <description>Said enough.&lt;BR /&gt;&lt;BR /&gt; Nov 21 14:22:26 localhost named[10696]: none:0: open: /etc/rndc.key: file not found&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: /etc/named.conf:19: couldn't install keys for command channel 195.68.208.230#953: file not found&lt;BR /&gt;Nov 21 14:22:26 localhost named[10696]: /etc/named.conf:19: couldn't add command channel 195.68.208.230#953: file not found</description>
      <pubDate>Tue, 21 Nov 2006 14:18:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901467#M26071</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-11-21T14:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901468#M26072</link>
      <description>the thing that i want to change the IP that the transfare work at &lt;BR /&gt;&lt;BR /&gt;Nov 22 15:43:28 localhost named[13720]: transfer of 'paltel.net/IN' from 212.14.224.1#53: connected using 10.100.20.230#48521&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;from the IP 10.100.20.230 to another IP which is the NAT IP , how can I do this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2006 08:46:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901468#M26072</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-22T08:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901469#M26073</link>
      <description>If your routing can see the private IP, you don't need to worry about the NAT, assuming DNS ports are open. &lt;BR /&gt;&lt;BR /&gt;The problem seems some rndc configuration files are missing</description>
      <pubDate>Wed, 22 Nov 2006 11:18:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901469#M26073</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-11-22T11:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901470#M26074</link>
      <description>port 53 is opened from the NAT IP to  the primary server , but what you meen by the route is opened from my IP to thr private IP , that my primary dns server and the private server on a different network.\&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Nov 2006 11:29:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901470#M26074</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-22T11:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901471#M26075</link>
      <description>Assuming the following scenario is correct,&lt;BR /&gt;&lt;BR /&gt;You have a work DNS server which is in public site with a public IP;&lt;BR /&gt;You want to create a seconary DNS server that is dual-homed with one public IP and one private IP;&lt;BR /&gt;You have problem on the second DNS sever.&lt;BR /&gt;&lt;BR /&gt;Then your DNS zone transferring traffic should flow through the public IP only. port 53 (udp and tcp) or whatever port you configured should be open on both PUBLIC IPs.</description>
      <pubDate>Wed, 22 Nov 2006 11:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901471#M26075</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-11-22T11:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: dns configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901472#M26076</link>
      <description>ok this is exactly my case and the port is opened between the two public IPs but i face the same problem of zones transfair</description>
      <pubDate>Wed, 22 Nov 2006 11:49:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dns-configuration/m-p/3901472#M26076</guid>
      <dc:creator>Fadia Almarei</dc:creator>
      <dc:date>2006-11-22T11:49:48Z</dc:date>
    </item>
  </channel>
</rss>

