Post4VPS Forum | Free VPS Provider
VPS 1 - DDOS - Printable Version

+- Post4VPS Forum | Free VPS Provider (https://post4vps.com)
+-- Forum: VPS Discussion (https://post4vps.com/Forum-VPS-Discussion)
+--- Forum: VPS Support (https://post4vps.com/Forum-VPS-Support)
+--- Thread: VPS 1 - DDOS (/Thread-VPS-1-DDOS)

Pages: 1 2


VPS 1 - DDOS - kubanek_kuba - 12-29-2016

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?


RE: VPS 1 - DDOS - Anik - 12-29-2016

Not sure that if the sponsor will give any protection. You can buy ddos protections https://buyvm.net/ddos-protection/

or check it https://freevps.us/thread-11053.html


RE: VPS 1 - DDOS - Lampard - 12-29-2016

If it was small attack, then you can try to stop it through some DDoS script, or by enabling iptables.


RE: VPS 1 - DDOS - kubanek_kuba - 01-01-2017

I installed apf script and now I am waiting for next attack and then I will turn it on to see what will happen.


RE: VPS 1 - DDOS - TripleFFF Radio - 01-03-2017

(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.

Is it unethical to attack your own server to test this?
I understand it would be ok on your own network but I imagine a sponsored VPS host would be unimpressed.

Of course, there's probably something in the T&Cs about this


RE: VPS 1 - DDOS - Dudi - 01-03-2017

VPS 1 from Host4Fun is located at OVH's datacenter, which provides advanced DDOS protection.

Maybe @RIYAD from Host4fun could tell more about this issue.


RE: VPS 1 - DDOS - RIYAD - 01-03-2017

Since I do not know the IP of the OP . I can not tell if he had received DDoS or not .

Even if there was DDoS Attack normally OVH mitigates it (to a certain level~). So there is nothing much we could do .


RE: VPS 1 - DDOS - julinhobrow - 01-03-2017

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)


RE: VPS 1 - DDOS - Dudi - 01-04-2017

(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.


RE: VPS 1 - DDOS - kabir145 - 01-04-2017

if you dont have a ddos attack protection from provider i suggest you to buy it because you cant stop big attacks with these tricks