<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>六六互联 &#187; DNS服务器</title>
	<atom:link href="http://www.toohost.net.cn/tag/dns%e6%9c%8d%e5%8a%a1%e5%99%a8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toohost.net.cn</link>
	<description>外贸仿牌服务器,抗投诉vps空间主机,美国,站群主机,站群空间,站群服务器,站群服务器,258个IP</description>
	<lastBuildDate>Sat, 03 Sep 2022 15:23:36 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>在Linux操作系统上如何配置DNS服务器</title>
		<link>http://www.toohost.net.cn/%e5%9c%a8linux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8a%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aedns%e6%9c%8d%e5%8a%a1%e5%99%a8/</link>
		<comments>http://www.toohost.net.cn/%e5%9c%a8linux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8a%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aedns%e6%9c%8d%e5%8a%a1%e5%99%a8/#comments</comments>
		<pubDate>Fri, 09 Jan 2015 04:04:08 +0000</pubDate>
		<dc:creator><![CDATA[zhushican]]></dc:creator>
				<category><![CDATA[六六互联]]></category>
		<category><![CDATA[DNS服务器]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.toohost.net.cn/?p=173</guid>
		<description><![CDATA[在Linux环境下，也提供了广泛流行的BIND服务器，它是构建DNS服务器最常用的服务器软件。介绍BIND的安 [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>在Linux环境下，也提供了广泛流行的BIND服务器，它是构建DNS服务器最常用的服务器软件。介绍BIND的安装的文章现在很多，现在我们就一起来谈一下维护的话题。</p>
<p>我们如何才能够了解DNS服务器的运行情况下呢，它忙不忙、负载大不大?这一切，对于系统管理员而言，是比较重要的。</p>
<p># touch /var/named/chroot/var/named/named.log</p>
<p># chown named.named /var/named/chroot/var/named/named.log</p>
<p># chmod 755 /var/named/chroot/var/named/named.log</p>
<p># service named restart</p>
<p>并且确保selinux是关闭状态(查看/etc/sysconfig/selinux配置信息)</p>
<p>然后查看采集到的/var/named/chroot/var/named/named.log是否存在故障信息；</p>
<p>#LOG 配置信息：</p>
<p>logging{</p>
<p>channel default_syslog { syslog local2; severity error; };</p>
<p>channel audit_log {</p>
<p>file &#8220;named.log&#8221; versions 3 size 20m;</p>
<p>severity info;</p>
<p>print-time yes;</p>
<p>print-category yes;</p>
<p>};</p>
<p>category default { audit_log; };</p>
<p>category general { audit_log; };</p>
<p>category security { audit_log; default_syslog; };</p>
<p>category config { default_syslog; };</p>
<p>category resolver { audit_log; };</p>
<p>category xfer-in { audit_log; };</p>
<p>category xfer-out { audit_log; };</p>
<p>category notify { audit_log; };</p>
<p>category client { audit_log; };</p>
<p>category network { audit_log; };</p>
<p>category update { audit_log; };</p>
<p>category queries { audit_log; };</p>
<p>category lame-servers { audit_log; };</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toohost.net.cn/%e5%9c%a8linux%e6%93%8d%e4%bd%9c%e7%b3%bb%e7%bb%9f%e4%b8%8a%e5%a6%82%e4%bd%95%e9%85%8d%e7%bd%aedns%e6%9c%8d%e5%8a%a1%e5%99%a8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
