Thread: Neuro-X 666 - Alpha - [24/7 VPS] - [Spawn - Summoning - PvP]

Page 2 of 12 FirstFirst 1234 ... LastLast
Results 11 to 20 of 118
  1. #11  
    Donator


    Join Date
    Sep 2011
    Posts
    1,086
    Thanks given
    390
    Thanks received
    406
    Rep Power
    327
    Quote Originally Posted by Byte Me View Post
    I think your getting ddosed bro
    Its a DDoS around 1k connections.
    [Only registered and activated users can see links. ]
     

  2. #12  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,264
    Thanks given
    405
    Thanks received
    432
    Discord
    View profile
    Rep Power
    1684
    Quote Originally Posted by Emperia View Post
    Yep.. now i see its a DDoS.
    I wish I can ddos.

    This is only way I know how to ddos

    Code:
    
    C:\Users\Jonathan>ping neuro-x.org
    
    Pinging neuro-x.org [199.21.114.72] with 32 bytes of data:
     

  3. #13  
    MEIN FUHRER!

    Furor's Avatar
    Join Date
    Nov 2011
    Posts
    474
    Thanks given
    108
    Thanks received
    73
    Rep Power
    450
    FFS! Why are we always the target for DDoS attacks?
     

  4. #14  
    Registered Member
    Polish Civil's Avatar
    Join Date
    May 2010
    Age
    25
    Posts
    1,338
    Thanks given
    445
    Thanks received
    187
    Discord
    View profile
    Rep Power
    441
    Quote Originally Posted by Byte Me View Post
    I wish I can ddos.

    This is only way I know how to ddos

    Code:
    
    C:\Users\Jonathan>ping neuro-x.org
    
    Pinging neuro-x.org [199.21.114.72] with 32 bytes of data:
    This + 20k comps = troll

    Btw gz on serv

    [Only registered and activated users can see links. ]
     

  5. #15  
    SiteTrec Hosting

    Project's Avatar
    Join Date
    Dec 2010
    Posts
    2,673
    Thanks given
    1,033
    Thanks received
    829
    Rep Power
    1072
    You've got some really nice screen shots, they look perfect good job

    -----------


    My VPS Server is under DDoS Attack, now what?

    Why do you suspect that your server is under DDoS attack? One possible sign is that your server is running very sluggish for no apparent reason. Another possible sign is that your server has hundreds upon hundreds of Apache child processes open.

    The following is a useful command that you can use to check and see if your server is under DDoS attack:
    (Run this command by logging into your server as root)

    netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

    The above command will list the top IP’s that are connected to the server. The following is a sample output of the above command:

    1 192.168.0.1
    1 192.168.02
    5 192.168.0.10
    8 192.168.0.24
    9 192.168.0.25
    15 192.168.0.26
    25 192.168.0.27
    30 192.168.0.29
    39 192.168.0.32
    100 192.168.0.50
    210 192.168.0.55
    359 192.168.0.31

    In most cases, there is no reason for one individual IP address to be connected to your server 100, 210, or even 359 times! So let’s block these IP’s from accessing your server.

    Firewall protection for cPanel Servers
    How to Install CSF Firewall- ReadyWire VPS servers come preloaded with CSF Firewall Protection. We LOVE CSF Firewall because you can manage it from within your WHM Control Panel. Just in case CSF Firewall isn’t installed on your machine, click here for click my click instructions.
    How to install APF Firewall- ReadyWire recommends this for customers who are comfortable with editing files at the command line (using SSH)

    Now that your server has firewall protection, let’s learn bow to block the above IP’s that are connecting to your server more than 100 times.
    How to Block an IP using CSF Firewall
    Login to WHM using your root password. In the left hand menu pane, scroll down to “ConfigServer Security&Firewall.” A new page will load. Look for the section that reads “Quick Deny.” Enter the first IP that you’d like to block in the text field and click “Quick Deny.” This IP address will be added to the blocked list instantly. If you’re comfortable with the command line interface, you can always enter the command “csf -d 10.10.10.10″ Of course, make sure to replace 10.10.10.10 with the IP address your trying to block.
    How to Block an IP using APF Firewall
    Blocking an IP with APF Firewall requires you to be logged in to the server via SSH.
    1. Go to the path of APF (Typically cd /etc/apf).
    2. Edit the file deny_hosts.rules (nano deny_hosts.rules)
    3. Add the IP that you’d like to block to the list. Remember to save the file when finished.
    4. Reload APF Firewall by typing command apf restart

    If you’re still experiencing difficulty after blocking the offending IP’s using a software based firewall application, it might be time to call for help.In my experience, most hosting companies are more than willing to help you get rid of pesky DDoS attacks. However, not all data centers are ready to simply block traffic from flowing through their pipes. It might cost you a few pennies, but consider adding a hardware firewall to the mix. Another thing to try is to install a script that will automagically search for offending IP’s. Click here for an example of such a script.

    If you’re a ReadyWire customer and would like some one-on-one assistance, please do not hesitate to open a support ticket by visiting [Only registered and activated users can see links. ]. If you would like to learn how to become a ReadyWire customer, please visit our home page.

    Rick Hall
    Senior VP of Operations
    ReadyWire Multimedia Solutions


    Or you could just shut down your servers
    DDOS PROTECTED WEB & VPS AT AN AFFORDABLE COST
     

  6. #16  
    Donator


    Join Date
    Sep 2011
    Posts
    1,086
    Thanks given
    390
    Thanks received
    406
    Rep Power
    327
    Quote Originally Posted by Boss View Post
    You've got some really nice screen shots, they look perfect good job

    -----------


    My VPS Server is under DDoS Attack, now what?

    Why do you suspect that your server is under DDoS attack? One possible sign is that your server is running very sluggish for no apparent reason. Another possible sign is that your server has hundreds upon hundreds of Apache child processes open.

    The following is a useful command that you can use to check and see if your server is under DDoS attack:
    (Run this command by logging into your server as root)

    netstat -anp |grep ‘tcp\|udp’ | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n

    The above command will list the top IP’s that are connected to the server. The following is a sample output of the above command:

    1 192.168.0.1
    1 192.168.02
    5 192.168.0.10
    8 192.168.0.24
    9 192.168.0.25
    15 192.168.0.26
    25 192.168.0.27
    30 192.168.0.29
    39 192.168.0.32
    100 192.168.0.50
    210 192.168.0.55
    359 192.168.0.31

    In most cases, there is no reason for one individual IP address to be connected to your server 100, 210, or even 359 times! So let’s block these IP’s from accessing your server.

    Firewall protection for cPanel Servers
    How to Install CSF Firewall- ReadyWire VPS servers come preloaded with CSF Firewall Protection. We LOVE CSF Firewall because you can manage it from within your WHM Control Panel. Just in case CSF Firewall isn’t installed on your machine, click here for click my click instructions.
    How to install APF Firewall- ReadyWire recommends this for customers who are comfortable with editing files at the command line (using SSH)

    Now that your server has firewall protection, let’s learn bow to block the above IP’s that are connecting to your server more than 100 times.
    How to Block an IP using CSF Firewall
    Login to WHM using your root password. In the left hand menu pane, scroll down to “ConfigServer Security&Firewall.” A new page will load. Look for the section that reads “Quick Deny.” Enter the first IP that you’d like to block in the text field and click “Quick Deny.” This IP address will be added to the blocked list instantly. If you’re comfortable with the command line interface, you can always enter the command “csf -d 10.10.10.10″ Of course, make sure to replace 10.10.10.10 with the IP address your trying to block.
    How to Block an IP using APF Firewall
    Blocking an IP with APF Firewall requires you to be logged in to the server via SSH.
    1. Go to the path of APF (Typically cd /etc/apf).
    2. Edit the file deny_hosts.rules (nano deny_hosts.rules)
    3. Add the IP that you’d like to block to the list. Remember to save the file when finished.
    4. Reload APF Firewall by typing command apf restart

    If you’re still experiencing difficulty after blocking the offending IP’s using a software based firewall application, it might be time to call for help.In my experience, most hosting companies are more than willing to help you get rid of pesky DDoS attacks. However, not all data centers are ready to simply block traffic from flowing through their pipes. It might cost you a few pennies, but consider adding a hardware firewall to the mix. Another thing to try is to install a script that will automagically search for offending IP’s. Click here for an example of such a script.

    If you’re a ReadyWire customer and would like some one-on-one assistance, please do not hesitate to open a support ticket by visiting [Only registered and activated users can see links. ]. If you would like to learn how to become a ReadyWire customer, please visit our home page.

    Rick Hall
    Senior VP of Operations
    ReadyWire Multimedia Solutions


    Or you could just shut down your servers
    I know how to setup a firewall and iptables,
    However i am unable to access the vps due to the whole Node being attacked,
    Once its back i'll be able to sort it out for good.
    [Only registered and activated users can see links. ]
     

  7. #17  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,264
    Thanks given
    405
    Thanks received
    432
    Discord
    View profile
    Rep Power
    1684
    Quote Originally Posted by Emperia View Post
    I know how to setup a firewall and iptables,
    However i am unable to access the vps due to the whole Node being attacked,
    Once its back i'll be able to sort it out for good.
    And if you do take "legal action" LOL I just want to let you know, they wouldn't really like the idea of you having a nulled ipb . And hosting a RSPS server. #1 It's not me ddosing, I could care less about your server, #2 buy a ddos protected server from cobrahost.
     

  8. #18  
    Donator


    Join Date
    Sep 2011
    Posts
    1,086
    Thanks given
    390
    Thanks received
    406
    Rep Power
    327
    Even though currently down,
    I have a massive pack of updates for my players once back online!
    [Only registered and activated users can see links. ]
     

  9. #19  
    Registered Member
    Join Date
    Dec 2011
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Btw, 'I could care less' means you do care. I think you meant 'I couldn't care less.' But really. Why the hell do we keep getting ddossed?
     

  10. #20  
    Donator


    Join Date
    Sep 2011
    Posts
    1,086
    Thanks given
    390
    Thanks received
    406
    Rep Power
    327
    Quote Originally Posted by AverageRS View Post
    Btw, 'I could care less' means you do care. I think you meant 'I couldn't care less.' But really. Why the hell do we keep getting DDoSed?
    Because the world contains some stupid people.
    [Only registered and activated users can see links. ]
     

  11. Thankful user:


Page 2 of 12 FirstFirst 1234 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Project Enigma Beta - Spawn - Summoning | 14GB Dedi Vps
    By Almagesrnubs in forum Advertise
    Replies: 20
    Last Post: 10-28-2012, 04:31 AM
  2. [639] [VoltageScape] [PvP/Spawn/Summoning]
    By Zᴀᴄʜ in forum Advertise
    Replies: 12
    Last Post: 01-22-2012, 09:00 PM
  3. Replies: 56
    Last Post: 12-22-2011, 10:22 PM
  4. Replies: 19
    Last Post: 11-24-2011, 08:59 AM
  5. Replies: 8
    Last Post: 03-15-2010, 08:24 PM
Tags for this Thread

View Tag Cloud

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