Re: [hlds] Someones taking my server down

2012-03-30 Thread Asher Baker
It has nothing to do with SourceMod, or any server plugins.

On Fri, Mar 30, 2012 at 2:35 PM, admin  wrote:
> There using a source-mod crash script that's plugged into a cheat (overloads
> sourcemod very fast and makes it look like lag)  make sure you have all
> settings that are going to public users hidden.. like such as vote menus
> that are not ness. Another fix is installing SMAC for week and have it perm
> ban him or her.
>
> Command Monitor - smac_commands.smx
>
> http://forums.alliedmods.net/showthread.php?t=169586
>
>
>
> --
> This communication is for use by the intended recipient and contains
> information that may be Privileged, confidential or copyrighted under
> applicable law. If you are not the intended recipient, you are hereby
> formally notified that any use, copying or distribution of this e-mail, in
> whole or in part, is strictly prohibited. Please notify the sender by return
> e-mail and delete this e-mail from your system. Unless explicitly and
> conspicuously designated as "E-Contract Intended", this e-mail does not
> constitute a contract offer, a contract amendment, or an acceptance of a
> contract offer. Any/All other Pricing/Quotes are governed by WonkaGaming
> Systems Terms & Conditions. This e-mail DOES NOT constitute a consent to the
> use of sender's contact information for direct marketing purposes or for
> transfers of data to third parties.
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-30 Thread admin
There using a source-mod crash script that's plugged into a cheat
(overloads sourcemod very fast and makes it look like lag)  make sure you
have all settings that are going to public users hidden.. like such as vote
menus that are not ness. Another fix is installing SMAC for week and have
it perm ban him or her.

Command Monitor
 - smac_commands.smx


http://forums.alliedmods.net/showthread.php?t=169586



-- 
This communication is for use by the intended recipient and contains
information that may be Privileged, confidential or copyrighted under
applicable law. If you are not the intended recipient, you are hereby
formally notified that any use, copying or distribution of this e-mail, in
whole or in part, is strictly prohibited. Please notify the sender by
return e-mail and delete this e-mail from your system. Unless explicitly
and conspicuously designated as "E-Contract Intended", this e-mail does not
constitute a contract offer, a contract amendment, or an acceptance of a
contract offer. Any/All other Pricing/Quotes are governed by WonkaGaming
Systems Terms & Conditions. This e-mail DOES NOT constitute a consent to
the use of sender's contact information for direct marketing purposes or
for transfers of data to third parties.
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-30 Thread Asher Baker
On Fri, Mar 30, 2012 at 11:16 AM, lwf  wrote:
> 71303030303030303030303030303000

Good old OOB packet spam.

