LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 08-24-2004, 09:30 PM   #1
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Rep: Reputation: 30
How to Install GuardDog?


I had downloaded GuardDog and I extracted them and I do not know which extracted files to install it with. Theres a lot like Makefile, conf, Intsall.sh, or something like that.

What is the install proceedure? Im assuming its a command type install.

Thanks
 
Old 08-24-2004, 09:51 PM   #2
SocialEngineer
Member
 
Registered: May 2003
Distribution: Slackware
Posts: 236

Rep: Reputation: 31
I would guess, from your description, that it is just your basic linux software install.

Type the following commands in the directory you extracted the files to (from a terminal window):

./configure

If it gives you some errors saying you are missing packages, you'll need to download the ones it specifies. Just hit freshmeat and do a search for whatever.

Then, once ./configure runs without errors, do the following

make (this compiles the software)

su (to go to root user)
type in your password for root

make install (to move the binaries to where they are supposed to go)

You'll do that a lot probably, unless you can find mandrake RPMs for whatever software you are trying to install (assuming you are using Mandrake - I'm guessing so from your sig).
 
Old 08-24-2004, 10:23 PM   #3
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
Theres Guarddog2 and Guarddog3.

Should I extract then both? I typed in
./configure and came up with No such directory or file


Last edited by unixfreak; 08-24-2004 at 10:26 PM.
 
Old 08-24-2004, 11:05 PM   #4
SocialEngineer
Member
 
Registered: May 2003
Distribution: Slackware
Posts: 236

Rep: Reputation: 31
Ok, let me ask this.. What kind of file did it come in? Was it a .tar.gz, a .tar.bz2, or a .rpm (or something else)?

Look for a file titled "INSTALL" and open it in your favorite text editor.
 
Old 08-25-2004, 01:52 AM   #5
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
tar.gz
 
Old 08-25-2004, 08:18 AM   #6
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
You can get a Mandrake rpm for Guarddog and install it that way. That's what I did. I use Mandrake 9.2.

Guarddog is one of my most valuable applications. Without it, I wouldn't have a good firewall. I don't have time or inclination to master iptables--I cannot devote my entire life to computer study. With Guarddog, setting up a firewall that gives me a perfect "stealth" status on Gibson Research's "Shields Up" test took only five or ten minutes.
 
Old 08-25-2004, 06:49 PM   #7
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
Im really confused. I went here:

http://www.simonzone.com/software/guidedog/

I see the rpm file to download but its not a clickable link. And im using Mandrake 9.1.

Last edited by unixfreak; 08-25-2004 at 06:52 PM.
 
Old 08-25-2004, 06:57 PM   #8
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
I just installed the link below:

1.0.0 RPM: guidedog-1.0.0-1mdk.i586.rpm ~129Kb

But it has only Read Only because I went to Find Files and it was listed as Read Only. How could I resolve this?

Ok, I got it to Open under the Find Files List.

But under the Advanced Config Window of Guarddog, what should I do to STEALTH ALL my ports without loosing my ability to view webpages??? Or Email??

But why is it Read Only????

Last edited by unixfreak; 08-25-2004 at 07:03 PM.
 
Old 08-25-2004, 07:13 PM   #9
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 69
Guidedog is the routing/NAT implementation, I don't believe it is designed for packet filtering (firewalling). In fact the guidedog intro says it is designed to work alongside Guarddog, which is the firewal configuration utility.
 
Old 08-25-2004, 07:16 PM   #10
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 69
Here's a link for a Mandrake rpm of guarddog:

http://www.rpmfind.net/linux/rpm2htm...mit=Search+...
 
Old 08-25-2004, 07:21 PM   #11
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
And one note about Linux. I thought Linux was a secure Operating System and stable too. How come we have to have a Firewall installed???


Anyway, After downloading, where should I install the file to??? And how?

I could see the file locates in my Home directory called:
guarddog -21.0-1.i386.rpm

Also, how could I configure Guarddog to stealth all my ports and be able to view webpages??? I want the Common Ports to be stealthed on www.grc.com, with the ability to open up webpages. How could I set this up in Guarddog? Thats all I want to know.

Thats it.


Last edited by unixfreak; 08-25-2004 at 07:33 PM.
 
Old 08-25-2004, 07:35 PM   #12
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 69
RPM will install the files where ever they need to go. Just do:

Code:
login as root
cd into the same directory as the rpm file
use ls to make sure it's there.
rpm -ivh guardog.xxx-xx.rpm (replace x's with whatever the rpm is named)
Post any errors that you get. You can do whatever you want with the rpm once it's installed. Delete it if you like.

I don't use guarddog, so for specifics on configuring guarddog read the documentation:
http://www.simonzone.com/software/gu...tutorial-basic
 
Old 08-25-2004, 07:43 PM   #13
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
Im totally sorry but when I open up xterm or whatever, how do I install or type the command?

The file located in the directory is this In /home/myusername/ )
guarddog -21.0-1.i386.rpm

Or, should I just click on it and hit YES to install?? But if I do that, how do I know where to open up Guarddog??

So, how would I do in Xtern ?

Last edited by unixfreak; 08-25-2004 at 07:47 PM.
 
Old 08-25-2004, 07:55 PM   #14
unixfreak
Member
 
Registered: Jul 2004
Distribution: Linux 2.4.21-0.13mdk, W2K
Posts: 412

Original Poster
Rep: Reputation: 30
I clicked on the file and the following error messages:

libGLcore.so.l is needed by guarddog-2.1.0-1

libpng.so.2 is needed by guarddog-2.1.0-1
 
Old 08-25-2004, 08:10 PM   #15
Capt_Caveman
Senior Member
 
Registered: Mar 2003
Distribution: Fedora
Posts: 3,658

Rep: Reputation: 69
Welcome to dependency hell. You'll need to install those first. They're likely on your Mandrake installlation disks. Insert Mandrake install disks and look for those rpms (I'm not sure which disk they'll be on). You can click those as well to install.

btw, why didn't you download the Mandrake-specific version. There are a bunch of different versions in that link and all but one are specifically designed for Mandrake. I think you'll be better off with the guaddog-2.2..0-1mdk.i586.rpm
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Guarddog install error satshen Linux - Newbie 2 11-14-2005 07:29 AM
Guarddog N|k0N Slackware 5 09-15-2004 05:51 PM
Guarddog and 2.6.0 powadha Slackware 2 01-09-2004 12:10 PM
Guarddog help leeach Mandriva 3 10-02-2003 04:02 PM
guarddog shadow Linux - General 1 07-08-2003 04:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 04:37 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration