Web Hosting Talk







View Full Version : active firewall: which one do you use?


realalien
11-04-2002, 04:25 AM
hello,

like everybody I'm really concerned a lot about my firewall. right now I'm using: portsentry, hostsentry, logsentry on my redhat 7.2 box.

which fw are you using on your linux box? should you have expierence with do you know about any problems or security lacks about it?

yes i know that every firewall is as good as I do configure it :)

thanks indeed!

JonB
11-04-2002, 10:44 AM
I'm currently using PMfirewall which in turn uses IPchains on my RH 7.1 box.

goodness0001
11-04-2002, 10:51 AM
I dont think any of psionic solutions are actually "firewalls" they are intrusion detection systems. You are looking for things like pmfirewall, or ipchains or iptables, you could also use a script such as this:


(IP tables is required)

http://forum.rackshack.net/showthread.php?threadid=11328&highlight=iptables

bitserve
11-05-2002, 01:20 AM
Portsentry can be used to make an active firewall. Although it might easily be called an active IDS, as well.

Anyway, if your firewall is a Linux box, use iptables/netfilter. It's not very active on its own, though.