Dos
Xeno
Join Date: 2002-11-01 Member: 2343Members
hey guys. i was wondering, how can you prevent someone from lagging your server. i admin a server, and i banned someone for language. i think he got mad, then like 1 hour later, the server started to lag badly. its been going on for 2 hours now. is it possible to do something like this, and how do i stop it, if possibe?
Comments
i had a simmilar situation, someone was being an **** on my server so i banned them and one of their butt-buddies said "OMG WHY YOU BAN HIM, UNBAN NOW!"
well bla bla, i banned him but before i could execute the command he swore he would hack through my router and kill the server. so i watched his feeble attempts to use tftp and cause buffer overflows. he gave up after about an hour.
most people that think they can hack cant, and if they talk lots of smack, they are probably idiots.
if you can find the ip or ips that are hitting your server (if any) just traceroute them to their isp and they will be dealt with.
but I only know how to do it on linux :o
you could change your server name and ip address and that would stop them if the ip did not exist anymore.
you could change your server name and ip address and that would stop them if the ip did not exist anymore. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Ping packets can be a lot larger than 64 bytes.
not from the dos ping command.
not from the dos ping command.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
<span style='color:red'>D</span>enial <span style='color:red'>o</span>f <span style='color:red'>S</span>ervice attack
not Disk Operating System
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->
Pinging google.com [216.239.39.99] with 1024 bytes of data:
<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
@Xeno, look through server logs to find IP addresses of the people who are doing this.
Put it in <a href='http://arin.net/' target='_blank'>http://arin.net/</a> then email where it says Abuse handle (usually ABUSE@ISP.NET) Also send a copy off to the techsupport handle. Repeat for each IP it comes from.
not from the dos ping command.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
<span style='color:red'>D</span>enial <span style='color:red'>o</span>f <span style='color:red'>S</span>ervice attack
not Disk Operating System <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
lol your not getting what im saying...
you can start a denial of service attack if you use the DOS PING COMMAND
c:/> ping 223.66.129.xxx -t -lsize 65500
but you have to get thousands of computers for something like that to work hitting the box at the same time.
im sure theres way better methods of doing this.
[-r count] [-s count] [[-j host-list] | [-k host-list]]
[-w timeout] target_name
Options:
-t Ping the specified host until stopped.
To see statistics and continue - type Control-Break;
To stop - type Control-C.
-a Resolve addresses to hostnames.
-n count Number of echo requests to send.
<b> -l size Send buffer size.</b>
-f Set Don't Fragment flag in packet.
-i TTL Time To Live.
-v TOS Type Of Service.
-r count Record route for count hops.
-s count Timestamp for count hops.
-j host-list Loose source route along host-list.
-k host-list Strict source route along host-list.
-w timeout Timeout in milliseconds to wait for each reply.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
--Scythe--
<!--emo&::tsa::--><img src='http://www.unknownworlds.com/forums/html//emoticons/tsa.gif' border='0' style='vertical-align:middle' alt='tsa.gif' /><!--endemo--> Xeon - SkyCreations
If you aren't sure how he's attacking you, try running TCPDump and redirect output to a file. Once the attack happens, you can see where it's coming from and what port he's using. You might be able to form a defense from there.
<!--emo&::tsa::--><img src='http://www.unknownworlds.com/forums/html//emoticons/tsa.gif' border='0' style='vertical-align:middle' alt='tsa.gif' /><!--endemo--> Xeon - SkyCreations
Yes, but you see the server still has to handle the traffic. Get enough of that junk coming in and it could saturate your connection, regardless if your machine drops the packets or not.