hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Dedicated Server : Ddos Protection?
Reply

Dedicated Server Current and past experiences with dedicated server providers, bandwidth, and server performance. Review managed and unmanaged dedicated web servers, discuss both Windows and Unix dedicated server solutions, and discuss dedicated hosting providers. If your service is unavailable, please click here.
Forum Jump

Ddos Protection?

Reply Post New Thread In Dedicated Server Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 06-30-2005, 11:58 PM
holyway holyway is offline
Web Hosting Guru
 
Join Date: Dec 2004
Posts: 258

Ddos Protection?


Hi! My DC don't have special equipment for dffence from DDos attaks. But they tell me that can do something with IP, that limitede opportunity for DDos attak. What do you know about that?
Thanks!!!

Reply With Quote


Sponsored Links
  #2  
Old 07-01-2005, 12:03 AM
Defcon|Rich Defcon|Rich is offline
Carpe Diem
 
Join Date: Jul 2003
Location: Connecticut
Posts: 3,038
Not sure exactly what your asking but generally most DC's will simply block or nullroute the IP or range that is getting attacked..

Reply With Quote
  #3  
Old 07-01-2005, 01:01 AM
holyway holyway is offline
Web Hosting Guru
 
Join Date: Dec 2004
Posts: 258
Quote:
Originally posted by X-Gaming
Not sure exactly what your asking but generally most DC's will simply block or nullroute the IP or range that is getting attacked..
Yes! I think, we talk about same thing (nullroute the IP ). It's relly help, when DDos attacked coming?
Thanks!

Reply With Quote
Sponsored Links
  #4  
Old 07-01-2005, 01:30 AM
Servax Servax is offline
Aspiring Evangelist
 
Join Date: Mar 2005
Posts: 399
That also means your server gets kicked offline... Nullrouting means blocking all access to that IP in which your case would be your server.

__________________
|| Dennis Liang,
|| ServaxNet LLC

Reply With Quote
  #5  
Old 07-01-2005, 01:37 AM
holyway holyway is offline
Web Hosting Guru
 
Join Date: Dec 2004
Posts: 258
Quote:
Originally posted by Servax
That also means your server gets kicked offline... Nullrouting means blocking all access to that IP in which your case would be your server.
So need doing this only when Ddos attak started???

Reply With Quote
  #6  
Old 07-01-2005, 01:37 AM
Defcon|Rich Defcon|Rich is offline
Carpe Diem
 
Join Date: Jul 2003
Location: Connecticut
Posts: 3,038
Yes that is correct.

Kinda hard to run a server thats unplugged

Reply With Quote
  #7  
Old 07-01-2005, 01:41 AM
holyway holyway is offline
Web Hosting Guru
 
Join Date: Dec 2004
Posts: 258
OK. Thanks to all.
How understand, that your server under DDos attak?

Reply With Quote
  #8  
Old 07-01-2005, 01:44 AM
Servax Servax is offline
Aspiring Evangelist
 
Join Date: Mar 2005
Posts: 399
Well, if your server load is really high.. (Around load averages of 100.00 + depending on your traffic and what your doing) then yeah your under attack.. It can also appear to apache as lots of threads as "?" in the status window for it.

__________________
|| Dennis Liang,
|| ServaxNet LLC

Reply With Quote
  #9  
Old 07-01-2005, 02:44 AM
erictanjj erictanjj is offline
Junior Guru Wannabe
 
Join Date: Jun 2005
Posts: 99
dropping ICMP packets and rejecting certain known IPs where DDoS is coming from could help the attack reduced. Most DDoS comes with ICMP floods, TCP floods or thousands of HTTP requests. But it is just my 2 cents.

Many evils are utilizing IRC servers to build their botnets. They sent out the programs to the victims via email or web download links. And if the victim has successfully installed the program (drone/zombie), that computer will connect to the certain IRC server with the fixed channel owned by the evil. The master there can control all of the drones in that channel. There's thousands of drones were made using of IE bugs, IIS flaws and DCOM bugs. Effective botnet could easily kick out the server offline within a few hours.

Reply With Quote
  #10  
Old 07-01-2005, 02:58 AM
Servax Servax is offline
Aspiring Evangelist
 
