blocked

Started by Den, Mar 15, 2015, 11:11 AM

Previous topic - Next topic

Den

how to block udp flood or ddos attack on server

Gudio

Learn about iptables' PREROUTING table and make sure you have disabled chargen service. :)

Den



all timeout :(  idk wht is this guy problem

Finch

what is his name?
Beztone is a scripter but he is too stupid

Den

ADC2> 02--- Alias for IP:[ 181.109.143.168 ] ---
<ADC2> 02- Ne1tgo0r_

Finch

well i have full list of players ip and name and i found two players with 181.109 ip they have
No1. pableys
No2. joel
ANd they both are one because of there aliases
Beztone is a scripter but he is too stupid

Den

#6
203.170.75.2 this ip also so we dont know how many they are ?? or hr use vpn  but i wanna know how to blocked this idiot




idk why he target us

Finch

it is vpn ip and it has no result on list well i give u one function
 





function onPlayerJoin( player )
{     
local IP = player.IP;
 if(player.IP=="203.170.75.2")
{
KickPlayer( player );
}
}
Beztone is a scripter but he is too stupid

Thijn

If you use a VPS block the IP using iptables, use google for the exact syntax.

Den

#9
idk why he do with us we are just hard work for it an he did shit with us without any reason   :( hope he leave btw i will try your cmd hope work it  Finch

Thijn first thanks you add our server for monitoring.  im use no1host.us hosting  service

Finch

if u wanna kick him on his full ip then the given format is right it will crash his game
Beztone is a scripter but he is too stupid

hotdogcat

Quote from: Finch on Mar 15, 2015, 12:43 PMit is vpn ip and it has no result on list well i give u one function
 

function onPlayerJoin( player )
{     
local IP = player.IP;
 if(player.IP=="203.170.75.2")
{
KickPlayer( player );
}
}


This will not block dos attacks


Credits to Bart.

MacTavish

Quote from: hotdogcat on Mar 15, 2015, 07:22 PM
Quote from: Finch on Mar 15, 2015, 12:43 PMit is vpn ip and it has no result on list well i give u one function
 

function onPlayerJoin( player )
{     
local IP = player.IP;
 if(player.IP=="203.170.75.2")
{
KickPlayer( player );
}
}


This will not block dos attacks

Ignore that guys he is a Blood Sucker ;D

Grand Hunting Project
Join #SLC, #KAKAN, #Doom, #GHP @LUnet

Retired VC:MP Player/Scripter :P

gta5

If I could just rate limit UDP packets from ip address's wouldn't that solve the problem? What is a good rate limit to set for a vcmp server so it won't crash if anyone knows?

http://www.askbjoernhansen.com/2004/09/22/mini_tutorial_f.html

EK.IceFlake

Quote from: gta5 on Mar 16, 2015, 05:37 AMIf I could just rate limit UDP packets from ip address's wouldn't that solve the problem? What is a good rate limit to set for a vcmp server so it won't crash if anyone knows?

http://www.askbjoernhansen.com/2004/09/22/mini_tutorial_f.html
256kbps for a server with low player count or 128kbps for a server with 70+ players.