<?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>dopefish.de &#187; bind</title>
	<atom:link href="http://www.dopefish.de/archives/tag/bind/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dopefish.de</link>
	<description>Headquaters of the evil genius</description>
	<lastBuildDate>Mon, 23 Jan 2012 13:34:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>(E)DNS &#8211; Bind logging errors</title>
		<link>http://www.dopefish.de/archives/93</link>
		<comments>http://www.dopefish.de/archives/93#comments</comments>
		<pubDate>Wed, 30 Jul 2008 16:26:44 +0000</pubDate>
		<dc:creator>dopefish</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[Internet Stuff]]></category>

		<guid isPermaLink="false">http://www.dopefish.de/archives/93</guid>
		<description><![CDATA[Anyone that has upgraded Bind recently is probably wondering where all those EDNS error messages are suddenly coming from. Well, since I&#8217;d rather fix a problem than set up an ignore rule for tiger, I did some digging and found out this much:
EDNS is an extension to &#8220;normal&#8221; DNS and has been around for some [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone that has upgraded Bind recently is probably wondering where all those EDNS error messages are suddenly coming from. Well, since I&#8217;d rather fix a problem than set up an ignore rule for tiger, I did some digging and found out this much:<br />
EDNS is an extension to &#8220;normal&#8221; DNS and has been around for some time. The most often reason these error messages are triggered, is when a firewall decides to drop dns messages that it thinks are too big (<span class="code">&gt; 512 bytes). If this is happening on &#8220;your end&#8221; than the best solution would be to simply fix the firewall. If this is happening on the other end, or if it is something more obscure like a Firewall blocking fragmented NAT packets, than you might be better off just disabling the logging for this situation. On my system /etc/bin/named.conf.local is included by named.conf (saves me any hassle when updating bind via the distributions packages since all my changes are in a separate file)<br />
</span></p>
<address><span style="color: #000080;"><span style="color: #993300;">/etc/bind/named.conf.local</span></span></address>
<address style="padding-left: 30px;"><span style="color: #000080;">logging {</span></address>
<address style="padding-left: 30px;"><span style="color: #000080;"> category lame-servers { null; };</span></address>
<address style="padding-left: 30px;"><span style="color: #000080;"> category edns-disabled { null; };</span></address>
<address style="padding-left: 30px;"><span style="color: #000080;">};</span></address>
<p>This turns off logging for edns-disabled and lame-server messages. So you can concentrate on the more important logging messages <img src='http://www.dopefish.de/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dopefish.de/archives/93/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.dopefish.de @ 2012-02-08 06:29:03 by W3 Total Cache -->