Join Date: Mar 2005
Posts: 399
Quote:
Originally posted by erictanjj
dropping ICMP packets and rejecting certain known IPs where DDoS is coming from could help the attack reduced. Most DDoS comes with ICMP floods, TCP floods or thousands of HTTP requests. But it is just my 2 cents.

Many evils are utilizing IRC servers to build their botnets. They sent out the programs to the victims via email or web download links. And if the victim has successfully installed the program (drone/zombie), that computer will connect to the certain IRC server with the fixed channel owned by the evil. The master there can control all of the drones in that channel. There's thousands of drones were made using of IE bugs, IIS flaws and DCOM bugs. Effective botnet could easily kick out the server offline within a few hours.
Yeah, using the command:

iptables -I INPUT -s IP -j DROP

That would make your server drop anything coming from that IP, best way in my opinion to stop an offending IP from even touching your server.

__________________
|| Dennis Liang,
|| ServaxNet LLC

Reply With Quote
  #11  
Old 07-01-2005, 03:12 AM
KDAWebServices KDAWebServices is offline
Web Hosting Master
 
Join Date: Aug 2000
Location: Sheffield, South Yorks
Posts: 3,286
Of course you do realise what you've suggested would be useless under a DDoS situation? By the time iptables can do anything, the packets have already got to the server, and are going to eat up CPU time by virtue of iptables and overload the box, or already have completely flooded the servers network connection.

__________________
Karl Austin :: KDA Web Services Ltd.
UK Business Hosting and Managed Servers - Hosting for Business Users :: 0800 5429 764
UK Budget Web Hosting and Servers - Hosting for Home Users :: 0800 8620 349
Call us today and ask about our hosting solutions.

Reply With Quote
  #12  
Old 07-01-2005, 03:15 AM
Servax Servax is offline
Aspiring Evangelist
 
Join Date: Mar 2005
Posts: 399
You could always shutdown apache and see whats on "time_wait" then ban them. Its always seemed to work for me, even when the server load was around averages of 500.00 (It was a Dual Xeon Box).

__________________
|| Dennis Liang,
|| ServaxNet LLC

Reply With Quote
  #13  
Old 07-01-2005, 05:35 AM
GeorgeC GeorgeC is offline
Web Hosting Master
 
Join Date: Sep 2000
Posts: 1,003
Quote:
Originally posted by Servax
You could always shutdown apache and see whats on "time_wait" then ban them. Its always seemed to work for me, even when the server load was around averages of 500.00 (It was a Dual Xeon Box).
Interesting. Can you tell me what commands I would type to see what's on "time_wait" and identify potential DOSers? I'd like to do more than tail my logs when I suspect a DOS.

Reply With Quote
  #14  
Old 07-01-2005, 05:44 AM
Servax Servax is offline
Aspiring Evangelist
 
Join Date: Mar 2005
Posts: 399
I just run:

netstat -an | grep :80

And if I see a lot of connections from an IP (20+) then I copy the IP somewhere in notepad or whatnot. Then after that I just run the command to tell the server to drop the connections coming from the IP(s).

My way must be bitch work, but hey it works.. And if you want.. You could always do a whois record on it and then report it to the ISP..

__________________
|| Dennis Liang,
|| ServaxNet LLC

Reply With Quote
  #15  
Old 07-01-2005, 05:59 AM
GeorgeC GeorgeC is offline
Web Hosting Master
 
Join Date: Sep 2000
Posts: 1,003
Quote:
Originally posted by Servax
I just run:

netstat -an | grep :80

Oh I do that as well. Thanks,

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Host Virtual Offers Hosting Customers DDoS Protection by Black Lotus Web Hosting News 2013-01-28 17:24:24
Black Lotus Provides DDoS Protection for Australian Web Host VentraIP Web Hosting News 2012-10-02 09:36:28
DDoS Protection Firm Black Lotus Acquires Web Host ServerOrigin Web Hosting News 2012-05-29 12:12:41
Web Host UK2.NET Recovers from Major DDoS Attack Web Hosting News 2012-04-27 09:36:40
Web Host Yola Uses DDoS Mitigation Service Prolexic Web Hosting News 2011-12-07 20:42:42


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?