By stephin
Hi there,
Our system has automatically detected an inbound DDoS against your droplet named xxxxx with the following IP Address: xxx.xxx.xxx.xxx
As a precautionary measure, we have temporarily disabled network traffic to your droplet to protect our network and other customers. Once the attack subsides, networking will be automatically reestablished to your droplet. The networking restriction is in place for three hours and then removed.
Please note that we take this measure only as a last resort when other filtering, routing, and network configuration changes have not been effective in routing around the DDoS attack.
Please let us know if there are any questions, we're happy to help.
Thank you,
DigitalOcean Support
this is second time my vps has been taken offline for 3hours. i have a youtube downloader application running on my vps. yes it uses lots of inbound traffic.now i need a solution that will limit speed of network interface to comply with DO bandwidth usage so that DO wont block my vps again?
any help would be appreciated.
thanks.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Yes, I had the same problem with 3 times offline, and I know nothing about. My VPS just use for 2 small blogs, and I don’t know How to solve this problem? Please help me. Thanks!
@stephin - You can indirectly affect the bandwidth of your application by setting the ionice or nice settings of your program. Not that these two commands set the priority of your programs’ scheduling by the kernel, and does not monitor nor directly control your droplets network bandwidth. Use the man command to find out more about invoking your program with the nice, renice, and ionice commands.
Hi! What youtube downloader app are you running? See if you can modify it so that it runs through Trickle which can be used to limit its bandwidth usage without affecting other processes.
If not, you can limit bandwidth speeds system-wide by using wondersharper. It can be installed using apt-get (sudo apt-get install wondersharper) and is used as follows:
wondershaper [ interface ]
Shows the status of traffic shaping on that interface.
wondershaper clear [ interface ]
Removes all traffic shaping from that interface.
wondershaper [ interface ] [ downlink ] [ uplink ]
Configures the wondershaper on the specified interface, given
the specified downlink speed in kilobits per second, and the
specified uplink speed in kilobits per second.
For example, to limit eth0’s download and upload speeds to 250Mbps, run:
sudo wondersharper eth0 250000 250000
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.