Post4VPS Forum | Free VPS Provider
How to install Dos Deflate - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: Tutorials (https://post4vps.com/Forum-Tutorials)
+--- Thread: How to install Dos Deflate (/Thread-How-to-install-Dos-Deflate)



How to install Dos Deflate - Lampard - 05-27-2016

Hello guys,

This tutorial is about installing DoS Deflate, it protects your VPS from small attacks.
This tutorial is made very easy, so by just following my steps, it will be installed.
You also do not need any knowledge to install as this tutorial is very easy.

Lets download the script first.
Code:
wget http://www.inetbase.com/scripts/ddos/install.sh

When the script is downloaded, you have to change the permission of the file that you downloaded.

Code:
chmod 0700 install.sh

Lets install the script now.
Code:
./install.sh

Easy, the script is installed, but what if you want to uninstall the script? It is easy, just follow my steps if you want to uninstall it.

Download the script of uninstalling it first.
Code:
wget http://www.inetbase.com/scripts/ddos/uninstall.ddos


Change the permission of the file that you downloaded.
Code:
chmod 0700 uninstall.ddos

Run the script now.
Code:
./uninstall.ddos


You can also change the configuration, it is easy too.
You can use any one of those two commands to edit the configuration file.
Code:
vi /usr/local/ddos/ddos.conf
or
Code:
nano /usr/local/ddos/ddos.conf

You can edit it like how you want, when its done, save it.

You can reinstall the script when the configuration file is edited.
Code:
sh /usr/local/ddos/ddos.sh -c



RE: How to install Dos Deflate - Neco - 12-02-2016

Very simple tutorial but I think it's better to use IP Tables to protect your VPS from small attacks. This software is probably using them.


RE: How to install Dos Deflate - Anik - 12-10-2016

I have added something which doesn't allow anyone to access root account without my home IP. I think its more secured.


RE: How to install Dos Deflate - Dudi - 12-10-2016

(12-02-2016, 02:10 PM)Neco Wrote: Very simple tutorial but I think it's better to use IP Tables to protect your VPS from small attacks. This software is probably using them.
Please make a tutorial about IP Tables for Debian/Ubuntu. I would be happy to read it.


RE: How to install Dos Deflate - Vuluts - 12-12-2016

(12-02-2016, 02:10 PM)Neco Wrote: Very simple tutorial but I think it's better to use IP Tables to protect your VPS from small attacks. This software is probably using them.

I think it will be more better if used both DoS Deflate and IP Tables for better security.