need expert for dedicated server

Discussion in 'Site & Server Administration' started by Mark.S, Nov 7, 2008.

  1. #1
    am getting ddos or something usually my server gets overloaded and cpu usage is upto 326% i installed csf but not working can anyone have solution will pay for the work.
     
    Mark.S, Nov 7, 2008 IP
  2. root1987

    root1987 Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    PM me or add me at MSN
     
    root1987, Nov 7, 2008 IP
  3. FlakDevelopment

    FlakDevelopment Banned

    Messages:
    164
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I can help. My yahoo id is on my profile page.
     
    FlakDevelopment, Nov 7, 2008 IP
  4. psyberweb

    psyberweb Peon

    Messages:
    585
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

    check the IP's which are taking alot of resources, if you find the culprit then you can block the user using the following commmand:

    route add (ipadd) reject

    goodluck!
     
    psyberweb, Nov 8, 2008 IP