+ Reply to Thread
Results 1 to 18 of 18
  1. #1
    Senior Member
    Join Date
    Oct 2001
    Posts
    881

    software firewall for linux?

     
    I'm using rh9 and I was wondering if there is a default firewall (akin to zone alarm) that I could enable on my machine?

    if not what do you all recommend??

    thx
    -Z

  2. #2
    Perfetc Member VHockey86's Avatar
    Join Date
    Jan 2003
    Location
    Maryland Suburbia
    Posts
    4,334
    Shorewall is what comes installed with mandrake, not sure about others.

  3. #3
    Member computerwizz's Avatar
    Join Date
    Jun 2004
    Posts
    430
    This is this firewall software package called m0n0wall I don't know much of it; all I know is its a boot-cd FreeBSD firewall. We call it "firewall boxes".

  4. #4
    Member Hanging Chad's Avatar
    Join Date
    Feb 2004
    Location
    Clearwater, Fl
    Posts
    84
    GuardDog comes with MEPIS, which is Debian.

  5. #5
    Member capybara's Avatar
    Join Date
    Nov 2001
    Location
    san diego,20 minutes to TJ
    Posts
    436
    my system comes with firestarter, which is gui-bassed and simple 2 use. highly recommended
    my signature was so lame i deleted it.

  6. #6
    Senior Member James T's Avatar
    Join Date
    Jul 2004
    Location
    New Zealand
    Posts
    582
    iptables is built in to the new kernels. Mostly linux firewalls are actually firewall configuration packages. BTW this IS worthwhile, you do not want to be doing the iptables config yourself. You will leave holes. Monmotha's (google it) is another.

  7. #7
    Did you try Google yet? Siliconjunkie's Avatar
    Join Date
    Feb 2003
    Location
    Buckhannon, WV
    Posts
    3,468
    James is on the right track. You want an IPTables script/tool.

    IPTables is the Linux equivilent of Zone Alarm.

    Another to look at is APF. Advanced Policy Firewall. It is real nice.
    My computer is bigger than yours!

  8. #8
    Ultimate Member CMonster's Avatar
    Join Date
    Oct 2001
    Posts
    5,994
    I second the 'Firestarter' suggestion www.fs-security.com/

  9. #9
    Perfetc Member VHockey86's Avatar
    Join Date
    Jan 2003
    Location
    Maryland Suburbia
    Posts
    4,334
    I notice its the "firewall for gnome"
    Does this mean it cant run in KDE? Or just that it needs gnome libraries installed to run?

  10. #10
    Senior Member James T's Avatar
    Join Date
    Jul 2004
    Location
    New Zealand
    Posts
    582
    [rant]
    Quote Originally Posted by CMonster
    I second the 'Firestarter' suggestion www.fs-security.com/
    You know, the thing that I dislike about this package is the marketing BS.

    It's a glorified iptables config tool. Downloaded it ... in the readme is: -
    Code:
    Firestarter is a complete firewalling tool for Linux.
    Also in the readme is: -
    Code:
    Requirements
    ============
    A machine running Linux kernel version 2.4 or 2.6 with
    Linux IP Firewalling Tables (iptables) version 1.2.3 or higher
    Gnome 2.6
    What peeves me off about this is that Firestarter is NOT a complete firewalling tool. Take away iptables and you have a useless pretty script. Now if they claimed that Firestarter was an excellent user level firewall configuration tool, which it may be, I'd be happy. But when they can't honestly describe the package ... use something else!
    [/rant]

  11. #11
    Ultimate Member CMonster's Avatar
    Join Date
    Oct 2001
    Posts
    5,994
    I totally agree - it is just a config tool for iptables but it is one of the easy ones

  12. #12
    Ultimate Member Epyon9283's Avatar
    Join Date
    Mar 2002
    Location
    South Brunswick, NJ,
    Posts
    1,337
    I like shorewall.

  13. #13
    Member computerwizz's Avatar
    Join Date
    Jun 2004
    Posts
    430
    Quote Originally Posted by Epyon9283
    I like shorewall.
    Could you tell us a little more.

  14. #14
    Did you try Google yet? Siliconjunkie's Avatar
    Join Date
    Feb 2003
    Location
    Buckhannon, WV
    Posts
    3,468
    Quote Originally Posted by James T
    [rant]

    You know, the thing that I dislike about this package is the marketing BS.

    It's a glorified iptables config tool. Downloaded it

    What peeves me off about this is that Firestarter is NOT a complete firewalling tool. Take away iptables and you have a useless pretty script. Now if they claimed that Firestarter was an excellent user level firewall configuration tool, which it may be, I'd be happy. But when they can't honestly describe the package ... use something else!
    [/rant]
    This is true of almost any Linux "firewall" they are all just different ways of setting up IP Tables.
    My computer is bigger than yours!

  15. #15
    Member sheriff's Avatar
    Join Date
    Oct 2001
    Location
    Golconda Illinois
    Posts
    256
    If you have a old computer laying around, a 500 meg hardrive, use Smoothwall.
    I have used it for years. The software is easy to set up. The old box wont need
    a monitor, keyboard or mouse (if your old bios will allow removal with alarming), and can be controlled by the browser. If you want to use just the one box, then
    there's lots of good answers in the prev posts.
    Always tell the truth, because it's impossible to remember who you told what lie to.

  16. #16
    Ultimate Member Epyon9283's Avatar
    Join Date
    Mar 2002
    Location
    South Brunswick, NJ,
    Posts
    1,337
    Quote Originally Posted by computerwizz
    Could you tell us a little more.
    Its good stuff

    I had used firestarter and then guarddog. Firestarter wasn't configurable enough for me so I tried guarddog. That was ok but the interface sucked and it wouldn't allow broadcast packets from my own lan no matter what I did.

    Shorewall (or shoreline as they're calling it on parts of their site) has no gui. The rules file was easy to set up and there are a lot of different options. You can find out more on their site: http://www.shorewall.net/

  17. #17
    Did you try Google yet? Siliconjunkie's Avatar
    Join Date
    Feb 2003
    Location
    Buckhannon, WV
    Posts
    3,468
    Rather than smoothwall, look at ipcop. It is a fork of smoothwall. The main developers at smoothwall turned into jerks, so some of the other developers made ipcop.
    My computer is bigger than yours!

  18. #18
    Ultimate Member implexant's Avatar
    Join Date
    Jun 2002
    Location
    USA
    Posts
    2,697
    Quote Originally Posted by Siliconjunkie
    James is on the right track. You want an IPTables script/tool.

    IPTables is the Linux equivilent of Zone Alarm.

    Another to look at is APF. Advanced Policy Firewall. It is real nice.
    O but so much better

    I loved using IPTables when I had my IPCop machine. So powerful!

    Quote Originally Posted by Siliconjunkie
    Rather than smoothwall, look at ipcop. It is a fork of smoothwall. The main developers at smoothwall turned into jerks, so some of the other developers made ipcop.
    Ain't that the truth.

    -Chris

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Using a spare PC as a router?
    By deisler in forum Networking and Internet
    Replies: 3
    Last Post: November 21st, 2004, 10:28 PM
  2. Software firewall help
    By GroundZero3 in forum Networking and Internet
    Replies: 4
    Last Post: January 12th, 2004, 01:07 PM
  3. AntiVirus for Linux?
    By StealthyV in forum Linux and Unix
    Replies: 5
    Last Post: October 27th, 2003, 03:58 PM
  4. High-Speed Newbie Needs Help!
    By scourge in forum Networking and Internet
    Replies: 11
    Last Post: September 18th, 2002, 08:51 PM
  5. dude, your getting DSL...
    By edwelly in forum Networking and Internet
    Replies: 10
    Last Post: June 5th, 2002, 06:48 PM

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Recommended Sites: ResellerRatings Store Reviews