01-04-2017, 10:24 AM
(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)
Disabling ping answers not helping at all. When I was new at VPS world about 2 years ago then I used this method and it didn't have any affect.