LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-24-2006, 06:52 PM   #1
adds2one
Member
 
Registered: Aug 2005
Location: Vancouver, BC
Distribution: Ubuntu 6.06
Posts: 154

Rep: Reputation: 30
Security for Slack...


On my Windoze machine I use Norton Internet Security. Wondering what people reccomend for a Slackware system?
 
Old 01-24-2006, 07:06 PM   #2
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
see: http://wiki.linuxquestions.org/wiki/...ewall_software
 
Old 01-24-2006, 11:06 PM   #3
win32sux
LQ Guru
 
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870

Rep: Reputation: 380Reputation: 380Reputation: 380Reputation: 380
also, if you wanna recompile yourself a hardened kernel, take a look at the grsecurity patch:

http://www.grsecurity.net/
 
Old 01-25-2006, 01:59 PM   #4
adds2one
Member
 
Registered: Aug 2005
Location: Vancouver, BC
Distribution: Ubuntu 6.06
Posts: 154

Original Poster
Rep: Reputation: 30
Thanks for the links. There are a lot of options! I use Fluxbox as my window manager. Can anyone reccomend a particular app? or plus and minus of using a script/console app or a gui app?
 
Old 01-26-2006, 01:40 AM   #5
jens
Senior Member
 
Registered: May 2004
Location: Belgium
Distribution: Debian, Slackware, Fedora
Posts: 1,465

Rep: Reputation: 299Reputation: 299Reputation: 299
If it's for a desktop system, i guess you'll prefer a GUI app.
Since I never had any security problems with slack, I can't really tell wich one is better. I'm using Firestarter(very easy and complete enough for me) myself, mainly cause "www.linuxpackages.net" has binaries for it.

Firestarter:
http://www.linuxpackages.net/pkg_details.php?id=8057

They also have a package for Guarddog(even more easy, but not really my thing).

If you're unsure, using a binary might be the easiest way to start(and remove if you don't like it)...
 
Old 01-26-2006, 04:22 PM   #6
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
take a look at http://www.oldskoolphreak.com/tfiles/hack/slack_sec.txt titled Basic Slackware Security. Dl'able book SimplyLinux by jetzblack has SW10 install/config articles discussing securing your slack system. have fun.
 
Old 01-27-2006, 07:39 PM   #7
Grook93
LQ Newbie
 
Registered: Jan 2006
Posts: 15

Rep: Reputation: 0
Guarddog work's for me.
 
Old 01-27-2006, 11:40 PM   #8
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
What specifically are you looking for when you say "Internet Security?" Are you looking for a virus scanner? Pop-up blocker? Firewall? There are -so- many options available for most of these (the ones that are needed in any case) that searching the Software forum will point you in popular directions.

Personally though, I use ...
Virus Scanner -- N/A (Not needed in linux; see many threads on the subject)
Pop-up Blocker -- Firefox works fine enough for me
Firewall -- iptables (which is a whole discussion in itself)
 
Old 01-28-2006, 02:16 PM   #9
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
http://www.clamav.net/ can be tried.
 
Old 02-03-2006, 11:15 PM   #10
Grook93
LQ Newbie
 
Registered: Jan 2006
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by Poetics
Virus Scanner -- N/A (Not needed in linux; see many threads on the subject)
With all due respect, I think your comment was a little irresponsible.

http://www.desktoplinux.com/articles/AT3307459975.html

