12-29-2016, 05:58 PM
Today my VPS had ddos attack. Its not first time when I have problem with ddos. Can I make any protect for this type of attacks?
(01-01-2017, 09:19 AM)kubanek_kuba Wrote: I installed apf script and now I am waiting for next attack and then I will turn it on to see what will happen.
(01-03-2017, 11:32 PM)julinhobrow Wrote: you can use cloudflare for domains but for vps only with firewall closing doors
this can be a fast solution
close ping request in centos:
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
to activate:
echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_all
this is a fast solution not a better
try learn about iptables and firewall( how use csf)