歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> Linux教程 >> Ubuntu 安裝CSF防火牆

Ubuntu 安裝CSF防火牆

日期:2017/2/28 15:32:54   编辑:Linux教程

1. 安裝
Login as the root user to SSH and run the following commands.
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz

apt-get install libwww-perl
tar -xzf csf.tgz
cd csf
sh install.sh

2. 防范DDOS攻擊
Step 1 : Open the CSF configuration file /etc/csf/csf.conf
Step 2 : In that search for option called CT_LIMIT, by default it will be like CT_LIMIT=0 , change this to CT_LIMIT=90 ,here 90 is the max no.of connections from an IP to your server ( choose this value according to your server usage )

Step 3:Now search for option called CT_PORTS.This option is used to specify the port for which you want prevent DOS attack.Since our aim is to prevent the DOS attck to apache – port 80 , change CT_PORTS = “” to CT_PORTS = “80″

3. 限制每個IP連接數

CONNLIMIT = "80;7"

4. PT_LIMIT = "0" 禁止程序內存不足時,發郵件

Copyright © Linux教程網 All Rights Reserved