Being flooded on the port :7777 -
#1

Hi guys! I'm currently being flooded with shit on the :7777 port which I run my SA-MP server on. I'm looking if it's possible to limit the payload size to around 150? As that's what players should have MAXIMUM.

IP 151.229.**.***.56935 (( Attacker )) > 66.150.121.121.7777 (( My server )): UDP, payload 1032

Please respond!

I'm running it on a 0.3.7 RC4 server.
It's also a Windows Server 2008.
Reply
#2

Are the IP of the attackers different?

If no, just block the attacker IP
Reply
#3

Also talk to your server provider about limiting the UDP flood attacks from their end, as they have the most effective control over this. Unfortunately, I can't provide much insight on how to resolve this on a Windows machine, since I'm more competent with Linux servers.
Reply
#4

i just suggest don't use Windows Server because windows is very vulnerable, if you use Linux Server, you will never see a flood attack
(my experience)
Reply
#5

Block the IP of attacker with your iptables firewall :

Код:
iptables -I INPUT -s [IP] -j DROP
Ah you are using Windows server? so you don't have iptables... nvm
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)