Viruses are a reality in a Linux enviroment. Although unlikely, infection is still a possibility. Adds2one also mentioned a Windows machine, if Adds is running Samba (sharing file's between Windows and Linux) it's probably a good idea to get some extra virus protection up and running.

Quote:
Originally Posted by adds2one
Thanks for the links. There are a lot of options! I use Fluxbox as my window manager. Can anyone reccomend a particular app? or plus and minus of using a script/console app or a gui app?
If you want to stick with the console, you should probably just stick with iptables.

http://iptables-tutorial.frozentux.n...-tutorial.html

If you want a good G.U.I. firewall application, Firestarter and Guarddog are probably your best bet.

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

Someone already posted the Firestarter link.

As far as antivirus goes, clamav (which someone else already mentioned) works really well.

You should also think about rootkit's. I personally prefer rkhunter over chkrootkit, but I'm currently using both.

http://en.wikipedia.org/wiki/Rootkit

http://www.rootkit.nl/

http://www.chkrootkit.org/

Last edited by Grook93; 02-03-2006 at 11:17 PM.
 
Old 02-04-2006, 12:49 AM   #11
mdarby
Member
 
Registered: Nov 2004
Location: Columbus, Ohio
Distribution: Slackware-Current / Debian
Posts: 795

Rep: Reputation: 30
I use clamav to scan Samba shares; otherwise I try to be wise about how services are running.
Disable keyboard authentication for SSHd (public keys are the bees knees), and enabling SSL/TLS for everything that will support it.
 
Old 02-04-2006, 05:17 AM   #12
grautu
Member
 
Registered: Jul 2005
Posts: 142

Rep: Reputation: 15
I'm using shorewall (because of some side effects of the former firewall guarddog); it successfully passed a thorough firewall test.
 
Old 02-04-2006, 06:55 PM   #13
tuubaaku
Member
 
Registered: Oct 2004
Distribution: Slackware, Mint
Posts: 122

Rep: Reputation: 16
Quote:
Originally Posted by Grook93
With all due respect, I think your comment was a little irresponsible.

http://www.desktoplinux.com/articles/AT3307459975.html

Viruses are a reality in a Linux enviroment. Although unlikely, infection is still a possibility. Adds2one also mentioned a Windows machine, if Adds is running Samba (sharing file's between Windows and Linux) it's probably a good idea to get some extra virus protection up and running.
Just a couple thoughts to consider about that article: 1) It was coming straight from someone with a definite interest in more people using antivirus solutions. 2) He still pretty much said that viruses don't really affect Linux. The biggest problem he was talking about was viruses being passed along to Windows - so that would still be a Windows problem.

I'm not saying that Linux users would never have to use an antivirus program, but it's not necessarily as big a need as that article made it out to be.
 
Old 02-07-2006, 02:20 AM   #14
Grook93
LQ Newbie
 
Registered: Jan 2006
Posts: 15

Rep: Reputation: 0
Quote:
Originally Posted by tuubaaku
I'm not saying that Linux users would never have to use an antivirus program, but it's not necessarily as big a need as that article made it out to be.
Quote:
Originally Posted by Grook93
Although unlikely, infection is still a possibility. Adds2one also mentioned a Windows machine, if Adds is running Samba (sharing file's between Windows and Linux) it's probably a good idea to get some extra virus protection up and running.
I couldn't have said it better myself... In regard's to the article there are hundred's out there like it, I blindly picked one from a Google search. Linux and UNIX user's aren't invulnerable to attack. In fact, as more and more people start using Linux the security problems with Linux will become more prevalent.

Also, it's not a Windows problem, in reality it would become adds problem...
 
Old 02-07-2006, 07:32 AM   #15
satinet
Senior Member
 
Registered: Feb 2004
Location: England
Distribution: Slackware 14.2
Posts: 1,492

Rep: Reputation: 50
I agree with the poster above -

something i think you should note is that windows viruses can reside on your linux box. of course they don't do anything, but you need to be careful of unwittingly passing these onto windoze users. Unless you want to teach them a lesson :-)

but seriously you don't want to be giving friends problems. run clam av if you are in any doubt...
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[Security Questions] Last Login, how good is this feature for security breach info? t3gah Linux - Security 2 06-14-2005 01:02 AM
Tweaking Slack security moger Slackware 6 06-27-2004 09:35 AM
how to set security options in Slack 9.1 Nappa Slackware 1 01-15-2004 06:18 AM
This is an security concern? Then why is it defualt in Slack 8.1? Tarts Slackware 2 08-20-2003 11:06 PM
Slack 9 firewall/security? Manx_UK Slackware 10 06-06-2003 04:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:59 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