<?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>ISP-Panel IT Blog &#187; RNDC</title>
	<atom:link href="http://blog.isp-panel.de/tag/rndc/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.isp-panel.de</link>
	<description>News und Wissenswertes aus dem IT Bereich</description>
	<lastBuildDate>Mon, 13 Dec 2010 11:18:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>DNS-Cluster RNDC Fehler beheben</title>
		<link>http://blog.isp-panel.de/2007/01/16/dns-cluster-rndc-fehler-beheben/</link>
		<comments>http://blog.isp-panel.de/2007/01/16/dns-cluster-rndc-fehler-beheben/#comments</comments>
		<pubDate>Tue, 16 Jan 2007 12:20:34 +0000</pubDate>
		<dc:creator>Marcus</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Cluster]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[RNDC]]></category>

		<guid isPermaLink="false">http://isp-panel.de/?p=65</guid>
		<description><![CDATA[  Wenn Ihr DNS-Server mit der Fehlermeldung Zitat: rndc: connect failed: 127.0.0.1#953: connection refused nicht mehr startet, dann liegt ein Fehler in der Konfiguration des DNS-Servers vor. Dies können Sie wie folgt beheben: Loggen Sie sich als Root per SSH auf Ihren Server ein Öffnen Sie die DNS-Konfiguration /etc/named.conf mit einem Editor wie vi oder [...]]]></description>
			<content:encoded><![CDATA[<p> </p>
<p>Wenn Ihr DNS-Server mit der Fehlermeldung</p>
<div id="post_message_8">
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">rndc: connect failed: 127.0.0.1#953: connection refused</td>
</tr>
</tbody>
</table>
</div>
<p>nicht mehr startet, dann liegt ein Fehler in der Konfiguration des DNS-Servers vor.</p>
<p>Dies können Sie wie folgt beheben:</p>
<ol style="list-style-type: decimal;">
<li>Loggen Sie sich als Root per SSH auf Ihren Server ein</li>
<li>Öffnen Sie die DNS-Konfiguration /etc/named.conf mit einem Editor wie vi oder mc:
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">Beispiel: vi /etc/named.conf</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Entfernen Sie dort die folgenden Zeilen:
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">include &#8220;/etc/rndc.key&#8221;;</td>
</tr>
</tbody>
</table>
</div>
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">controls {<br />
inet 127.0.0.1 allow { localhost; } keys { &#8220;rndckey&#8221;; };<br />
};</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Speichern Sie die Änderungen</li>
<li>Führen Sie nun folgendes Skript aus:
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">/scripts/fixndc</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Starten Sie den DNS-Server mit folgendem Befehl neu:
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">service named restart</td>
</tr>
</tbody>
</table>
</div>
</li>
<li>Sie können nun mit folgendem Befehl prüfen ob der DNS-Server korrekt gestartet wurde:
<div style="margin: 5px 20px 20px;">
<div class="smallfont" style="margin-bottom: 2px;">Zitat:</div>
<table border="0" cellspacing="0" cellpadding="6" width="100%">
<tbody>
<tr>
<td class="alt2" style="border: 1px inset;">service named status</td>
</tr>
</tbody>
</table>
</div>
</li>
</ol>
</div>

	Tags:<a href="http://blog.isp-panel.de/tag/cluster/" title="Cluster" rel="tag">Cluster</a>, <a href="http://blog.isp-panel.de/tag/cpanel/" title="cPanel" rel="tag">cPanel</a>, <a href="http://blog.isp-panel.de/tag/dns/" title="DNS" rel="tag">DNS</a>, <a href="http://blog.isp-panel.de/tag/rndc/" title="RNDC" rel="tag">RNDC</a><br />
]]></content:encoded>
			<wfw:commentRss>http://blog.isp-panel.de/2007/01/16/dns-cluster-rndc-fehler-beheben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

