<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: DNS server Setup using bind in Ubuntu</title>
	<atom:link href="http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: musa</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-120236</link>
		<dc:creator>musa</dc:creator>
		<pubDate>Mon, 23 Jan 2012 10:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-120236</guid>
		<description>Hi everybody,

I am trying to set up a DNS server on my private LAN and using only two systems on LAN for testing purpose. I have configured the bind9 as directed here on ubuntu 10.10 machine. the IP of ubuntu machine is 192.xx.xx.2 and that of another machine which is centOS is .3
i get good results when i use dig mydomain.com but when i try to ping the mydomain.com from another machine (centOS) it simply says &#039;unknown host mydomain.com&#039;
i have already configured .2 as nameserver on centOS machine in /etc/resolv.conf file but still nothing doing...
by norms i should be able to ping mydomain.com from centOS machine when i am able to ping the IP .2 of the DNS server...right?
any help please?</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>I am trying to set up a DNS server on my private LAN and using only two systems on LAN for testing purpose. I have configured the bind9 as directed here on ubuntu 10.10 machine. the IP of ubuntu machine is 192.xx.xx.2 and that of another machine which is centOS is .3<br />
i get good results when i use dig mydomain.com but when i try to ping the mydomain.com from another machine (centOS) it simply says &#8216;unknown host mydomain.com&#8217;<br />
i have already configured .2 as nameserver on centOS machine in /etc/resolv.conf file but still nothing doing&#8230;<br />
by norms i should be able to ping mydomain.com from centOS machine when i am able to ping the IP .2 of the DNS server&#8230;right?<br />
any help please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-105228</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 08 Jun 2011 22:32:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-105228</guid>
		<description>Hey guys, just chanced over this, all I can say is DNS is far too precious to try and copy stuff from a tutorial like this and expect to get running, I recommend DNS &amp; BIND by o&#039;reilly and dedication of a good few weeks to properly understand the subject, which once you do grasp is pretty straight forward but very difficult I would say to do a generic demonstration for. Best of luck!</description>
		<content:encoded><![CDATA[<p>Hey guys, just chanced over this, all I can say is DNS is far too precious to try and copy stuff from a tutorial like this and expect to get running, I recommend DNS &amp; BIND by o&#8217;reilly and dedication of a good few weeks to properly understand the subject, which once you do grasp is pretty straight forward but very difficult I would say to do a generic demonstration for. Best of luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nocaic</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-102398</link>
		<dc:creator>nocaic</dc:creator>
		<pubDate>Tue, 26 Apr 2011 12:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-102398</guid>
		<description>congrats for the absolutely awsum cp+pst post folks</description>
		<content:encoded><![CDATA[<p>congrats for the absolutely awsum cp+pst post folks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jkio</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-93372</link>
		<dc:creator>jkio</dc:creator>
		<pubDate>Mon, 28 Feb 2011 15:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-93372</guid>
		<description>when i restarted bind9 i have this mess:
jkio@ubuntu:~$ sudo /etc/init.d/bind9 restart
 * Stopping domain name service... bind9                                        rndc: connect failed: 127.0.0.1#953: connection refused
                                                                         [ OK ]
 * Starting domain name service... bind9  
and when i had tried to change resolv.conf with my own dns server like that:
 search jkioinfract.com
nameserver 192.168.1.41 (this is my ip address support by dhcp)
but i cannot connect to internet, when i tried command: dig jkioinfract.com, i got this mess:&quot;; &lt;&gt; DiG 9.7.1-P2 &lt;&gt; jkioinfract.com
;; global options: +cmd
;; connection timed out; no servers could be reached &quot;. So what&#039;s the problem? and what can i do now? thanks</description>
		<content:encoded><![CDATA[<p>when i restarted bind9 i have this mess:<br />
jkio@ubuntu:~$ sudo /etc/init.d/bind9 restart<br />
 * Stopping domain name service&#8230; bind9                                        rndc: connect failed: 127.0.0.1#953: connection refused<br />
                                                                         [ OK ]<br />
 * Starting domain name service&#8230; bind9<br />
and when i had tried to change resolv.conf with my own dns server like that:<br />
 search jkioinfract.com<br />
nameserver 192.168.1.41 (this is my ip address support by dhcp)<br />
but i cannot connect to internet, when i tried command: dig jkioinfract.com, i got this mess:&#8221;; &lt;&gt; DiG 9.7.1-P2 &lt;&gt; jkioinfract.com<br />
;; global options: +cmd<br />
;; connection timed out; no servers could be reached &#8220;. So what&#8217;s the problem? and what can i do now? thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alpanda</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-92131</link>
		<dc:creator>alpanda</dc:creator>
		<pubDate>Thu, 17 Feb 2011 06:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-92131</guid>
		<description>how to build DNS and Web Mail Server?

thanks...</description>
		<content:encoded><![CDATA[<p>how to build DNS and Web Mail Server?</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ilya</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-84662</link>
		<dc:creator>ilya</dc:creator>
		<pubDate>Sun, 19 Dec 2010 04:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-84662</guid>
		<description>i have siemens router connect to my virtual mashine
when i installed ubuntu server its automatic create in /etc/resolv.conf nameserver and domain of my router.1 set static ip in /etc/network.interfaces
2.after installation you need change parameters in /etc/hosts an /etc/resolv + set permissions to bind directory which contained conf files of master zones</description>
		<content:encoded><![CDATA[<p>i have siemens router connect to my virtual mashine<br />
when i installed ubuntu server its automatic create in /etc/resolv.conf nameserver and domain of my router.1 set static ip in /etc/network.interfaces<br />
2.after installation you need change parameters in /etc/hosts an /etc/resolv + set permissions to bind directory which contained conf files of master zones</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-83542</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 17 Dec 2010 01:39:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-83542</guid>
		<description>I&#039;ve discovered a Forwarding DNS Server on my network that looks misconfigured but still active. 

How do I go about permanently disabling it?

Linux oscar.icovfx.local 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 i686 GNU/Linux</description>
		<content:encoded><![CDATA[<p>I&#8217;ve discovered a Forwarding DNS Server on my network that looks misconfigured but still active. </p>
<p>How do I go about permanently disabling it?</p>
<p>Linux oscar.icovfx.local 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 i686 GNU/Linux</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Berry</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-69055</link>
		<dc:creator>Scott Berry</dc:creator>
		<pubDate>Fri, 10 Dec 2010 22:36:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-69055</guid>
		<description>I have looked this over several times and I have went through the named.conf.local and I am still confused as to what&#039;s happening here.

This is the syslog entries:

root@pilotalk:/etc/bind# tail -f /var/log/syslog
Dec 10 16:15:33 pilotalk named[1952]: built with &#039;--prefix=/usr&#039; &#039;--mandir=/usr/share/man&#039; &#039;--infodir=/usr/share/info&#039; &#039;--sysconfdir=/etc/bind&#039; &#039;--localstatedir=/var&#039; &#039;--enable-threads&#039; &#039;--enable-largefile&#039; &#039;--with-libtool&#039; &#039;--enable-shared&#039; &#039;--enable-static&#039; &#039;--with-openssl=/usr&#039; &#039;--with-gssapi=/usr&#039; &#039;--with-gnu-ld&#039; &#039;--with-dlz-postgres=no&#039; &#039;--with-dlz-mysql=no&#039; &#039;--with-dlz-bdb=yes&#039; &#039;--with-dlz-filesystem=yes&#039; &#039;--with-dlz-ldap=yes&#039; &#039;--with-dlz-stub=yes&#039; &#039;--with-geoip=/usr&#039; &#039;--enable-ipv6&#039; &#039;CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2&#039; &#039;LDFLAGS=-Wl,-Bsymbolic-functions&#039; &#039;CPPFLAGS=&#039;
Dec 10 16:15:33 pilotalk named[1952]: adjusted limit on open files from 1024 to 1048576
Dec 10 16:15:33 pilotalk named[1952]: found 1 CPU, using 1 worker thread
Dec 10 16:15:33 pilotalk named[1952]: using up to 4096 sockets
Dec 10 16:15:33 pilotalk named[1952]: loading configuration from &#039;/etc/bind/named.conf&#039;
Dec 10 16:15:33 pilotalk named[1952]: /etc/bind/named.conf.local:12: expected quoted string near &#039;“&#039;
Dec 10 16:15:33 pilotalk named[1952]: loading configuration: unexpected token
Dec 10 16:15:33 pilotalk named[1952]: exiting (due to fatal error)</description>
		<content:encoded><![CDATA[<p>I have looked this over several times and I have went through the named.conf.local and I am still confused as to what&#8217;s happening here.</p>
<p>This is the syslog entries:</p>
<p>root@pilotalk:/etc/bind# tail -f /var/log/syslog<br />
Dec 10 16:15:33 pilotalk named[1952]: built with &#8216;--prefix=/usr&#8217; &#8216;--mandir=/usr/share/man&#8217; &#8216;--infodir=/usr/share/info&#8217; &#8216;--sysconfdir=/etc/bind&#8217; &#8216;--localstatedir=/var&#8217; &#8216;--enable-threads&#8217; &#8216;--enable-largefile&#8217; &#8216;--with-libtool&#8217; &#8216;--enable-shared&#8217; &#8216;--enable-static&#8217; &#8216;--with-openssl=/usr&#8217; &#8216;--with-gssapi=/usr&#8217; &#8216;--with-gnu-ld&#8217; &#8216;--with-dlz-postgres=no&#8217; &#8216;--with-dlz-mysql=no&#8217; &#8216;--with-dlz-bdb=yes&#8217; &#8216;--with-dlz-filesystem=yes&#8217; &#8216;--with-dlz-ldap=yes&#8217; &#8216;--with-dlz-stub=yes&#8217; &#8216;--with-geoip=/usr&#8217; &#8216;--enable-ipv6&#8242; &#8216;CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2&#8242; &#8216;LDFLAGS=-Wl,-Bsymbolic-functions&#8217; &#8216;CPPFLAGS=&#8217;<br />
Dec 10 16:15:33 pilotalk named[1952]: adjusted limit on open files from 1024 to 1048576<br />
Dec 10 16:15:33 pilotalk named[1952]: found 1 CPU, using 1 worker thread<br />
Dec 10 16:15:33 pilotalk named[1952]: using up to 4096 sockets<br />
Dec 10 16:15:33 pilotalk named[1952]: loading configuration from &#8216;/etc/bind/named.conf&#8217;<br />
Dec 10 16:15:33 pilotalk named[1952]: /etc/bind/named.conf.local:12: expected quoted string near &#8216;“&#8217;<br />
Dec 10 16:15:33 pilotalk named[1952]: loading configuration: unexpected token<br />
Dec 10 16:15:33 pilotalk named[1952]: exiting (due to fatal error)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Captainawol</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-50957</link>
		<dc:creator>Captainawol</dc:creator>
		<pubDate>Mon, 04 Oct 2010 14:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-50957</guid>
		<description>I just wanted to throw in an FYI here for anyone who is having the same error that Gulab Pasha was having when trying to start bind9 after following this how to. If you are seeing 
/etc/bind/named.conf.local:13: expected quoted string near ‘“’
in your /var/log/syslog file, and you copied and pasted from this tutorial, it is because the quotation marks in the copy and pasted text are not ascii standard, replace them in vi by typing them in yourself and it works like a charm. 
Thanks for a great how to</description>
		<content:encoded><![CDATA[<p>I just wanted to throw in an FYI here for anyone who is having the same error that Gulab Pasha was having when trying to start bind9 after following this how to. If you are seeing<br />
/etc/bind/named.conf.local:13: expected quoted string near ‘“’<br />
in your /var/log/syslog file, and you copied and pasted from this tutorial, it is because the quotation marks in the copy and pasted text are not ascii standard, replace them in vi by typing them in yourself and it works like a charm.<br />
Thanks for a great how to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Grace Rodriguez</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-46968</link>
		<dc:creator>Grace Rodriguez</dc:creator>
		<pubDate>Tue, 07 Sep 2010 15:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-46968</guid>
		<description>Hi, 

   I&#039;m trying to implement DNSSEC in my DNS server, but it doesn&#039;t work. I&#039;ll paste the configuration I have, please tell me if it&#039;s wrong.

In the file: /etc/bind/named.conf.options:

options {
        directory &quot;/var/cache/bind&quot;;

        // If there is a firewall between you and nameservers you want
        // to talk to, you may need to fix the firewall to allow multiple
        // ports to talk.  See http://www.kb.cert.org/vuls/id/800113

        // If your ISP provided one or more IP addresses for stable
        // nameservers, you probably want to use them as forwarders.
        // Uncomment the following block, and insert the addresses replacing
        // the all-0&#039;s placeholder.

        // forwarders {
        //      0.0.0.0;
        // };

        recursion yes;

        auth-nxdomain no;    # conform to RFC1035
        listen-on-v6 { any; };

        dnssec-enable yes;
        dnssec-validation yes;
};

managed-keys {
&quot;.&quot; 257 3 8 &quot;
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq
QxA+Uk1ihz0= &quot;;
};

Thank you,

Grace Rodriguez</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>   I&#8217;m trying to implement DNSSEC in my DNS server, but it doesn&#8217;t work. I&#8217;ll paste the configuration I have, please tell me if it&#8217;s wrong.</p>
<p>In the file: /etc/bind/named.conf.options:</p>
<p>options {<br />
        directory &#8220;/var/cache/bind&#8221;;</p>
<p>        // If there is a firewall between you and nameservers you want<br />
        // to talk to, you may need to fix the firewall to allow multiple<br />
        // ports to talk.  See <a href="http://www.kb.cert.org/vuls/id/800113" rel="nofollow">http://www.kb.cert.org/vuls/id/800113</a></p>
<p>        // If your ISP provided one or more IP addresses for stable<br />
        // nameservers, you probably want to use them as forwarders.<br />
        // Uncomment the following block, and insert the addresses replacing<br />
        // the all-0&#8242;s placeholder.</p>
<p>        // forwarders {<br />
        //      0.0.0.0;<br />
        // };</p>
<p>        recursion yes;</p>
<p>        auth-nxdomain no;    # conform to RFC1035<br />
        listen-on-v6 { any; };</p>
<p>        dnssec-enable yes;<br />
        dnssec-validation yes;<br />
};</p>
<p>managed-keys {<br />
&#8220;.&#8221; 257 3 8 &#8221;<br />
AwEAAagAIKlVZrpC6Ia7gEzahOR+9W29euxhJhVVLOyQbSEW0O8gcCjF<br />
FVQUTf6v58fLjwBd0YI0EzrAcQqBGCzh/RStIoO8g0NfnfL2MTJRkxoX<br />
bfDaUeVPQuYEhg37NZWAJQ9VnMVDxP/VHL496M/QZxkjf5/Efucp2gaD<br />
X6RS6CXpoY68LsvPVjR0ZSwzz1apAzvN9dlzEheX7ICJBBtuA6G3LQpz<br />
W5hOA2hzCTMjJPJ8LbqF6dsV6DoBQzgul0sGIcGOYl7OyQdXfZ57relS<br />
Qageu+ipAdTTJ25AsRTAoub8ONGcLmqrAmRLKBP1dfwhYB4N7knNnulq<br />
QxA+Uk1ihz0= &#8220;;<br />
};</p>
<p>Thank you,</p>
<p>Grace Rodriguez</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelso</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-43114</link>
		<dc:creator>Kelso</dc:creator>
		<pubDate>Wed, 11 Aug 2010 07:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-43114</guid>
		<description>Ok thanks that makes sense</description>
		<content:encoded><![CDATA[<p>Ok thanks that makes sense</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-42019</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 13:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-42019</guid>
		<description>the acronym stands for domain name service.  though i can understand how someone could call it domain name server accidentally since most times dns is on its own solitary hardware.  

think of it this way, it&#039;d be redundant to call it a dns server if it was domain name server.</description>
		<content:encoded><![CDATA[<p>the acronym stands for domain name service.  though i can understand how someone could call it domain name server accidentally since most times dns is on its own solitary hardware.  </p>
<p>think of it this way, it&#8217;d be redundant to call it a dns server if it was domain name server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelso</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-41968</link>
		<dc:creator>Kelso</dc:creator>
		<pubDate>Mon, 02 Aug 2010 10:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-41968</guid>
		<description>Got into a little friendly argument.. is DNS domain name SERVERS or SERVICE?

Thanks</description>
		<content:encoded><![CDATA[<p>Got into a little friendly argument.. is DNS domain name SERVERS or SERVICE?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-41184</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 22 Jul 2010 23:37:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-41184</guid>
		<description>Mohamed,
Make sure your &#039;forwarders&#039; section is contained WITHIN the options section.  Example:
options {
    ...
    ...
    forwarders {
        1.2.3.4
        2.3.4.5
    };
};</description>
		<content:encoded><![CDATA[<p>Mohamed,<br />
Make sure your &#8216;forwarders&#8217; section is contained WITHIN the options section.  Example:<br />
options {<br />
    &#8230;<br />
    &#8230;<br />
    forwarders {<br />
        1.2.3.4<br />
        2.3.4.5<br />
    };<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderson Dias</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-36452</link>
		<dc:creator>Anderson Dias</dc:creator>
		<pubDate>Mon, 21 Jun 2010 15:20:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-36452</guid>
		<description>I&#039;m having the some problem it&#039;s related in here. 

What can I do beyond to related in here?

Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having the some problem it&#8217;s related in here. </p>
<p>What can I do beyond to related in here?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-34261</link>
		<dc:creator>Mohamed</dc:creator>
		<pubDate>Fri, 11 Jun 2010 04:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-34261</guid>
		<description>root@moha-laptop:/home/moha# cat /var/log/syslog &#124; grep named


Jun 11 03:45:34 moha-laptop named[11522]: received control channel command &#039;stop -p&#039;
Jun 11 03:45:34 moha-laptop named[11522]: shutting down: flushing changes
Jun 11 03:45:34 moha-laptop named[11522]: stopping command channel on 127.0.0.1#953
Jun 11 03:45:34 moha-laptop named[11522]: stopping command channel on ::1#953
Jun 11 03:45:34 moha-laptop named[11522]: no longer listening on ::#53
Jun 11 03:45:34 moha-laptop named[11522]: no longer listening on 127.0.0.1#53
Jun 11 03:45:34 moha-laptop named[11522]: no longer listening on 41.92.5.110#53
Jun 11 03:45:34 moha-laptop named[11522]: exiting
Jun 11 03:45:34 moha-laptop named[12849]: starting BIND 9.5.1-P2.1 -u bind
Jun 11 03:45:34 moha-laptop named[12849]: found 2 CPUs, using 2 worker threads
Jun 11 03:45:34 moha-laptop named[12849]: using up to 4096 sockets
Jun 11 03:45:34 moha-laptop named[12849]: loading configuration from &#039;/etc/bind/named.conf&#039;
Jun 11 03:45:34 moha-laptop named[12849]: /etc/bind/named.conf.options:21: unknown option &#039;forwarders&#039;</description>
		<content:encoded><![CDATA[<p>root@moha-laptop:/home/moha# cat /var/log/syslog | grep named</p>
<p>Jun 11 03:45:34 moha-laptop named[11522]: received control channel command &#8216;stop -p&#8217;<br />
Jun 11 03:45:34 moha-laptop named[11522]: shutting down: flushing changes<br />
Jun 11 03:45:34 moha-laptop named[11522]: stopping command channel on 127.0.0.1#953<br />
Jun 11 03:45:34 moha-laptop named[11522]: stopping command channel on ::1#953<br />
Jun 11 03:45:34 moha-laptop named[11522]: no longer listening on ::#53<br />
Jun 11 03:45:34 moha-laptop named[11522]: no longer listening on 127.0.0.1#53<br />
Jun 11 03:45:34 moha-laptop named[11522]: no longer listening on 41.92.5.110#53<br />
Jun 11 03:45:34 moha-laptop named[11522]: exiting<br />
Jun 11 03:45:34 moha-laptop named[12849]: starting BIND 9.5.1-P2.1 -u bind<br />
Jun 11 03:45:34 moha-laptop named[12849]: found 2 CPUs, using 2 worker threads<br />
Jun 11 03:45:34 moha-laptop named[12849]: using up to 4096 sockets<br />
Jun 11 03:45:34 moha-laptop named[12849]: loading configuration from &#8216;/etc/bind/named.conf&#8217;<br />
Jun 11 03:45:34 moha-laptop named[12849]: /etc/bind/named.conf.options:21: unknown option &#8216;forwarders&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gulab Pasha</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-30090</link>
		<dc:creator>Gulab Pasha</dc:creator>
		<pubDate>Thu, 13 May 2010 06:19:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-30090</guid>
		<description>Hi Robbie,

Now i&#039;m getting some other error messages, Please find below.


root@sfdlabs:~# /etc/init.d/bind9 start
 * Starting domain name service... bind9
   ...done.
root@sfdlabs:~# /etc/init.d/bind9 restart
 * Stopping domain name service... bind9
rndc: connection to remote host closed
This may indicate that
* the remote server is using an older version of the command protocol,
* this host is not authorized to connect,
* the clocks are not synchronized, or
* the key is invalid.
   ...done.
 * Starting domain name service... bind9
   ...fail!


Syslog Error messages.

May 13 11:47:12 sfdlabs named[2358]: starting BIND 9.7.0-P1 -u bind
May 13 11:47:12 sfdlabs named[2358]: built with &#039;--prefix=/usr&#039; &#039;--mandir=/usr/share/man&#039; &#039;--infodir=/usr/share/info&#039; &#039;--sysconfdir=/etc/bind&#039; &#039;--localstatedir=/var&#039; &#039;--enable-threads&#039; &#039;--enable-largefile&#039; &#039;--with-libtool&#039; &#039;--enable-shared&#039; &#039;--enable-static&#039; &#039;--with-openssl=/usr&#039; &#039;--with-gssapi=/usr&#039; &#039;--with-gnu-ld&#039; &#039;--with-dlz-postgres=no&#039; &#039;--with-dlz-mysql=no&#039; &#039;--with-dlz-bdb=yes&#039; &#039;--with-dlz-filesystem=yes&#039; &#039;--with-dlz-ldap=yes&#039; &#039;--with-dlz-stub=yes&#039; &#039;--with-geoip=/usr&#039; &#039;--enable-ipv6&#039; &#039;CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2&#039; &#039;LDFLAGS=-Wl,-Bsymbolic-functions&#039; &#039;CPPFLAGS=&#039;
May 13 11:47:12 sfdlabs named[2358]: adjusted limit on open files from 1024 to 1048576
May 13 11:47:12 sfdlabs named[2358]: found 4 CPUs, using 4 worker threads
May 13 11:47:12 sfdlabs named[2358]: using up to 4096 sockets
May 13 11:47:12 sfdlabs named[2358]: loading configuration from &#039;/etc/bind/named.conf&#039;
May 13 11:47:12 sfdlabs named[2358]: /etc/bind/named.conf.local:13: expected quoted string near &#039;“&#039;
May 13 11:47:12 sfdlabs named[2358]: loading configuration: unexpected token
May 13 11:47:12 sfdlabs named[2358]: exiting (due to fatal error)



Looking forward to your support.

Thanks,
Gulab Pasha</description>
		<content:encoded><![CDATA[<p>Hi Robbie,</p>
<p>Now i&#8217;m getting some other error messages, Please find below.</p>
<p>root@sfdlabs:~# /etc/init.d/bind9 start<br />
 * Starting domain name service&#8230; bind9<br />
   &#8230;done.<br />
root@sfdlabs:~# /etc/init.d/bind9 restart<br />
 * Stopping domain name service&#8230; bind9<br />
rndc: connection to remote host closed<br />
This may indicate that<br />
* the remote server is using an older version of the command protocol,<br />
* this host is not authorized to connect,<br />
* the clocks are not synchronized, or<br />
* the key is invalid.<br />
   &#8230;done.<br />
 * Starting domain name service&#8230; bind9<br />
   &#8230;fail!</p>
<p>Syslog Error messages.</p>
<p>May 13 11:47:12 sfdlabs named[2358]: starting BIND 9.7.0-P1 -u bind<br />
May 13 11:47:12 sfdlabs named[2358]: built with &#8216;--prefix=/usr&#8217; &#8216;--mandir=/usr/share/man&#8217; &#8216;--infodir=/usr/share/info&#8217; &#8216;--sysconfdir=/etc/bind&#8217; &#8216;--localstatedir=/var&#8217; &#8216;--enable-threads&#8217; &#8216;--enable-largefile&#8217; &#8216;--with-libtool&#8217; &#8216;--enable-shared&#8217; &#8216;--enable-static&#8217; &#8216;--with-openssl=/usr&#8217; &#8216;--with-gssapi=/usr&#8217; &#8216;--with-gnu-ld&#8217; &#8216;--with-dlz-postgres=no&#8217; &#8216;--with-dlz-mysql=no&#8217; &#8216;--with-dlz-bdb=yes&#8217; &#8216;--with-dlz-filesystem=yes&#8217; &#8216;--with-dlz-ldap=yes&#8217; &#8216;--with-dlz-stub=yes&#8217; &#8216;--with-geoip=/usr&#8217; &#8216;--enable-ipv6&#8242; &#8216;CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2&#8242; &#8216;LDFLAGS=-Wl,-Bsymbolic-functions&#8217; &#8216;CPPFLAGS=&#8217;<br />
May 13 11:47:12 sfdlabs named[2358]: adjusted limit on open files from 1024 to 1048576<br />
May 13 11:47:12 sfdlabs named[2358]: found 4 CPUs, using 4 worker threads<br />
May 13 11:47:12 sfdlabs named[2358]: using up to 4096 sockets<br />
May 13 11:47:12 sfdlabs named[2358]: loading configuration from &#8216;/etc/bind/named.conf&#8217;<br />
May 13 11:47:12 sfdlabs named[2358]: /etc/bind/named.conf.local:13: expected quoted string near &#8216;“&#8217;<br />
May 13 11:47:12 sfdlabs named[2358]: loading configuration: unexpected token<br />
May 13 11:47:12 sfdlabs named[2358]: exiting (due to fatal error)</p>
<p>Looking forward to your support.</p>
<p>Thanks,<br />
Gulab Pasha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbie</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-30058</link>
		<dc:creator>Robbie</dc:creator>
		<pubDate>Wed, 12 May 2010 22:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-30058</guid>
		<description>That&#039;s AppArmor. Try stopping it (/etc/init.d/apparmor stop) and then try starting/stopping bind and see if it cooperates. 

If it works, you have two options: disable AppArmor completely or configure it to play nice with Bind.</description>
		<content:encoded><![CDATA[<p>That&#8217;s AppArmor. Try stopping it (/etc/init.d/apparmor stop) and then try starting/stopping bind and see if it cooperates. </p>
<p>If it works, you have two options: disable AppArmor completely or configure it to play nice with Bind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gulab Pasha</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-29939</link>
		<dc:creator>Gulab Pasha</dc:creator>
		<pubDate>Tue, 11 May 2010 06:12:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-29939</guid>
		<description>Hi Dan,

I&#039;m not running selinux in my linux box, still i&#039;m getting the error. 

you want me to install selinux and disable the settings.

Thanks,
Gulab Pasha</description>
		<content:encoded><![CDATA[<p>Hi Dan,</p>
<p>I&#8217;m not running selinux in my linux box, still i&#8217;m getting the error. </p>
<p>you want me to install selinux and disable the settings.</p>
<p>Thanks,<br />
Gulab Pasha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan</title>
		<link>http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html/comment-page-3#comment-29935</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Tue, 11 May 2010 05:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/dns-server-setup-using-bind-in-ubuntu.html#comment-29935</guid>
		<description>Just looking at all of the permissions issues of reading a file which is set to read by root, it might be an selinux thing.
Does Ubuntu use selinux?</description>
		<content:encoded><![CDATA[<p>Just looking at all of the permissions issues of reading a file which is set to read by root, it might be an selinux thing.<br />
Does Ubuntu use selinux?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

