<?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"
	>

<channel>
	<title>Linux Videos &#187; Networking</title>
	<atom:link href="http://linuxvideo.generatedcontent.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxvideo.generatedcontent.com</link>
	<description>Why read when you can watch?</description>
	<pubDate>Sat, 11 Nov 2006 11:37:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>#004: Using iptables to share your internet connection</title>
		<link>http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/</link>
		<comments>http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/#comments</comments>
		<pubDate>Sat, 11 Nov 2006 11:37:47 +0000</pubDate>
		<dc:creator>patrys</dc:creator>
		
		<category><![CDATA[Networking]]></category>

		<category><![CDATA[PLD Linux]]></category>

		<guid isPermaLink="false">http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/</guid>
		<description><![CDATA[One of the less intuitive networking tasks often performed on Linux boxes is the connection sharing process. Here is a short clip to show you how iptables works.
Tips

Use iptables -t nat -I POSTROUTING -s 192.168.0.1/24 -j MASQUERADE to set up a dynamic masquerade (the most popular way of sharing the connection where your internet IP [...]]]></description>
			<content:encoded><![CDATA[<p>One of the less intuitive networking tasks often performed on Linux boxes is the connection sharing process. Here is a short clip to show you how <code>iptables</code> works.</p>
<h4>Tips</h4>
<ul>
<li>Use <code>iptables -t nat -I POSTROUTING -s 192.168.0.1/24 -j MASQUERADE</code> to set up a dynamic masquerade (the most popular way of sharing the connection where your internet IP is likely to change)</li>
<li>Remember to replace <code>192.168.0.1/24</code> with your local area network IP and mask in the above example</li>
</ul>
<h4>Download and watch</h4>
<p><a id="p11" href="http://linuxvideo.generatedcontent.com/wp-content/uploads/2006/11/004-masquerade.ogg">Using iptables to share your internet connection</a> (0.3MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxvideo.generatedcontent.com/2006/11/11/004-using-iptables-to-share-your-internet-connection/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
