<?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; firestarter</title>
	<atom:link href="http://maketecheasier.com/tag/firestarter/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Sun, 12 Feb 2012 15:58:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<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 connected to the outside world. [...]<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--></p>
<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>

