<?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>Blog.hio.fr &#187; iptables</title>
	<atom:link href="http://blog.hio.fr/tag/iptables/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hio.fr</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 10:04:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iptables.sh</title>
		<link>http://blog.hio.fr/2009/07/25/iptables-sh.html</link>
		<comments>http://blog.hio.fr/2009/07/25/iptables-sh.html#comments</comments>
		<pubDate>Sat, 25 Jul 2009 08:28:34 +0000</pubDate>
		<dc:creator>HiO</dc:creator>
				<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://blog.hio.fr/?p=393</guid>
		<description><![CDATA[iptables.sh #!/bin/bash set -e iptables=&#34;/sbin/iptables&#34; modprobe=&#34;/sbin/modprobe&#34; allowporttcp=&#34;80 443 6667 6669&#34; allowportudp=&#34;1194&#34; allowporttcptoip=&#34;7000&#34; whitelist=&#34;82.225.**.** 81.56.**.** 81.57.**.**&#34; blacklist=&#34;74.52.74.** 213.23.175.** 81.2.210.** 60.242.109.**&#34; &#160; load &#40;&#41; &#123; #echo &#34;Loading kernel modules...&#34; #$modprobe ip_tables #$modprobe ip_conntrack #$modprobe iptable_filter #$modprobe ipt_state #echo &#34;Kernel modules loaded.&#34; &#160; &#8230; <a href="http://blog.hio.fr/2009/07/25/iptables-sh.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.hio.fr/2009/07/25/iptables-sh.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

