PDA

View Full Version : Can't get to this site in Linux



rrfish72
08-01-2004, 05:45 AM
After I went to the klik site and installed guarddog I could not get back into this site. Now I'm in win.... and have to keep switching to post and check for answers. Any suggestions on how to fix that minor problem?

Cuddles
08-02-2004, 02:23 PM
Check the HELP for GuardDog - since you set up a firewall program to "protect" your computer to the internet / intranet, you need to "open" a few paths for you to get out with...

Use a root window, and type "guarddog" - if you haven't set it up, you will be prompted for selections... While in the interface for GuardDog, check the "help" for it, and follow the steps for "Quick Install", or maybe its something like "Basic Install / Setup" -=- it will walk you through setting "simple" protections, and allowing your computer to "get to the outside world"...

I have Knoppix, and GuardDog, and I'm getting out to Knoppix.net fine - so, its possible for you to do the same, all I did was follow the help screens in GuardDog....

Good Luck, and hope this helps,
Ms. Cuddles

rrfish72
08-03-2004, 01:10 AM
Thank you very much. That helped and fixed the problem temporarily. Now after messing with guarddog I just want it off my machine. How does one remove an application?

Cuddles
08-03-2004, 06:21 AM
Well,

If you were in Windows - you would look for the "uninstall" program - or - in some cases the install program realizes that you already installed it ( as in M$ Office 2000 ) and changes to a "update or remove" switch...

But, since we are in Linux - hopefully you used apt-get install guarddog" -=- in which case you would do the following to remove it -=- apt-get remove --purge guarddog -=- replace the "install" for remove, and if you want the uninstall to remove its files that it created, use the "--purge" option...

Cases when you would use the "purge", and when you wouldn't:
use purge when you want to completely remove the stated program...
don't use purge if you intend to turn right around and re-install - this would keep your config files unchanged, so that after you re-install, the configs would be remaining...

Hope this helps,
Ms. Cuddles

rrfish72
08-04-2004, 01:36 AM
I still can't get to this site in Linux. I've tried several times to configure guarddog. Now I can't remove it from my system(linux). When I try the apt-get --purge remove guarddog it said it does not exist.

Durand Hicks
08-04-2004, 03:00 PM
You're stuck. Basically, the minute you installed guarddog (or ran it for the first time), it changed the iptable rules so that it blocked everything by default. If you still have the .deb file for guarddog in /var/apt/cache/archives, reinstall it as root with:
dpkg -i guarddog-version#_i386.deb replacing the words version# with the actual version # of the deb package. That will reinstall it. Then you need to run guarddog as root and put a checkmark in dns for the internet zone. Click apply and you should be able to get out in the internet. You may need/want to open additional holes in the firewall, depending on your needs. Additionally, you might also need to enable dhcp for all of the interfaces in the firewall so that your nic(s) can pull an ip address and get you started, networking-wise. If you can't reinstall guarddog, you're basically stuck until you can figure out how to write your iptable rules manually to open the same holes that guarddog closed.

HTH,

Durand