Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
-- Devel in Precio http://www.pas-world.com
Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
Try shorewall www.shorewall.net
Regards
Denis
www.just-hosting.net
www.just-servers.co.uk
Denis Croombs wrote:
Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
Try shorewall www.shorewall.net
that's what I use. The gui is called "gvim."
SUSE used to use guarddog.
On Tue, 2007-02-13 at 23:23 +0100, devel wrote:
Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
The GUI available (security) is absolute crap :P
I just edit /etc/sysconfig/iptables by hand personally ... although I have also deployed this script:
http://www.tldp.org/HOWTO/html_single/IP-Masquerade-HOWTO/#RC.FIREWALL-IPTAB...
(You also edit that by hand for opening ports, etc.)
Thanks, Johnny Hughes
On Wed, 2007-02-14 at 04:30 -0600, Johnny Hughes wrote:
On Tue, 2007-02-13 at 23:23 +0100, devel wrote:
Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
The GUI available (security) is absolute crap :P
I just edit /etc/sysconfig/iptables by hand personally ... although I have also deployed this script:
http://www.tldp.org/HOWTO/html_single/IP-Masquerade-HOWTO/#RC.FIREWALL-IPTAB...
(You also edit that by hand for opening ports, etc.)
BTW,
Add this part to the end for port forwarding:
http://www.tldp.org/HOWTO/html_single/IP-Masquerade-HOWTO/#PORTFW-VIA-IPTABL...
Thanks, Johnny Hughes
Johnny Hughes wrote:
On Tue, 2007-02-13 at 23:23 +0100, devel wrote:
Hello, I see manage of firewall in CentOS (called security), and seems difficult to manage, not enough powerful.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
The GUI available (security) is absolute crap :P
I just edit /etc/sysconfig/iptables by hand personally ... although I have also deployed this script:
That's a bit like writing in an assembly language; okay for small tasks, but for bigger ones there are better ways to do it.
I am searching a middle term between scripts of iptables to manage and Security manager of CentOS. I know FireStarter, another similar?
You can use firehol, which is not graphical, but quite simpler than direct iptables, and very powerful: http://firehol.sourceforge.net/
Daniel