<?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>EZ Linux Admin &#187; iptables cheat sheat</title>
	<atom:link href="http://www.ezlinuxadmin.com/tag/iptables-cheat-sheat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ezlinuxadmin.com</link>
	<description>Making Linux Easier</description>
	<lastBuildDate>Tue, 29 Jun 2010 19:37:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EZ Iptables cheat sheet</title>
		<link>http://www.ezlinuxadmin.com/2008/11/ez-iptables-cheat-sheet/</link>
		<comments>http://www.ezlinuxadmin.com/2008/11/ez-iptables-cheat-sheet/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 01:41:09 +0000</pubDate>
		<dc:creator>EZ linux</dc:creator>
				<category><![CDATA[Linux Security]]></category>
		<category><![CDATA[iptables cheat sheat]]></category>

		<guid isPermaLink="false">http://www.ezlinuxadmin.com/?p=127</guid>
		<description><![CDATA[To remove a rule or ip:
Find rule
grep 68.188.73.13 /etc/sysconfig/iptables
Delete rule (must be exact)
iptables -D INPUT -s 202.100.85.0/24 -j DROP
You can whitelist a ip to bypass any blocks and after restarting iptables you can find alist of rules here: /etc/sys-config/iptables
]]></description>
			<content:encoded><![CDATA[<p>To remove a rule or ip:</p>
<p>Find rule</p>
<p>grep 68.188.73.13 /etc/sysconfig/iptables</p>
<p>Delete rule (must be exact)</p>
<p>iptables -D INPUT -s 202.100.85.0/24 -j DROP</p>
<p>You can whitelist a ip to bypass any blocks and after restarting iptables you can find alist of rules here: /etc/sys-config/iptables</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ezlinuxadmin.com/2008/11/ez-iptables-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