> I'm not entirely sure if it's relevant to the attack, but
> "sv_max_connects_sec" ("Maximum connections per second to respond to
> from a single IP address.") was set to the default "2.0" and it did not
> help other than possibly reducing backscatter, which by itself wasn't
> terribly useful. We're going to try enforcing this in iptables
> instead.

sv_max_connects_sec is for a completely different exploit.

You could drastically lower sv_max_queries_sec_global to help against
the high CPU usage of SRCDS when it's under attack from this, but it
would render your server invisible to players while under attack (and
may not help at that traffic level).
Unfortunately the per-IP one would be useless due to the spoofed addresses.
As you said, you could use IPTables to only limit 'q' OOB packets, but
there is no reason the attacker wouldn't just switch to another packet
type.

Asher.

On Fri, Mar 30, 2012 at 11:16 AM, lwf  wrote:
> Hi.
>
> We had a similar experience on one of our most popular servers at
> Wednesday night (UTC+1). The same cheater was on that server at the
> time and it continued after after the cheater was banned. It appears
> to be the same attacker.
> http://tf2.rocketblast.com/bans/index.php?p=banlist&searchText=STEAM_0%3A1%3A40467009
>
> It's highly unusual for us to get attacked, it was years ago we had
> incidents so we had no sort of DoS protections already in place,
> however we were dumping traffic at the time.
> The attack consisted of a UDP flood (7 p/s, 35 Mbit/s, also
> causing backscatter) using spoofed source addresses and source port
> 27015, causing the srcds server it was targeted at to use 100% CPU,
> lag and eventually drop all players. The cheater rejoined when this
> happened. The data (20 byte) was the same for every packet, in hex:
>
> 71303030303030303030303030303000
>
> I'm not entirely sure if it's relevant to the attack, but
> "sv_max_connects_sec" ("Maximum connections per second to respond to
> from a single IP address.") was set to the default "2.0" and it did not
> help other than possibly reducing backscatter, which by itself wasn't
> terribly useful. We're going to try enforcing this in iptables
> instead.
>
> On Thu, Mar 29, 2012 at 22:07, AeroliteGaming.com
>  wrote:
>> Some asshole:
>> http://steamcommunity.com/profiles/76561198041199747
>>
>> Is managing to take my server down somehow, hes done it twice now therefore
>> killing the server and losing players. He did it last night and now tonight,
>> hes banned but is still managing to flood it or something, changing the port
>> of the server seems to work but I don't want to do that seeing as people
>> have it favourited and as soon as he finds out the new ip he'll go for that.
>> Anyone else had this and know a fix? He's also been crit hacking too.
>>
>> Thanks.
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-30 Thread lwf
Hi.

We had a similar experience on one of our most popular servers at
Wednesday night (UTC+1). The same cheater was on that server at the
time and it continued after after the cheater was banned. It appears
to be the same attacker.
http://tf2.rocketblast.com/bans/index.php?p=banlist&searchText=STEAM_0%3A1%3A40467009

It's highly unusual for us to get attacked, it was years ago we had
incidents so we had no sort of DoS protections already in place,
however we were dumping traffic at the time.
The attack consisted of a UDP flood (7 p/s, 35 Mbit/s, also
causing backscatter) using spoofed source addresses and source port
27015, causing the srcds server it was targeted at to use 100% CPU,
lag and eventually drop all players. The cheater rejoined when this
happened. The data (20 byte) was the same for every packet, in hex:

71303030303030303030303030303000

I'm not entirely sure if it's relevant to the attack, but
"sv_max_connects_sec" ("Maximum connections per second to respond to
from a single IP address.") was set to the default "2.0" and it did not
help other than possibly reducing backscatter, which by itself wasn't
terribly useful. We're going to try enforcing this in iptables
instead.

On Thu, Mar 29, 2012 at 22:07, AeroliteGaming.com
 wrote:
> Some asshole:
> http://steamcommunity.com/profiles/76561198041199747
>
> Is managing to take my server down somehow, hes done it twice now therefore
> killing the server and losing players. He did it last night and now tonight,
> hes banned but is still managing to flood it or something, changing the port
> of the server seems to work but I don't want to do that seeing as people
> have it favourited and as soon as he finds out the new ip he'll go for that.
> Anyone else had this and know a fix? He's also been crit hacking too.
>
> Thanks.
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread Albert Davis
So is he not only a child killer, he is killing servers now. UGH! He's a
serial killer!

On Thu, Mar 29, 2012 at 7:40 PM, Cameron Munroe
wrote:

> What is the best DDOS protection for linux servers? Sourceop?
>
> On Mar 29, 2012, at 3:25 PM, m33crob wrote:
>
> I'd be interested in seeing your current list of active plugins, some can
> have undesirable affects.  For example, the regex chat filter can crash a
> server if configured to replace text and someone says the "magic" word too
> many times in one sentence.
>
> http://forums.alliedmods.net/showthread.php?p=630204
>
> On Thu, Mar 29, 2012 at 1:54 PM, Team BOOM!  wrote:
>
>> **
>>
>> Yea, if he’s actually the person causing it while in-game, there are
>> options like SourceOP’s DAF plugin already mentioned that work great. He
>> could have multiple accounts or friends that will continue the doing it. If
>> he’s about to do it while not in the game, that’s a whole different story
>> and will be a nightmare for you. 
>>
>> ** **
>>
>> SourceOP Plugin Link:
>> http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=9
>> 
>>
>> ** **
>>
>> Also install SourceMod Anticheat if you haven’t already. It is available
>> on the AlliedModders Website. 
>>
>> ** **
>>
>> Good luck to you..
>>
>> Mike
>>
>> ** **
>>  --
>>
>> *From:* **hlds-boun...@list.valvesoftware.com** [mailto:**
>> hlds-boun...@list.valvesoftware.com**] *On Behalf Of *Travis Brown
>> *Sent:* Thursday, March 29, 2012 1:44 PM
>>
>> *To:* **Half-Life dedicated Win32 server mailing list**
>> *Subject:* Re: [hlds] Someones taking my server down
>>
>> ** **
>>
>> Sourceop DDOS protect.
>>
>> On Thu, Mar 29, 2012 at 4:23 PM, AeroliteGaming.com <
>> ad...@aerolitegaming.co.uk> wrote:
>>
>> He's on everytime it goes down and lag spikes, he crit hacks, googling
>> his ip shows hes been banned off lots of servers and hes been racist in the
>> chat.
>>
>>
>>
>>
>> On 29/03/2012 21:21, Team BOOM! wrote:
>>
>> Aerolite, how do you know it's this guy? What have you done to isolate it
>> to
>> him? Just curious...
>>
>> -Original Message-
>> From: hlds-boun...@list.valvesoftware.com
>> [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of
>> AeroliteGaming.com
>> Sent: Thursday, March 29, 2012 1:07 PM
>> To: **Half-Life dedicated Win32 server mailing list**
>> Subject: [hlds] Someones taking my server down
>>
>> Some asshole:
>> http://steamcommunity.com/profiles/76561198041199747
>>
>> Is managing to take my server down somehow, hes done it twice now
>> therefore killing the server and losing players. He did it last night
>> and now tonight, hes banned but is still managing to flood it or
>> something, changing the port of the server seems to work but I don't
>> want to do that seeing as people have it favourited and as soon as he
>> finds out the new ip he'll go for that. Anyone else had this and know a
>> fix? He's also been crit hacking too.
>>
>> Thanks.
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>>
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>>
>>
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>>
>> ** **
>>
>> ___
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>>
>>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread Cameron Munroe
What is the best DDOS protection for linux servers? Sourceop?
On Mar 29, 2012, at 3:25 PM, m33crob wrote:

> I'd be interested in seeing your current list of active plugins, some can 
> have undesirable affects.  For example, the regex chat filter can crash a 
> server if configured to replace text and someone says the "magic" word too 
> many times in one sentence.
> 
> http://forums.alliedmods.net/showthread.php?p=630204 
> 
> On Thu, Mar 29, 2012 at 1:54 PM, Team BOOM!  wrote:
> Yea, if he’s actually the person causing it while in-game, there are options 
> like SourceOP’s DAF plugin already mentioned that work great. He could have 
> multiple accounts or friends that will continue the doing it. If he’s about 
> to do it while not in the game, that’s a whole different story and will be a 
> nightmare for you.
> 
>  
> 
> SourceOP Plugin Link: 
> http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=9
> 
>  
> 
> Also install SourceMod Anticheat if you haven’t already. It is available on 
> the AlliedModders Website. 
> 
>  
> 
> Good luck to you..
> 
> Mike
> 
>  
> 
> From: hlds-boun...@list.valvesoftware.com 
> [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Travis Brown
> Sent: Thursday, March 29, 2012 1:44 PM
> 
> 
> To: Half-Life dedicated Win32 server mailing list
> Subject: Re: [hlds] Someones taking my server down
> 
>  
> 
> Sourceop DDOS protect.
> 
> On Thu, Mar 29, 2012 at 4:23 PM, AeroliteGaming.com 
>  wrote:
> 
> He's on everytime it goes down and lag spikes, he crit hacks, googling his ip 
> shows hes been banned off lots of servers and hes been racist in the chat.
> 
> 
> 
> 
> On 29/03/2012 21:21, Team BOOM! wrote:
> 
> Aerolite, how do you know it's this guy? What have you done to isolate it to
> him? Just curious...
> 
> -Original Message-
> From: hlds-boun...@list.valvesoftware.com
> [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of AeroliteGaming.com
> Sent: Thursday, March 29, 2012 1:07 PM
> To: Half-Life dedicated Win32 server mailing list
> Subject: [hlds] Someones taking my server down
> 
> Some asshole:
> http://steamcommunity.com/profiles/76561198041199747
> 
> Is managing to take my server down somehow, hes done it twice now
> therefore killing the server and losing players. He did it last night
> and now tonight, hes banned but is still managing to flood it or
> something, changing the port of the server seems to work but I don't
> want to do that seeing as people have it favourited and as soon as he
> finds out the new ip he'll go for that. Anyone else had this and know a
> fix? He's also been crit hacking too.
> 
> Thanks.
> 
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
> 
> 
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
> 
> 
> 
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
> 
>  
> 
> 
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
> 
> 
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread m33crob
I'd be interested in seeing your current list of active plugins, some can
have undesirable affects.  For example, the regex chat filter can crash a
server if configured to replace text and someone says the "magic" word too
many times in one sentence.

http://forums.alliedmods.net/showthread.php?p=630204

On Thu, Mar 29, 2012 at 1:54 PM, Team BOOM!  wrote:

> **
>
> Yea, if he’s actually the person causing it while in-game, there are
> options like SourceOP’s DAF plugin already mentioned that work great. He
> could have multiple accounts or friends that will continue the doing it. If
> he’s about to do it while not in the game, that’s a whole different story
> and will be a nightmare for you. 
>
> ** **
>
> SourceOP Plugin Link:
> http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=9
> 
>
> ** **
>
> Also install SourceMod Anticheat if you haven’t already. It is available
> on the AlliedModders Website. 
>
> ** **
>
> Good luck to you..
>
> Mike
>
> ** **
>  --
>
> *From:* **hlds-boun...@list.valvesoftware.com** [mailto:**
> hlds-boun...@list.valvesoftware.com**] *On Behalf Of *Travis Brown
> *Sent:* Thursday, March 29, 2012 1:44 PM
>
> *To:* **Half-Life dedicated Win32 server mailing list**
> *Subject:* Re: [hlds] Someones taking my server down
>
>  ** **
>
> Sourceop DDOS protect.
>
> On Thu, Mar 29, 2012 at 4:23 PM, AeroliteGaming.com <
> ad...@aerolitegaming.co.uk> wrote:
>
> He's on everytime it goes down and lag spikes, he crit hacks, googling his
> ip shows hes been banned off lots of servers and hes been racist in the
> chat.
>
>
>
>
> On 29/03/2012 21:21, Team BOOM! wrote:
>
> Aerolite, how do you know it's this guy? What have you done to isolate it
> to
> him? Just curious...
>
> -Original Message-
> From: hlds-boun...@list.valvesoftware.com
> [mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of
> AeroliteGaming.com
> Sent: Thursday, March 29, 2012 1:07 PM
> To: **Half-Life dedicated Win32 server mailing list**
> Subject: [hlds] Someones taking my server down
>
> Some asshole:
> http://steamcommunity.com/profiles/76561198041199747
>
> Is managing to take my server down somehow, hes done it twice now
> therefore killing the server and losing players. He did it last night
> and now tonight, hes banned but is still managing to flood it or
> something, changing the port of the server seems to work but I don't
> want to do that seeing as people have it favourited and as soon as he
> finds out the new ip he'll go for that. Anyone else had this and know a
> fix? He's also been crit hacking too.
>
> Thanks.
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
> ** **
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds
>
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread Team BOOM!
Yea, if he's actually the person causing it while in-game, there are options
like SourceOP's DAF plugin already mentioned that work great. He could have
multiple accounts or friends that will continue the doing it. If he's about
to do it while not in the game, that's a whole different story and will be a
nightmare for you. 

 

SourceOP Plugin Link: http://www.sourceop.com/modules.php?name=Downloads
<http://www.sourceop.com/modules.php?name=Downloads&d_op=viewdownload&cid=9>
&d_op=viewdownload&cid=9

 

Also install SourceMod Anticheat if you haven't already. It is available on
the AlliedModders Website. 

 

Good luck to you..

Mike

 

  _  

From: hlds-boun...@list.valvesoftware.com
[mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of Travis Brown
Sent: Thursday, March 29, 2012 1:44 PM
To: Half-Life dedicated Win32 server mailing list
Subject: Re: [hlds] Someones taking my server down

 

Sourceop DDOS protect.

On Thu, Mar 29, 2012 at 4:23 PM, AeroliteGaming.com
 wrote:

He's on everytime it goes down and lag spikes, he crit hacks, googling his
ip shows hes been banned off lots of servers and hes been racist in the
chat.




On 29/03/2012 21:21, Team BOOM! wrote:

Aerolite, how do you know it's this guy? What have you done to isolate it to
him? Just curious...

-Original Message-
From: hlds-boun...@list.valvesoftware.com
[mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of AeroliteGaming.com
Sent: Thursday, March 29, 2012 1:07 PM
To: Half-Life dedicated Win32 server mailing list
Subject: [hlds] Someones taking my server down

Some asshole:
http://steamcommunity.com/profiles/76561198041199747

Is managing to take my server down somehow, hes done it twice now
therefore killing the server and losing players. He did it last night
and now tonight, hes banned but is still managing to flood it or
something, changing the port of the server seems to work but I don't
want to do that seeing as people have it favourited and as soon as he
finds out the new ip he'll go for that. Anyone else had this and know a
fix? He's also been crit hacking too.

Thanks.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds

 

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread Travis Brown
Sourceop DDOS protect.

On Thu, Mar 29, 2012 at 4:23 PM, AeroliteGaming.com <
ad...@aerolitegaming.co.uk> wrote:

> He's on everytime it goes down and lag spikes, he crit hacks, googling his
> ip shows hes been banned off lots of servers and hes been racist in the
> chat.
>
>
>
> On 29/03/2012 21:21, Team BOOM! wrote:
>
>> Aerolite, how do you know it's this guy? What have you done to isolate it
>> to
>> him? Just curious...
>>
>> -Original Message-
>> From: 
>> hlds-bounces@list.**valvesoftware.com
>> [mailto:hlds-bounces@list.**valvesoftware.com]
>> On Behalf Of AeroliteGaming.com
>> Sent: Thursday, March 29, 2012 1:07 PM
>> To: Half-Life dedicated Win32 server mailing list
>> Subject: [hlds] Someones taking my server down
>>
>> Some asshole:
>> http://steamcommunity.com/**profiles/76561198041199747<http://steamcommunity.com/profiles/76561198041199747>
>>
>> Is managing to take my server down somehow, hes done it twice now
>> therefore killing the server and losing players. He did it last night
>> and now tonight, hes banned but is still managing to flood it or
>> something, changing the port of the server seems to work but I don't
>> want to do that seeing as people have it favourited and as soon as he
>> finds out the new ip he'll go for that. Anyone else had this and know a
>> fix? He's also been crit hacking too.
>>
>> Thanks.
>>
>> __**_
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds<https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds>
>>
>>
>> __**_
>> To unsubscribe, edit your list preferences, or view the list archives,
>> please visit:
>> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds<https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds>
>>
>
>
> __**_
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds<https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds>
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread AeroliteGaming.com
He's on everytime it goes down and lag spikes, he crit hacks, googling 
his ip shows hes been banned off lots of servers and hes been racist in 
the chat.



On 29/03/2012 21:21, Team BOOM! wrote:

Aerolite, how do you know it's this guy? What have you done to isolate it to
him? Just curious...

-Original Message-
From: hlds-boun...@list.valvesoftware.com
[mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of AeroliteGaming.com
Sent: Thursday, March 29, 2012 1:07 PM
To: Half-Life dedicated Win32 server mailing list
Subject: [hlds] Someones taking my server down

Some asshole:
http://steamcommunity.com/profiles/76561198041199747

Is managing to take my server down somehow, hes done it twice now
therefore killing the server and losing players. He did it last night
and now tonight, hes banned but is still managing to flood it or
something, changing the port of the server seems to work but I don't
want to do that seeing as people have it favourited and as soon as he
finds out the new ip he'll go for that. Anyone else had this and know a
fix? He's also been crit hacking too.

Thanks.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread Team BOOM!
Aerolite, how do you know it's this guy? What have you done to isolate it to
him? Just curious... 

-Original Message-
From: hlds-boun...@list.valvesoftware.com
[mailto:hlds-boun...@list.valvesoftware.com] On Behalf Of AeroliteGaming.com
Sent: Thursday, March 29, 2012 1:07 PM
To: Half-Life dedicated Win32 server mailing list
Subject: [hlds] Someones taking my server down

Some asshole:
http://steamcommunity.com/profiles/76561198041199747

Is managing to take my server down somehow, hes done it twice now 
therefore killing the server and losing players. He did it last night 
and now tonight, hes banned but is still managing to flood it or 
something, changing the port of the server seems to work but I don't 
want to do that seeing as people have it favourited and as soon as he 
finds out the new ip he'll go for that. Anyone else had this and know a 
fix? He's also been crit hacking too.

Thanks.

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


Re: [hlds] Someones taking my server down

2012-03-29 Thread wickedplayer494 .
For the (D)DoS'ing, get a hold of your host and tell them the situation.
Also make sure to contact the abuse department of the ISP he's using.

For the crit hacking, I believe SourceMod Anti-Cheat has a module for that.

On Thu, Mar 29, 2012 at 3:07 PM, AeroliteGaming.com <
ad...@aerolitegaming.co.uk> wrote:

> Some asshole:
> http://steamcommunity.com/**profiles/76561198041199747
>
> Is managing to take my server down somehow, hes done it twice now
> therefore killing the server and losing players. He did it last night and
> now tonight, hes banned but is still managing to flood it or something,
> changing the port of the server seems to work but I don't want to do that
> seeing as people have it favourited and as soon as he finds out the new ip
> he'll go for that. Anyone else had this and know a fix? He's also been crit
> hacking too.
>
> Thanks.
>
> __**_
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> https://list.valvesoftware.**com/cgi-bin/mailman/listinfo/**hlds
>
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds


[hlds] Someones taking my server down

2012-03-29 Thread AeroliteGaming.com

Some asshole:
http://steamcommunity.com/profiles/76561198041199747

Is managing to take my server down somehow, hes done it twice now 
therefore killing the server and losing players. He did it last night 
and now tonight, hes banned but is still managing to flood it or 
something, changing the port of the server seems to work but I don't 
want to do that seeing as people have it favourited and as soon as he 
finds out the new ip he'll go for that. Anyone else had this and know a 
fix? He's also been crit hacking too.


Thanks.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds