<?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: Shorewall Firewall on Ubuntu Feisty VPS Part 3</title>
	<atom:link href="http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/</link>
	<description>Where Ignorance Is Not Bliss</description>
	<lastBuildDate>Sun, 04 Jul 2010 23:50:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gregg</title>
		<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/comment-page-1/#comment-204</link>
		<dc:creator>Gregg</dc:creator>
		<pubDate>Tue, 10 Mar 2009 04:20:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeff-owens.com/index.php/2007/07/17/shorewall-firewall-on-ubuntu-feisty-vps-part-3/#comment-204</guid>
		<description>Thank you so much for posting this - I admin&#039;d CentOS for about 2 years and the transition to Debian has been like my six weeks in Germany &quot;wie sagt man auf deutch?&quot; - how do I say it in German (Debian).  The part in /etc/default/shorewall was the key - thanks!</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this &#8211; I admin&#8217;d CentOS for about 2 years and the transition to Debian has been like my six weeks in Germany &#8220;wie sagt man auf deutch?&#8221; &#8211; how do I say it in German (Debian).  The part in /etc/default/shorewall was the key &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/comment-page-1/#comment-53</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 15 Nov 2007 10:28:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeff-owens.com/index.php/2007/07/17/shorewall-firewall-on-ubuntu-feisty-vps-part-3/#comment-53</guid>
		<description>Excellent getting started guide :-)

Shorewall also ships with a number of macros. In the rules file, you can do the same as above, with the following:

SSH/ACCEPT net $FW
Web/ACCEPT net $FW
Ping/ACCEPT net $FW

See &#039;/usr/share/shorewall/&#039; for a list of all macros.</description>
		<content:encoded><![CDATA[<p>Excellent getting started guide <img src='http://blog.jeff-owens.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Shorewall also ships with a number of macros. In the rules file, you can do the same as above, with the following:</p>
<p>SSH/ACCEPT net $FW<br />
Web/ACCEPT net $FW<br />
Ping/ACCEPT net $FW</p>
<p>See &#8216;/usr/share/shorewall/&#8217; for a list of all macros.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Because I Learn &#187; Blog Archive &#187; Firewall</title>
		<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/comment-page-1/#comment-50</link>
		<dc:creator>Because I Learn &#187; Blog Archive &#187; Firewall</dc:creator>
		<pubDate>Wed, 24 Oct 2007 10:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeff-owens.com/index.php/2007/07/17/shorewall-firewall-on-ubuntu-feisty-vps-part-3/#comment-50</guid>
		<description>[...] tutorial at Debianhelp on the installation and setting of it. A more relevant tutorial is here and there for those who are running a Xen [...]</description>
		<content:encoded><![CDATA[<p>[...] tutorial at Debianhelp on the installation and setting of it. A more relevant tutorial is here and there for those who are running a Xen [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueNovember</title>
		<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/comment-page-1/#comment-10</link>
		<dc:creator>BlueNovember</dc:creator>
		<pubDate>Sun, 05 Aug 2007 10:49:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeff-owens.com/index.php/2007/07/17/shorewall-firewall-on-ubuntu-feisty-vps-part-3/#comment-10</guid>
		<description>Hey again. Finally finished setting up my own shorewall, and thought I&#039;d my thoughts on bits I found annoying/tricky:

Shorewall will not reply to pings by default. To make it reply, add the following to your rules file:
Ping/ACCEPT net $FW

You can also add services by name, instead of port, eg:
ACCEPT net $FW tcp microsoft-ds
ACCEPT net $FW tcp mysql
ACCEPT net $FW tcp netbios-ssn
ACCEPT net $FW tcp ftp

...although of course this will just add the default ports, not intelligently find the ones you are listening on.</description>
		<content:encoded><![CDATA[<p>Hey again. Finally finished setting up my own shorewall, and thought I&#8217;d my thoughts on bits I found annoying/tricky:</p>
<p>Shorewall will not reply to pings by default. To make it reply, add the following to your rules file:<br />
Ping/ACCEPT net $FW</p>
<p>You can also add services by name, instead of port, eg:<br />
ACCEPT net $FW tcp microsoft-ds<br />
ACCEPT net $FW tcp mysql<br />
ACCEPT net $FW tcp netbios-ssn<br />
ACCEPT net $FW tcp ftp</p>
<p>&#8230;although of course this will just add the default ports, not intelligently find the ones you are listening on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/comment-page-1/#comment-7</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 29 Jul 2007 23:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeff-owens.com/index.php/2007/07/17/shorewall-firewall-on-ubuntu-feisty-vps-part-3/#comment-7</guid>
		<description>&lt;p&gt;Good catch Blue, now corrected.  Thx.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Good catch Blue, now corrected.  Thx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueNovember</title>
		<link>http://blog.jeff-owens.com/linux/shorewall-firewall-on-ubuntu-feisty-vps-part-3/comment-page-1/#comment-6</link>
		<dc:creator>BlueNovember</dc:creator>
		<pubDate>Sun, 29 Jul 2007 16:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.jeff-owens.com/index.php/2007/07/17/shorewall-firewall-on-ubuntu-feisty-vps-part-3/#comment-6</guid>
		<description>Hey there. 
A great quick-start guide.
I think however there&#039;s a slight mistake:

In the lines you say to add to /etc/shorewall/rules, 
net fw tcp 22
net fw tcp 80

should read:
ACCEPT net fw tcp 22
ACCEPT net fw tcp 80

I&#039;m not sure if that&#039;s actually correct, but that&#039;s what I understood from the man pages / other sources, and it worked for me. Without the changes I get this error after following your instructions:
(in /var/log/shorewall-init.log)
Compiling/etc/shorewall/rules ...
   ERROR: Invalid Action in rule &quot;net fw tcp 22&quot;

(running ubuntu server, fiesty fawn)

Thanks once again for the guide =)
~
Blue</description>
		<content:encoded><![CDATA[<p>Hey there.<br />
A great quick-start guide.<br />
I think however there&#8217;s a slight mistake:</p>
<p>In the lines you say to add to /etc/shorewall/rules,<br />
net fw tcp 22<br />
net fw tcp 80</p>
<p>should read:<br />
ACCEPT net fw tcp 22<br />
ACCEPT net fw tcp 80</p>
<p>I&#8217;m not sure if that&#8217;s actually correct, but that&#8217;s what I understood from the man pages / other sources, and it worked for me. Without the changes I get this error after following your instructions:<br />
(in /var/log/shorewall-init.log)<br />
Compiling/etc/shorewall/rules &#8230;<br />
   ERROR: Invalid Action in rule &#8220;net fw tcp 22&#8243;</p>
<p>(running ubuntu server, fiesty fawn)</p>
<p>Thanks once again for the guide =)<br />
~<br />
Blue</p>
]]></content:encoded>
	</item>
</channel>
</rss>
