<?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: Firestarter Firewall for your Ubuntu Desktop</title>
	<atom:link href="http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html</link>
	<description>Ubuntu Linux Tutorials,Howtos,Tips &#38; News &#124; Oneiric,Natty,Maverick</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PeterPac</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-10349</link>
		<dc:creator>PeterPac</dc:creator>
		<pubDate>Thu, 25 Jun 2009 01:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-10349</guid>
		<description>For one if this Firewall is going to be supported or used in Ubuntu than it should be configured to auto start with boot in the installation of Firestarter.  

Relating all to users in previous posts and than having new users reading the posts will do nothing but totally confuse them.  Even Linux operating systems need a firewall but having a firewall which requires a user to start it each time they boot or reboot is inane.  I use both openSUSE and Ubuntu and openSUSE installs a firewall on installation of the operating system so why cannot Ubuntu do this?  What good is Firestarter if it does not install with a auto start up at boot??</description>
		<content:encoded><![CDATA[<p>For one if this Firewall is going to be supported or used in Ubuntu than it should be configured to auto start with boot in the installation of Firestarter.  </p>
<p>Relating all to users in previous posts and than having new users reading the posts will do nothing but totally confuse them.  Even Linux operating systems need a firewall but having a firewall which requires a user to start it each time they boot or reboot is inane.  I use both openSUSE and Ubuntu and openSUSE installs a firewall on installation of the operating system so why cannot Ubuntu do this?  What good is Firestarter if it does not install with a auto start up at boot??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ståhle</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-5093</link>
		<dc:creator>John Ståhle</dc:creator>
		<pubDate>Fri, 02 Jan 2009 00:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-5093</guid>
		<description>I should have added that the following simple script:

fileName=$(ifconfig -v ppp0 &#124;grep &quot;inet addr&quot; &#124;cut -d: -f 2 &#124;cut -c 1-15 )
touch /home/zapper/Desktop/$fileName

adds a file named by my ip-address to the desktop on UBUNTU 8.0.4.</description>
		<content:encoded><![CDATA[<p>I should have added that the following simple script:</p>
<p>fileName=$(ifconfig -v ppp0 |grep &#8220;inet addr&#8221; |cut -d: -f 2 |cut -c 1-15 )<br />
touch /home/zapper/Desktop/$fileName</p>
<p>adds a file named by my ip-address to the desktop on UBUNTU 8.0.4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Ståhle</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-5092</link>
		<dc:creator>John Ståhle</dc:creator>
		<pubDate>Fri, 02 Jan 2009 00:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-5092</guid>
		<description>Firestarter won&#039;t start when I use a ppp0 to GPRS connection, which is my only alternative here in the Andes mountains. I am not happy with an open connection and no firewall.

Errmsg: &quot;Failed to start the firewall
The device ppp0 os not ready.&quot;

Does Firestarter use netmanager, which has a known bu re. ppp0?

Is there a work-around?</description>
		<content:encoded><![CDATA[<p>Firestarter won&#8217;t start when I use a ppp0 to GPRS connection, which is my only alternative here in the Andes mountains. I am not happy with an open connection and no firewall.</p>
<p>Errmsg: &#8220;Failed to start the firewall<br />
The device ppp0 os not ready.&#8221;</p>
<p>Does Firestarter use netmanager, which has a known bu re. ppp0?</p>
<p>Is there a work-around?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-68</link>
		<dc:creator>john</dc:creator>
		<pubDate>Sat, 19 Apr 2008 17:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-68</guid>
		<description>try doing this:

export EDITOR=gedit &amp;&amp; sudo visudo

Now you need to add the following line in /etc/sudoers file

#ruchi ALL= NOPASSWD: /usr/sbin/firestarter

Replace &quot;ruchi&quot; by your the name of the user or the group which can use sudo and do the modification.

Now you can test this using the following procedure

sudo - K

gksu /usr/sbin/firestarter

When it try to open it should not prompt for password

but i’m still prompted for the password.
(this worked for me)</description>
		<content:encoded><![CDATA[<p>try doing this:</p>
<p>export EDITOR=gedit &amp;&amp; sudo visudo</p>
<p>Now you need to add the following line in /etc/sudoers file</p>
<p>#ruchi ALL= NOPASSWD: /usr/sbin/firestarter</p>
<p>Replace &#8220;ruchi&#8221; by your the name of the user or the group which can use sudo and do the modification.</p>
<p>Now you can test this using the following procedure</p>
<p>sudo - K</p>
<p>gksu /usr/sbin/firestarter</p>
<p>When it try to open it should not prompt for password</p>
<p>but i’m still prompted for the password.<br />
(this worked for me)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Par Kurlberg</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-67</link>
		<dc:creator>Par Kurlberg</dc:creator>
		<pubDate>Sun, 19 Aug 2007 19:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-67</guid>
		<description>I hope the following might be of interest:

I just installed feisty on a box, installed firestarter, ran the gui and added some stuff to be blocked etc and I clicked the &quot;ip address is assigned via dhcp&quot;.  The firewall works fine until I reboot - after reboot there is no protection at all.

Now, it seems like firestarter created a file

/etc/dhclient-exit-hooks

just containing just the line

sh /etc/init.d/firestarter start

However, it seems like ubuntu is configured to look for this file in /etc/dhcp3 (I&#039;m not quite sure about this) *or* to look for executables in /etc/dhcp3/dhclient-exit-hooks.d/ (I think it will run them all after dhclient obtains an ip.)

Anyway, here is a FIX to get a persistent (firestarter configured) firewall to be activated after reboot (i.e., when getting ip via dhcp):

Rename

/etc/dhclient-exit-hooks

to

/etc/dhcp3/dhclient-exit-hooks.d/firestarter

and then make it executable (using chmod +x).

Is this is a bug in ubuntu?</description>
		<content:encoded><![CDATA[<p>I hope the following might be of interest:</p>
<p>I just installed feisty on a box, installed firestarter, ran the gui and added some stuff to be blocked etc and I clicked the &#8220;ip address is assigned via dhcp&#8221;.  The firewall works fine until I reboot - after reboot there is no protection at all.</p>
<p>Now, it seems like firestarter created a file</p>
<p>/etc/dhclient-exit-hooks</p>
<p>just containing just the line</p>
<p>sh /etc/init.d/firestarter start</p>
<p>However, it seems like ubuntu is configured to look for this file in /etc/dhcp3 (I&#8217;m not quite sure about this) *or* to look for executables in /etc/dhcp3/dhclient-exit-hooks.d/ (I think it will run them all after dhclient obtains an ip.)</p>
<p>Anyway, here is a FIX to get a persistent (firestarter configured) firewall to be activated after reboot (i.e., when getting ip via dhcp):</p>
<p>Rename</p>
<p>/etc/dhclient-exit-hooks</p>
<p>to</p>
<p>/etc/dhcp3/dhclient-exit-hooks.d/firestarter</p>
<p>and then make it executable (using chmod +x).</p>
<p>Is this is a bug in ubuntu?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: diego</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-66</link>
		<dc:creator>diego</dc:creator>
		<pubDate>Sat, 19 May 2007 02:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-66</guid>
		<description>There seems to be a bug in /etc/sudoers. Use this link, it worked for me.

http://www.howtoadvice.com/AutoFirestarter/</description>
		<content:encoded><![CDATA[<p>There seems to be a bug in /etc/sudoers. Use this link, it worked for me.</p>
<p><a href="http://www.howtoadvice.com/AutoFirestarter/" rel="nofollow">http://www.howtoadvice.com/AutoFirestarter/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-65</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sun, 13 May 2007 01:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-65</guid>
		<description>Xlib: connection to &quot;:0.0&quot; refused by server
Xlib: No protocol specified


(firestarter:24387): Gtk-WARNING **: cannot open display:</description>
		<content:encoded><![CDATA[<p>Xlib: connection to &#8220;:0.0&#8243; refused by server<br />
Xlib: No protocol specified</p>
<p>(firestarter:24387): Gtk-WARNING **: cannot open display:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-64</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Sun, 13 May 2007 01:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-64</guid>
		<description>i tried doing this:
&lt;code&gt;
export EDITOR=gedit &amp;&amp; sudo visudo

Now you need to add the following line in /etc/sudoers file

%ruchi ALL= NOPASSWD: /usr/sbin/firestarter

Replace %ruchi by your the name of the user or the group which can use sudo and do the modification.

Now you can test this using the following procedure

sudo - K

sudo /usr/sbin/firestarter

When it try to open it should not prompt for password
&lt;/code&gt;
but i&#039;m still prompted for the password.</description>
		<content:encoded><![CDATA[<p>i tried doing this:<br />
<code><br />
export EDITOR=gedit &amp;&amp; sudo visudo</p>
<p>Now you need to add the following line in /etc/sudoers file</p>
<p>%ruchi ALL= NOPASSWD: /usr/sbin/firestarter</p>
<p>Replace %ruchi by your the name of the user or the group which can use sudo and do the modification.</p>
<p>Now you can test this using the following procedure</p>
<p>sudo - K</p>
<p>sudo /usr/sbin/firestarter</p>
<p>When it try to open it should not prompt for password<br />
</code><br />
but i&#8217;m still prompted for the password.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-63</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Mon, 23 Apr 2007 13:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-63</guid>
		<description>Try this as your session command:
&lt;code&gt;gksu /usr/sbin/firestarter&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Try this as your session command:<br />
<code>gksu /usr/sbin/firestarter</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duaux</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-62</link>
		<dc:creator>duaux</dc:creator>
		<pubDate>Fri, 26 Jan 2007 21:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-62</guid>
		<description>BTW, Admin, I think you are running a fantastic site!

Keep up the good work. =)</description>
		<content:encoded><![CDATA[<p>BTW, Admin, I think you are running a fantastic site!</p>
<p>Keep up the good work. =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: duaux</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-61</link>
		<dc:creator>duaux</dc:creator>
		<pubDate>Fri, 26 Jan 2007 21:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-61</guid>
		<description>From my understanding firestarter should start up as a service no?</description>
		<content:encoded><![CDATA[<p>From my understanding firestarter should start up as a service no?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hector</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-60</link>
		<dc:creator>Hector</dc:creator>
		<pubDate>Sun, 21 Jan 2007 17:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-60</guid>
		<description>I was trying as root. Just tried to run it as normal user, without the sudo, and now a popup tells me I must have administrative privileges...

Another question is, can I make firestarter run at boot for all users of my pc, even if they&#039;re not in the admin group?

All hints and ideas appreciated.</description>
		<content:encoded><![CDATA[<p>I was trying as root. Just tried to run it as normal user, without the sudo, and now a popup tells me I must have administrative privileges&#8230;</p>
<p>Another question is, can I make firestarter run at boot for all users of my pc, even if they&#8217;re not in the admin group?</p>
<p>All hints and ideas appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-59</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 21 Jan 2007 11:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-59</guid>
		<description>are you trying to run this program as normal user or root

sometimes if you are trying to run as root you will get this error.</description>
		<content:encoded><![CDATA[<p>are you trying to run this program as normal user or root</p>
<p>sometimes if you are trying to run as root you will get this error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hector</title>
		<link>http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html/comment-page-1#comment-58</link>
		<dc:creator>hector</dc:creator>
		<pubDate>Sun, 21 Jan 2007 01:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.ubuntugeek.com/firestarter-firewall-for-your-ubuntu-desktop.html#comment-58</guid>
		<description>I&#039;ve search all over the ubuntu forums and search engines for the way to start firestarter at boot, all with identical instructions, but right after editing the /etc/sudoers file, and testing it, I get this message in the terminal:

Xlib: connection to &quot;:0.0&quot; refused by server
Xlib: No protocol specified


(firestarter:5803): Gtk-WARNING **: cannot open display:

the numbers after &quot;firestarter:&quot; change at random when trying it again, still I don&#039;t know what that means. Any ideas to get this working?

I&#039;m using ubuntu edgy and firestarter 1.0.3</description>
		<content:encoded><![CDATA[<p>I&#8217;ve search all over the ubuntu forums and search engines for the way to start firestarter at boot, all with identical instructions, but right after editing the /etc/sudoers file, and testing it, I get this message in the terminal:</p>
<p>Xlib: connection to &#8220;:0.0&#8243; refused by server<br />
Xlib: No protocol specified</p>
<p>(firestarter:5803): Gtk-WARNING **: cannot open display:</p>
<p>the numbers after &#8220;firestarter:&#8221; change at random when trying it again, still I don&#8217;t know what that means. Any ideas to get this working?</p>
<p>I&#8217;m using ubuntu edgy and firestarter 1.0.3</p>
]]></content:encoded>
	</item>
</channel>
</rss>

