dDos Mitigation

Our technicians have experience to mitigate remote DDOS attacks that disrupt your hosting, pop3, imap, ftp and other tcp and udp based services. Our staff tunes your server network stack, memory usage and includes custom filtering set-up. Our initial set-up includes client consultation for recommended hardware and network set-up. Our ddos security plan works on almost any Linux platform.

The pricing starts at $100 per month with $100 set-up.

Please note that we also offer one time set-up plans for Ddos attack mitigation and we also offer custom multi-level set-up solutions for sites that require high level of reliability.

If your linux webserver is under attack (against port 80) we suggest logging into your system via ssh and running the following:

# netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

Now – take the highest offenders – (it should be easy enough to tell where/who is attacking after running that command as it sorts by the # of connections to the server from the lowest to the highest – and block them via iptables


# iptables -I INPUT -s x.x.x.x -j DROP
# service iptables save
# service iptables restart

Now – call HostMedic Toll Free 888-808-0423 to discuss with us how we can implement a few things to help mitigate the issue at hand.