1. Home
  2. vDDoS Proxy Protection
  3. vDDoS Layer4 Mapping
  4. CSF Iptables Support

CSF Iptables Support

vDDoS Layer4 Mapping CSF Iptables Support

Install CSF:

Homepage: https://configserver.com/cp/csf.html

cd /usr/src/
wget 'https://download.configserver.com/csf.tgz'
tar -xvf csf.tgz
cd csf
sh install.sh
chkconfig --levels 235 csf on
chkconfig --levels 235 lfd on


Config CSF:

cd /etc/csf/
sed -i 's/TESTING = "1"/TESTING = "0"/g' /etc/csf/csf.conf


Restart CSF:

csf -r && csf -q && service lfd restart


Run vDDoS Layer4 Mapping:

vddos-layer4

   Welcome to vDDoS, a HTTP(S) DDoS Protection Reverse Proxy. Thank you for using!

        Please choose vDDoS Layer 4 Running Mode:

         CloudFlare Mode:
          1. Enable Captcha-All-Country Mode (Recommend This Mode For Large DDoS Attacks)
          2. Enable Monitor-vDDoS-logs-and-Captcha Mode
          3. Enable Monitor-vDDoS-logs-and-Block Mode
          4. Remove all rules exist on CloudFlare Firewall

         CSF Mode:
          5. Enable Monitor-vDDoS-logs-and-Block Mode
          6. Remove all rules exist on CSF

         End & Exit:
          7. End All Process (Kill all Process Mode Running)
          8. Exit

Enter Your Answer [1, 2, 3... or 8]:

(Choose options 5)

Monitor /etc/csf/csf.deny file.

Was this article helpful to you? Yes No