Results 1 to 6 of 6
Hi,
Can i get a list of firewall to be installed on a centos 6 machine which will be used for web hosting.
(I haven't turned off selinux. Many people ...
- 11-28-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Webhost CentOS 6
Hi,
Can i get a list of firewall to be installed on a centos 6 machine which will be used for web hosting.
(I haven't turned off selinux. Many people asked me to do so.)
Thanks
- 11-28-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Hello and welcome!
You can find a listing of Linux firewalls here:
Firewalls | Linux App Finder
Some of those should be available to you in your repos.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-28-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Thanks, do i need all those firewalls to run a dedicated server?
- 11-28-2011 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 11-28-2011 #5Just Joined!
- Join Date
- Nov 2011
- Posts
- 65
Yes, I thought so. I am pretty new to linux. How to get the firewalls which will reduce ==> hackers, virus, thief, etc
( I am still reading the list and trying to make a new list to install )
- 11-28-2011 #6Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
I haven't checked out Ozar's list, but why not use the kernel-based firewall that is shipped with CentOS (and RH/Fedora and many others)?
enable it:
start it:Code:chkconfig iptables on
configure it:Code:service iptables start
and yes, you'll need to do some things to make SELinux play nice, too.Code:system-config-firewall
Most other Linux-based firewalls are just wrappers around it anyway (but maybe that is better).


Reply With Quote
