<?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; network</title>
	<atom:link href="http://positon.org/tag/network/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>An outgoing port tester</title>
		<link>http://positon.org/an-outgoing-port-tester</link>
		<comments>http://positon.org/an-outgoing-port-tester#comments</comments>
		<pubDate>Fri, 11 May 2012 12:22:00 +0000</pubDate>
		<dc:creator><![CDATA[dooblem]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://positon.org:81/?p=117</guid>
		<description><![CDATA[The server hosting this blog respond on all ipv4 TCP ports from 1 to 65535. See: http://portquiz.net The following URLs should also work if you are not filtered : http://portquiz.net:443 http://portquiz.net:8080 http://portquiz.net:8 This allows you to test what TCP ports are filtered by your local network. Command line example with netcat: $ nc -v portquiz.net [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The server hosting this blog respond on all ipv4 TCP ports from 1 to 65535.</p>
<p>See: <a href="http://portquiz.net" title="http://portquiz.net">http://portquiz.net</a></p>
<p>The following URLs should also work if you are not filtered :</p>
<ul>
<li><a href="http://portquiz.net:443" title="http://portquiz.net:443">http://portquiz.net:443</a></li>
<li><a href="http://portquiz.net:8080" title="http://portquiz.net:8080">http://portquiz.net:8080</a></li>
<li><a href="http://portquiz.net:8" title="http://portquiz.net:8">http://portquiz.net:8</a></li>
</ul>
<p>This allows you to test what TCP ports are filtered by your local network.</p>
<p>Command line example with netcat:</p>
<pre>
$ nc -v portquiz.net 1
Connection to portquiz.net 1 port [tcp/http-alt] succeeded!

$ nc -v -w2 portquiz.net 65535
nc: connect to portquiz.net port 65535 (tcp) timed out: Operation now in progress
</pre>
]]></content:encoded>
			<wfw:commentRss>http://positon.org/an-outgoing-port-tester/feed</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<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>
