<?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: Firewall Ubuntu GUFW</title>
	<atom:link href="http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/</link>
	<description>A LAMP in the Samsara</description>
	<lastBuildDate>Tue, 07 Sep 2010 07:48:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juegos</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1706</link>
		<dc:creator>Juegos</dc:creator>
		<pubDate>Wed, 28 Apr 2010 23:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1706</guid>
		<description>It works :-) what I miss is a desktop icon. Thanks for writing this post.</description>
		<content:encoded><![CDATA[<p>It works :-) what I miss is a desktop icon. Thanks for writing this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1557</link>
		<dc:creator>Duane</dc:creator>
		<pubDate>Thu, 18 Mar 2010 00:56:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1557</guid>
		<description>Thanks for your exceptionally informative information on GUFW.  Also, your postings in the Ubuntu Forums were extremely helpful.  Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for your exceptionally informative information on GUFW.  Also, your postings in the Ubuntu Forums were extremely helpful.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tridgell</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1464</link>
		<dc:creator>Tridgell</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:24:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1464</guid>
		<description>Cool! I think it is much better now after you clarified</description>
		<content:encoded><![CDATA[<p>Cool! I think it is much better now after you clarified</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1463</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Thu, 28 Jan 2010 22:07:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1463</guid>
		<description>Tridgell: Sorry for the confusion.

On my ufw/gufw blogs I am referring to &quot;default deny&quot; and the big &quot;Deny&quot; button.

These settings set the default policy and as such are not rules in a chain.

They are the same as &quot;sudo iptables -P INPUT DROP&quot;

The default policy basically tells iptables what to do with a packet that does not match any rules.

This is related, but not the same as the order of rules within a chain.

Hope that clarifies things for you, if not, stop ufw and open a terminal. Look at teh output and effect of these commands :

sudo iptables -L -v
sudo iptables -P INPUT DROP
sudo iptables -L -v
sudo iptables -P INPUT ACCEPT
sudo iptables -L -v</description>
		<content:encoded><![CDATA[<p>Tridgell: Sorry for the confusion.</p>
<p>On my ufw/gufw blogs I am referring to &#8220;default deny&#8221; and the big &#8220;Deny&#8221; button.</p>
<p>These settings set the default policy and as such are not rules in a chain.</p>
<p>They are the same as &#8220;sudo iptables -P INPUT DROP&#8221;</p>
<p>The default policy basically tells iptables what to do with a packet that does not match any rules.</p>
<p>This is related, but not the same as the order of rules within a chain.</p>
<p>Hope that clarifies things for you, if not, stop ufw and open a terminal. Look at teh output and effect of these commands :</p>
<p>sudo iptables -L -v<br />
sudo iptables -P INPUT DROP<br />
sudo iptables -L -v<br />
sudo iptables -P INPUT ACCEPT<br />
sudo iptables -L -v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tridgell</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1459</link>
		<dc:creator>Tridgell</dc:creator>
		<pubDate>Thu, 28 Jan 2010 07:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1459</guid>
		<description>You say ordering of rules is important and so deny first and then allow. Shouldn&#039;t it be other way round. First allow then deny. So if someone checks rules in the order, allow rules come before deny rules and it does what you expect it to do. Or am I missing anything</description>
		<content:encoded><![CDATA[<p>You say ordering of rules is important and so deny first and then allow. Shouldn&#8217;t it be other way round. First allow then deny. So if someone checks rules in the order, allow rules come before deny rules and it does what you expect it to do. Or am I missing anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1448</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Wed, 13 Jan 2010 21:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1448</guid>
		<description>Thank your for your kind words, glad you are headed in the right direction. I am sure you will be teaching the rest of us in short order.</description>
		<content:encoded><![CDATA[<p>Thank your for your kind words, glad you are headed in the right direction. I am sure you will be teaching the rest of us in short order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronnie aka running_rabbit07</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1446</link>
		<dc:creator>Ronnie aka running_rabbit07</dc:creator>
		<pubDate>Wed, 13 Jan 2010 02:00:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1446</guid>
		<description>This is a great tutorial and I have added it to my UF sig. I am currently studying for my AS (I do plan to move to higher levels, but gotta start somewhere.) in Networking Security. Reading your threads on the forums and your blogs is sure to help make me a better network engineer.

Thanks,
Ronnie</description>
		<content:encoded><![CDATA[<p>This is a great tutorial and I have added it to my UF sig. I am currently studying for my AS (I do plan to move to higher levels, but gotta start somewhere.) in Networking Security. Reading your threads on the forums and your blogs is sure to help make me a better network engineer.</p>
<p>Thanks,<br />
Ronnie</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bodhi.zazen</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1367</link>
		<dc:creator>bodhi.zazen</dc:creator>
		<pubDate>Thu, 10 Dec 2009 15:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1367</guid>
		<description>Glad it helped. I enjoy your blog by the  way =)</description>
		<content:encoded><![CDATA[<p>Glad it helped. I enjoy your blog by the  way =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Babu</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1366</link>
		<dc:creator>Nigel Babu</dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1366</guid>
		<description>I was wondering how I configured GUFW after installing it from day 1 of Karmic.  Now I got a decent how-to :)</description>
		<content:encoded><![CDATA[<p>I was wondering how I configured GUFW after installing it from day 1 of Karmic.  Now I got a decent how-to :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Destillat KW48-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</title>
		<link>http://blog.bodhizazen.net/linux/firewall-ubuntu-gufw/comment-page-1/#comment-1323</link>
		<dc:creator>Destillat KW48-2009 &#124; duetsch.info - GNU/Linux, Open Source, Softwareentwicklung, Selbstmanagement, Vim ...</dc:creator>
		<pubDate>Fri, 27 Nov 2009 09:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bodhizazen.net/?p=842#comment-1323</guid>
		<description>[...] Firewall Ubuntu GUFW [...]</description>
		<content:encoded><![CDATA[<p>[...] Firewall Ubuntu GUFW [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.076 seconds -->
