<?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; udev</title>
	<atom:link href="http://positon.org/tag/udev/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>Generate persistent udev net rules</title>
		<link>http://positon.org/generate-persistent-udev-net-rules</link>
		<comments>http://positon.org/generate-persistent-udev-net-rules#comments</comments>
		<pubDate>Sat, 09 Jan 2010 22:09:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[udev]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=81</guid>
		<description><![CDATA[Under Arch Linux, your network cards are sometimes named differently between two reboot. Configuring your network connection is hard if you don&#8217;t know if you card will be called eth0 or eth1. A file /etc/udev/rules.d/75-persistent-net-generator.rules.optional can be used to tell udev to generate persistent network rules. It&#8217;s very simple: mv /etc/udev/rules.d/75-persistent-net-generator.rules.optional /etc/udev/rules.d/75-persistent-net-generator.rules Reboot your system. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Under <a href="http://www.archlinux.org/">Arch Linux</a>, your network cards are sometimes named differently between two reboot. Configuring your network connection is hard if you don&#8217;t know if you card will be called eth0 or eth1.</p>
<p>A file <code>/etc/udev/rules.d/75-persistent-net-generator.rules.optional</code> can be used to tell <a href="http://en.wikipedia.org/wiki/Udev">udev</a> to generate persistent network rules.</p>
<p>It&#8217;s very simple:</p>
<pre>
mv /etc/udev/rules.d/75-persistent-net-generator.rules.optional /etc/udev/rules.d/75-persistent-net-generator.rules
</pre>
<p>Reboot your system. A <code>/etc/udev/rules.d/70-persistent-net.rules</code> file has been generated. Now you can disable the generator:</p>
<pre>
mv /etc/udev/rules.d/75-persistent-net-generator.rules /etc/udev/rules.d/75-persistent-net-generator.rules.optional
</pre>
<p><ins>Link</ins>:</p>
<ul>
<li><a href="http://wiki.archlinux.org/index.php/Configuring_Network#Interface_names_varying" title="http://wiki.archlinux.org/index.php/Configuring_Network#Interface_names_varying">http://wiki.archlinux.org/index.php/Configuring_Network#Interface_names_varying</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/generate-persistent-udev-net-rules/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
