Results 1 to 10 of 11
I just recently installed firestater, and would like to know how to go about Un-installing it.
Rumor has it that Guard dog is a better firewall more user friendly, and ...
- 08-08-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
Need help with firewall please
I just recently installed firestater, and would like to know how to go about Un-installing it.
Rumor has it that Guard dog is a better firewall more user friendly, and has more options then firestarter, so I'd like to see if that rumor is true and give guard dog a try (only If guard dog is apt-get able), The only problem is that I don't know if having two firewalls will conflict with one another or hog resources, also, I don't know the command to Un-install Firestarter as well as all the extras that may have came with it. (I am using Sarge, Debian the latest release stable.)
Any info on how to Un- install firestarter will be appreciated
- 08-08-2005 #2Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
apt-get remove firestarter (or whatever its package name is) should uninstall it
- 08-08-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
Thanks !
I'm somewhat new to Linux and hate doing anything as root without knowing exactly what I am doing
- 08-08-2005 #4Linux Newbie
- Join Date
- May 2005
- Posts
- 222
You can apt-get guarddog, I'm running guarddog right now.
- 08-08-2005 #5Linux Newbie
- Join Date
- Jul 2005
- Location
- Turn Around
- Posts
- 202
np man. i'm also quite new, so it feels good to be able to help. apt-get remove will work for any package you have apt-getted
Originally Posted by tarbz
- 08-08-2005 #6Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
if you don't have a (web)server, there is no need for a firewall,
just shut down all services you don't *really* need.
prevent inetd from starting up and you are almost done (in case of a desktop system)
how do you think they can get into my machine?
all ports are closed without a firewallCode:alain@camulos:~]$ nmap localhost Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2005-08-08 19:08 CEST All 1663 scanned ports on camulos (127.0.0.1) are: closed Nmap finished: 1 IP address (1 host up) scanned in 0.151 seconds

and if you really need a firewall, check this site out:
http://easyfwgen.morizot.net/gen/
- 08-09-2005 #7Just Joined!
- Join Date
- Aug 2005
- Posts
- 4
Hi everybody thanks for the replies. Fire stater was much easier to set up then guard dog. Guard dog isn't displayed in control panel, the only way I can access Guard dog is to type "guarddog" into the run menu. After typing guard dog into the run command a message came up saying : Since you do not have super user privileges guard dog is running with a reduced functionality firewall scripts maybe be imported/exported but the systems firewall setting may not be changed. unquote
I tried to reboot the pc thinking that a guard dog icon would show up in the applications menu but it didn't. (maybe guard dog doesn't work with Gnome)... I don't know what else to make of that error message.
When I hit the help menu a message came up saying : could not launch KDE help center "I'm using gnome." For some reason or another guard dog will not show up in the application menu or allow me to configure the firewall. If all else fails I'm going to either go back to fire starter or figure out how to use the script Alain suggested.
Update: I just now clicked on the link that Alain posted, then after I did, an error massage came back saying page not found and I was not able to gain access to the Internet. I had no other choice but to open the terminal and type apt-get remove guarddog (It's a good thing I came here and asked how to remove fire- stater or I'd never known how to remove guard dog). The pc booted back on the Internet after guard dog was Un- installed. Should I install fire starter again or give guard dog another chance at least fire starter logs what is coming in and out Guard dog I'm not so sure of.
- 08-09-2005 #8Linux Newbie
- Join Date
- Dec 2003
- Location
- Netherlands
- Posts
- 193
why not make a own firewall script:
You will learn alot more:
Take a peek on: NetfilterComputers Are Like Air Conditioners... They\'re both useless with Windows open!
- 08-10-2005 #9Just Joined!
- Join Date
- Jul 2005
- Location
- New Hampshire, USA
- Posts
- 17
Oh, the reason you couldn't get onto the internet after installing Guarddog is because you have to actually go into it and enable the internet once you install it. I couldn't start it correctly from the command line either, but I did find it on my menu options and it asked for my root password. When you first start it, go into the Guarddog help menu and read their very short and simple tutorial. It will tell you how to enable the features you want.
A good place to go and check if the firewall is working right is: www.grc.com, then go to the Firewall Leak test.
By the way (in response to one of the replies on here), I think that everyone connected to the internet SHOULD have a firewall on, especially if you are on DSL or cable.
- 08-10-2005 #10Linux Newbie
- Join Date
- Jul 2005
- Location
- ~/home
- Posts
- 105
Why do you need a firewall?
Obvious to close any open ports,
but if there are no open ports, there is no need for a firewall to close them
And if you block pings to be "stealted", there are other ways to find out if your computer is "up"
Try nmap, and read carefully the man page.
Here are some pieces of the pageAnd like I said before,Code:These advanced scans, on the other hand, may be able to pass through unmolested Do not try to ping hosts at all before scanning them. This allows the scanning of networks that don't allow ICMP echo requests
you can hack/crack a firewall.
But you can't hack/crack a service witch isn't running.


Reply With Quote
