Здравствуйте. Чем можно защитить игровой сервер от Dos?
Пробовал
iptables -A INPUT -p udp -m udp --dport 27015 -m state --state RELATED,ESTABLISHED -j ACCEPT
iptables -A INPUT -p udp --dport 27015 -m state --state NEW -m hashlimit --hashlimit 50/s --hashlimit-burst 50 --hashlimit-mode srcip --hashlimit-name server -j ACCEPT
iptables -A INPUT -p udp --dport 27015 -j DROP