<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux: Reset iptables firewall rules</title>
	<atom:link href="http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/feed/" rel="self" type="application/rss+xml" />
	<link>http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/</link>
	<description>Umm... Unorthodox?</description>
	<lastBuildDate>Fri, 18 May 2012 10:25:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Reset iptables Rules &#8211; shkschneider&#039;s Blog</title>
		<link>http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/comment-page-1/#comment-3758</link>
		<dc:creator>Reset iptables Rules &#8211; shkschneider&#039;s Blog</dc:creator>
		<pubDate>Fri, 18 May 2012 10:25:39 +0000</pubDate>
		<guid isPermaLink="false">http://insanelabs.com/?p=91#comment-3758</guid>
		<description>[...] http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/  0 &#160;&#160;Share this:Related Posts:No Related Posts   Read more from Code, GNU/Linux         Click here to cancel reply. [...]</description>
		<content:encoded><![CDATA[ <img src='http://insanelabs.com/wp-content/plugins/wp-useragent/img/24/trackback/wordpress.png' title='WordPress 3.3.2' style='border:0px;vertical-align:middle;' alt='WordPress 3.3.2'> WordPress 3.3.2<br><small>The Incutio XML-RPC PHP Library -- WordPress/3.3.2</small><p>[...] <a href="http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/" rel="nofollow" class="liinternal">http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/</a>  0 &nbsp;&nbsp;Share this:Related Posts:No Related Posts   Read more from Code, GNU/Linux         Click here to cancel reply. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wladimir Tavares</title>
		<link>http://insanelabs.com/linux/linux-reset-iptables-firewall-rules/comment-page-1/#comment-3671</link>
		<dc:creator>Wladimir Tavares</dc:creator>
		<pubDate>Wed, 10 Aug 2011 15:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://insanelabs.com/?p=91#comment-3671</guid>
		<description>There rules will lock down the machine and if you are connecting from a remote ssh session you wont connect.

I&#039;d recommend these rules

# iptables -P INPUT ACCEPT
# iptables -F
# iptables -A INPUT -i lo -j ACCEPT
# iptables -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT
# iptables -A INPUT -p tcp --dport 22 -j ACCEPT
# iptables -P INPUT DROP
# iptables -P FORWARD DROP
# iptables -P OUTPUT ACCEPT
# iptables -L -v</description>
		<content:encoded><![CDATA[ <img src='http://insanelabs.com/wp-content/plugins/wp-useragent/img/24/net/chrome.png' title='Google Chrome 13.0.782.112' style='border:0px;vertical-align:middle;' alt='Google Chrome 13.0.782.112'> Google Chrome 13.0.782.112  <img src='http://insanelabs.com/wp-content/plugins/wp-useragent/img/24/os/win-2.png' title='Windows XP' style='border:0px;vertical-align:middle;' alt='Windows XP'> Windows XP<br><small>Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.112 Safari/535.1</small><p>There rules will lock down the machine and if you are connecting from a remote ssh session you wont connect.</p>
<p>I&#8217;d recommend these rules</p>
<p># iptables -P INPUT ACCEPT<br />
# iptables -F<br />
# iptables -A INPUT -i lo -j ACCEPT<br />
# iptables -A INPUT -m state &#8211;state ESTABLISHED,RELATED -j ACCEPT<br />
# iptables -A INPUT -p tcp &#8211;dport 22 -j ACCEPT<br />
# iptables -P INPUT DROP<br />
# iptables -P FORWARD DROP<br />
# iptables -P OUTPUT ACCEPT<br />
# iptables -L -v</p>
]]></content:encoded>
	</item>
</channel>
</rss>

