[Problem] Server Down
#1

Hey all,

i have a linux server , 100 slots - great mode no bugs !
i have a problem , there is a guy send something to my server , and my server is DOWN.
theres something can i do ?

Thanks !
Reply
#2

I have the same problem .
Everytime a guy called Aux comes on my servers stops.
I would apreciate help with it to.

/Artix
Reply
#3

Quote:
Originally Posted by [RiFA
Artix ]
I have the same problem .
Everytime a guy called Aux comes on my servers stops.
I would apreciate help with it to.

/Artix
This is because Aux is an invalid filename, so when your account system makes an account it errors and crashes the server, there is a filterscript around to prevent this from happening.

However, your issue is completely different to the original poster's issue. They are experiencing a DoS. To prevent this, they need to identify the attacking IP and then block it via iptables.
Reply
#4

And where is that filterscript ? and how is it called.
Cause with little information i cant really do much.

/Artix
Reply
#5

Quote:
Originally Posted by [RiFA
Artix ]
And where is that filterscript ? and how is it called.
Cause with little information i cant really do much.

/Artix
http://forum.sa-mp.com/index.php?topic=47456.0
Reply
#6

LoL, it's sooo easy
But i thought this names only can use on Windows servers?

pawn Код:
public OnPlayerConnect(playerid)
{
new string[128], pName[16];
GetPlayerName(playerid, pName, sizeof(pName));
if(strfind(pName, "aux", true, 0) || strfind(pName, "com", true, 0);
{
Ban(playerid);
return 0;
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)