<?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>Make Tech Easier&#187; iptables</title>
	<atom:link href="http://maketecheasier.com/tag/iptables/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 21:30:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>How to Handle And Configure Firewall In Linux</title>
		<link>http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14</link>
		<comments>http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14#comments</comments>
		<pubDate>Wed, 14 Mar 2012 23:58:59 +0000</pubDate>
		<dc:creator>Adrien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[gufw]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ufw]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=46780</guid>
		<description><![CDATA[If you are using, or planning to use Linux, a good incentive is the relative security that is implemented by default. Linux systems are insensitive to a good majority of Windows and Mac OS viruses, and the GNU project in itself assures the authenticity of the software. However, every (paranoid)... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14&amp;title=How+to+Handle+And+Configure+Firewall+In+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14">How to Handle And Configure Firewall In Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-46776" title="firewall-logo" src="http://imagecdn.maketecheasier.com/2012/03/firewall-logo.jpg" alt="firewall-logo" />If you are using, or planning to use Linux, a good incentive is the relative security that is implemented by default. Linux systems are insensitive to a good majority of Windows and Mac OS viruses, and the GNU project in itself assures the authenticity of the software. However, <a href="http://maketecheasier.com/linux-do-you-really-need-anti-virus-software/2008/04/28" title="[Linux]: Do You Really Need Anti-Virus Software?">every (paranoid) geek knows that</a> there is no such thing as a completely protected system. Today, we will show you how to beef up your Linux security by making a few changes to your Firewall settings.<br />
<span id="more-46780"></span><br />
Instead of just reviewing <a title="Configure A Firewall Using Firestarter" href="http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29">Firewall software</a>,  I will focus more on the firewall settings, such as the rules and ports, as they stand for the basis of an efficient firewall.</p>
<p>The traditional program for a firewall in Linux is the command-based <a href="http://en.wikipedia.org/wiki/Iptables" target="_blank">IPTables</a>. Directly derived from the ideal of Unix, it is very powerful, and yet extremely complicated for a beginner. IPTables does not launch itself at the boot, so it is the user&#8217;s duty to configure the firewall in a script and run it right after the login. An easier option is to use UFW (Uncomplicated FireWall). UFW is a command-based firewall, but with a much simpler syntax. It launches itself at boot, and comes with the same security level as IPTables. An even easier way to bypass the command line altogether is to use gUFW &#8211; a graphical interface for UFW.</p>
<h2>Installation</h2>
<p>In Ubuntu, all you have to do is to use the command (you can also install via the Ubuntu Software Center):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> gufw</pre></div></div>

<h2>Configuration</h2>
<p>Run the gUFW application. You should be prompted with a nice gray window.</p>
<p><img class="size-full wp-image-46775 aligncenter" title="firewall-gufw" src="http://imagecdn.maketecheasier.com/2012/03/firewall-gufw.jpg" alt="firewall-gufw" /></p>
<p>To operate properly, gUFW needs the super-user&#8217;s rights, which means that in a terminal, you will be using the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> gufw</pre></div></div>

<p>If you launched it from the Application Menu, you can click the gold lock at the bottom right of the gUFW window and type your password to elevate the user permission.</p>
<p><img class="size-full wp-image-46779 aligncenter" title="firewall-unlock" src="http://imagecdn.maketecheasier.com/2012/03/firewall-unlock.jpg" alt="firewall-unlock" /></p>
<p>The window should come to life and you can now begin the configuration.</p>
<p>First, you want to activate the firewall by clicking on the bar next to &#8220;Status&#8221; so that &#8220;On&#8221; is displayed. You can then choose what you want to do with the incoming and the outgoing traffic. By default, the incoming is denied and the outgoing is authorized. This is a good basis, but in general with Linux, you want to use your full control to go further than the default. The configuration as it is now will prevent something from coming into your computer but will not stop your computer from communicating. Imagine that your computer is already infected or that a malware succeeds in going through the firewall. In this case, UFW will not stop him from communicating with the Internet and maybe from transmitting your data to an evil cracker.</p>
<p>I therefore advise you to apply drastic measures: deny everything &#8211; incoming and outgoing!</p>
<p><img class="size-full wp-image-46770 aligncenter" title="firewall-activated" src="http://imagecdn.maketecheasier.com/2012/03/firewall-activated.jpg" alt="firewall-activated" /></p>
<p>At this moment, you will find that you have cut yourself off from the Internet. By denying everything, you also deny any web traffic from coming in/out to your system. Worry not, we are going to set rules to only allow the applications you need and trust to access the web. Adding a rule is simple. You just have to click the &#8220;+&#8221; button at the bottom left of the window. Equally, the &#8220;-&#8221; button is to delete rule.</p>
<p>Now, click the &#8220;+&#8221; button. You should now be in front of a new dialog box with three tabs.</p>
<p><img class="size-full wp-image-46772 aligncenter" title="firewall-add_rule" src="http://imagecdn.maketecheasier.com/2012/03/firewall-add_rule.jpg" alt="firewall-add_rule" /></p>
<p>The &#8220;Preconfigured&#8221; tab is for creating some rules for defined and specific tasks, like for Skype or Transmission. It is the easy way to set rules quickly: decide what program or service you want to use from the list, if you allow incoming or outgoing, and the rules will add themselves.</p>
<p><img class="size-full wp-image-46774 aligncenter" title="firewall-applications" src="http://imagecdn.maketecheasier.com/2012/03/firewall-applications.jpg" alt="firewall-applications" /></p>
<p>For example, if you decide to allow in Skype connections, gUFW will allow incoming connections to port 443 using the TCP protocol.</p>
<p><img class="size-full wp-image-46778 aligncenter" title="firewall-skype" src="http://imagecdn.maketecheasier.com/2012/03/firewall-skype.jpg" alt="firewall-skype" /></p>
<p>As easy to use as this tab is, it is however incomplete. There is still a bunch of stuff that you cannot do without going into the &#8220;Simple&#8221; tab. I promise, we won&#8217;t go any further, no &#8220;Advanced&#8221; tab for today.</p>
<p><img class="size-full wp-image-46773 aligncenter" title="firewall-allow_simple" src="http://imagecdn.maketecheasier.com/2012/03/firewall-allow_simple.jpg" alt="firewall-allow_simple" /></p>
<p>This tab is not very complex to use. All you have to do for adding rules is to choose between incoming or outgoing connections, the protocol used, and the port number. I am not going to teach you the difference between UDP protocol or TCP, but instead, I will provide you a non-exhaustive list of ports that you may want to keep opened, and the reasons why.</p>
<h2>Non-exhaustive List Of Ports</h2>
<p>Outgoing connections:</p>
<ul>
<li>80/tcp for HTTP</li>
<li>53/udp for DNS</li>
<li>443/tcp for HTTPS (secured HTTP)</li>
<li>21/tcp for FTP (File Transfer Protocol)</li>
<li>465/tcp for SMTP (send emails)</li>
<li>25/tcp for Insecure SMTP</li>
<li>22/tcp for SSH (secure connection from computer to computer)</li>
<li>993/tcp&amp;udp for IMAP (receive emails)</li>
<li>143/tcp&amp;udp for Insecure IMAP</li>
<li>9418/tcp for GIT (version control system)</li>
</ul>
<p>Incoming connections:</p>
<ul>
<li>993/tcp&amp;udp for IMAP (receive emails)</li>
<li>143/tcp&amp;udp for Insecure IMAP</li>
<li>110/tcp for POP3 (old way to receive emails)</li>
<li>22/tcp for SSH (secure connection from computer to computer)</li>
<li>9418/tcp for GIT (version control system)</li>
</ul>
<p>Again, this list is incomplete, but it is a good start. Don&#8217;t hesitate to search if you have other needs, and check the &#8220;Preconfigured&#8221; tab first.</p>
<p>Some services, like IMAP, require an incoming and an outgoing connection to work properly. And in some cases, encrypted connections ask for a different port.</p>
<h2>Conclusion</h2>
<p>Now you are ready to perfectly control your own firewall and assure yourself your security. Lastly, UFW needs to be added to your daemons at boot. Use the command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> update-rc.d ufw defaults</pre></div></div>

<p>And in other distributions like Archlinux, edit your <em>/etc/rc.conf</em> file. It is of course better to add the UFW daemon before the daemon that establishes an Internet connection (like wicd or network-manager for example).</p>
<p>Do you use another firewall? Or do you have some other rules that you recommend? Please let us know in the comment.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29' title='How To Configure A Firewall In Linux Using Firestarter'>How To Configure A Firewall In Linux Using Firestarter</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/connect-to-a-vpn-in-ubuntu/2012/05/07' title='How to Connect to A VPN In Ubuntu [Quick Tips]'>How to Connect to A VPN In Ubuntu [Quick Tips]</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14&amp;title=How+to+Handle+And+Configure+Firewall+In+Linux&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14">How to Handle And Configure Firewall In Linux</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Configure A Firewall In Linux Using Firestarter</title>
		<link>http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29</link>
		<comments>http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29#comments</comments>
		<pubDate>Sun, 29 Mar 2009 13:38:51 +0000</pubDate>
		<dc:creator>Sharninder</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[firestarter]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[internet connection sharing]]></category>
		<category><![CDATA[ipfilter]]></category>
		<category><![CDATA[iptables]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=3720</guid>
		<description><![CDATA[Long back, when I was running a Windows only PC, a firewall utility was always among the first software that I used to install on a newly formatted machine. Along with an Antivirus, a firewall used to be considered a must for any Windows installation that was in any way... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29&amp;title=How+To+Configure+A+Firewall+In+Linux+Using+Firestarter&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29">How To Configure A Firewall In Linux Using Firestarter</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-3744" src="http://imagecdn.maketecheasier.com/2009/03/firestarter_logo.jpg" alt="Firestarter" width="212" height="38" />Long back, when I was running a Windows only PC, a firewall utility was always among the first software that I used to install on a newly formatted machine. Along with an Antivirus, a firewall used to be considered a must for any Windows installation that was in any way connected to the outside world.</p>
<p>Of course, times have changed now. I use Linux almost exclusively and rarely see the Windows login prompt. Most Linux distributions are far more secure than Windows, out of the box, but the threat is still there and having a good firewall protecting your computer is still a good idea.</p>
<p><span id="more-3720"></span>Almost all Linux distributions comes bundled with a firewall software known as <a href="http://en.wikipedia.org/wiki/Iptables" target="_blank">iptables</a>, which is a command line based software for configuring Firewall rules for all network traffic to and from the Linux kernel.</p>
<p>Being a command line tool, the syntax tends to be a bit cryptic and even, intimidating for the first time user. This is where Firestarter comes into the picture.</p>
<p>Firestarter is a graphical interface for the iptables firewall. To install Firestarter on Debian, which is the Linux distribution that I use, give the following command.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> firestarter</pre></div></div>

<p>And then launch firestarter using the <em>Applications -&gt; Internet</em> menu entry.</p>
<p>Instead of an intimidating interface, Firestarter uses a simple wizard to take new users through the steps necessary for configuring the firewall.</p>
<p><img class="aligncenter size-full wp-image-3745" src="http://imagecdn.maketecheasier.com/2009/03/firestarter_wiz1.jpg" alt="Firestarter wizard" width="450" height="232" /></p>
<p>The first step is to identify which network interface will the firewall listen to. This is usually the primary network interface of the machine which is connected to the Internet.</p>
<p><img class="aligncenter size-full wp-image-3746" src="http://imagecdn.maketecheasier.com/2009/03/firestarter_wiz2.jpg" alt="Firestarter Wizard" width="450" height="260" /></p>
<p>Next comes the part where the user is asked to chose wether the particular machine is used for sharing the Internet connection. Select the secondary network interface of the machine which is connected to the rest of the internel network, if this machine is also being used for sharing the internet connection.</p>
<p><img class="aligncenter size-full wp-image-3747" src="http://imagecdn.maketecheasier.com/2009/03/firestarter_wiz3.jpg" alt="Firestarter wizard" width="450" height="229" /></p>
<p>That&#8217;s it. The firewall is ready to be deployed.</p>
<p><img class="aligncenter size-full wp-image-3748" src="http://imagecdn.maketecheasier.com/2009/03/firestarter_wiz4.jpg" alt="Firestarter wizard" width="450" height="174" /></p>
<p>Click on the <em>Save</em> button and you will see the Firewall status window. This is where you can see current statistics about your newly created firewall and also tweak the rules even more if you so desire.</p>
<p><img class="aligncenter size-full wp-image-3750" src="http://imagecdn.maketecheasier.com/2009/03/firestarter.jpg" alt="firestarter" width="280" height="350" /></p>
<p>By default, this firewall is fairly restrictive but if, for example, you want to create a rule that only your friend should be able to remotely access this machine, then you can add a policy to whitelist your friend&#8217;s IP address.</p>
<p><img class="aligncenter size-full wp-image-3751" src="http://imagecdn.maketecheasier.com/2009/03/firestarter_policy.jpg" alt="Firestarter edit policy" width="365" height="420" /></p>
<p>Firestarter is, in my opinion, a very simple and easy to use utility to configure and manage the iptables firewall, both for the novice and the experienced user.</p>
<p>Do you use any other firewall software on Linux ? Let us know in the comments?</p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/handle-configure-firewall-in-linux/2012/03/14' title='How to Handle And Configure Firewall In Linux'>How to Handle And Configure Firewall In Linux</a></li>
<li><a href='http://maketecheasier.com/geogebra-for-dynamic-geometry-on-linux/2012/05/24' title='GeoGebra, For Dynamic Geometry On Linux'>GeoGebra, For Dynamic Geometry On Linux</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/geary-a-simple-email-client-for-linux-that-supports-threaded-conversation/2012/05/21' title='Geary: A Simple Email Client For Linux That Supports Threaded Conversation'>Geary: A Simple Email Client For Linux That Supports Threaded Conversation</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29&amp;title=How+To+Configure+A+Firewall+In+Linux+Using+Firestarter&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29">How To Configure A Firewall In Linux Using Firestarter</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/configure-a-firewall-in-linux-using-firestarter/2009/03/29/feed</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 16:43:58 -->
