Being flooded on the port :7777 - - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Being flooded on the port :7777 - (
/showthread.php?tid=572572)
Being flooded on the port :7777 - -
Fredrik - 29.04.2015
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.
Re : Being flooded on the port :7777 - -
davidpolak59 - 29.04.2015
Are the IP of the attackers different?
If no, just block the attacker IP
Re: Being flooded on the port :7777 - -
DanLore - 30.04.2015
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.
Re: Being flooded on the port :7777 - -
Krisna - 30.04.2015
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)
Re: Being flooded on the port :7777 - -
LinuxViper - 01.05.2015
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