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