<?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>Libre Things &#187; 42registry</title>
	<atom:link href="http://positon.org/tag/42registry/feed" rel="self" type="application/rss+xml" />
	<link>http://positon.org</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2016 20:01:11 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.7.1</generator>
	<item>
		<title>positon.42 and dnsmasq as a DNS proxy to resolve .42 domains</title>
		<link>http://positon.org/positon42-and-dnsmasq-as-a-dns-proxy-to-resolve-42-domains</link>
		<comments>http://positon.org/positon42-and-dnsmasq-as-a-dns-proxy-to-resolve-42-domains#comments</comments>
		<pubDate>Thu, 13 Jan 2011 22:32:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[42registry]]></category>
		<category><![CDATA[dnsmasq]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=109</guid>
		<description><![CDATA[I am now the owner of a .42 domain ! http://positon.42 .42 are not official domains (yet). Official top level domains are managed by ICANN and served by root DNS servers. To resolve .42 domains, you have to query a DNS server knowing .42 domains. Here is my small contribution to the 42registry.org wiki, explaining [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I am now the owner of a .42 domain !</p>
<p><a href="http://positon.42" title="http://positon.42">http://positon.42</a></p>
<p>.42 are not official domains (yet). Official top level domains are managed by <a href="http://www.icann.org">ICANN</a> and served by root DNS servers.</p>
<p>To resolve .42 domains, you have to query a DNS server knowing .42 domains.</p>
<p>Here is my <a href="http://wiki.42registry.org/page/Resolve#Ubuntu_and_Dnsmasq">small contribution</a> to the 42registry.org wiki, explaining a way to configure it with Ubuntu:</p>
<p>&#8212;</p>
<p>The following allows you to use Geeknode DNS only for .42 domains while keeping your regular DNS provider for other domains.</p>
<p>Install dnsmasq :</p>
<pre>
aptitude install dnsmasq
</pre>
<p>Edit <code>/etc/dnsmasq.conf</code> and add the line :</p>
<pre>
server=/42/81.93.248.69
</pre>
<p>Restart dnsmasq :</p>
<pre>
sudo /etc/init.d/dnsmasq restart
</pre>
<p>Edit <code>/etc/dhcp3/dhclient.conf</code>, then uncomment or add the line :</p>
<pre>
prepend domain-name-servers 127.0.0.1;
</pre>
<p>Now disconnect and reconnect to you local network, to refresh the /etc/resolv.conf file, then test it !</p>
<p>&#8212;</p>
<p><ins>Links</ins>:</p>
<ul>
<li><a href="https://www.42registry.org/" title="https://www.42registry.org/">https://www.42registry.org/</a></li>
<li><a href="http://wiki.42registry.org/" title="http://wiki.42registry.org/">http://wiki.42registry.org/</a></li>
<li><a href="http://wiki.42registry.org/page/Resolve#Ubuntu_and_Dnsmasq" title="http://wiki.42registry.org/page/Resolve#Ubuntu_and_Dnsmasq">http://wiki.42registry.org/page/Resolve#Ubuntu_and_Dnsmasq</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/positon42-and-dnsmasq-as-a-dns-proxy-to-resolve-42-domains/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
