<?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/"
	xmlns:georss="http://www.georss.org/georss" 	>
<channel>
	<title>Comments on: Basic iptables Configuration</title>
	<atom:link href="http://spiralbound.net/2008/12/31/basic-iptables-configuration/feed" rel="self" type="application/rss+xml" />
	<link>http://spiralbound.net/2008/12/31/basic-iptables-configuration</link>
	<description>my digital notebook</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:00:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: building solaris-based enterprise router-firewall project - SUN Solaris - The UNIX and Linux Forums</title>
		<link>http://spiralbound.net/2008/12/31/basic-iptables-configuration#comment-222938</link>
		<dc:creator>building solaris-based enterprise router-firewall project - SUN Solaris - The UNIX and Linux Forums</dc:creator>
		<pubDate>Sun, 21 Jun 2009 23:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/?p=388#comment-222938</guid>
		<description>[...] on Solaris 10 sonia hamilton &#8211; life on the digital bikepath &#8211; sonia@snowfrog.net and Basic iptables Configuration&#124;spiralbound.net  [...]</description>
		<content:encoded><![CDATA[<p>[...] on Solaris 10 sonia hamilton &#8211; life on the digital bikepath &#8211; <a href="mailto:sonia@snowfrog.net">sonia@snowfrog.net</a> and Basic iptables Configuration|spiralbound.net  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cybervegan</title>
		<link>http://spiralbound.net/2008/12/31/basic-iptables-configuration#comment-221934</link>
		<dc:creator>cybervegan</dc:creator>
		<pubDate>Fri, 12 Jun 2009 10:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://spiralbound.net/?p=388#comment-221934</guid>
		<description>Your script would cut off SSH on port 22, where it says:

# Allow incoming SSH on port 22
#/sbin/iptables -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT

In your article, you said that you had the MySQL port rule commented out, but that seems to be still active:

# Allow MySQL only from a certain network
/sbin/iptables -A INPUT -p tcp -m tcp -s XXX.XXX.XXX.0/24 --dport 3306 -j ACCEPT

Did you comment out the wrong line?</description>
		<content:encoded><![CDATA[<p>Your script would cut off SSH on port 22, where it says:</p>
<p># Allow incoming SSH on port 22<br />
#/sbin/iptables -A INPUT -p tcp -m tcp &#8211;dport 22 -j ACCEPT</p>
<p>In your article, you said that you had the MySQL port rule commented out, but that seems to be still active:</p>
<p># Allow MySQL only from a certain network<br />
/sbin/iptables -A INPUT -p tcp -m tcp -s XXX.XXX.XXX.0/24 &#8211;dport 3306 -j ACCEPT</p>
<p>Did you comment out the wrong line?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
