Search found 1 match
- Wed Jun 14, 2017 3:03 pm
- Forum: Modification & Patches
- Topic: Limit connections per IP
- Replies: 2
- Views: 7032
Limit connections per IP
Hi, I have a VestaCP on Ubuntu. I am trying to achieve some sort of DOS protection. Before VestaCP, I've managed to do that with iptables and/or ufw. The problem now is that none of them work. Here's what I do: 1. /sbin/iptables -A INPUT -p tcp --syn --dport 443 -m connlimit --connlimit-above 50 -j...