how block this access in my SSH (have Hacks Shut Down Channels of my server)

Results 1 to 16 of 16
  1. #1
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Question how block this access in my SSH (have Hacks Shut Down Channels of my server)

    how block this
    Last edited by magraopb; 24-03-09 at 09:16 PM.


  2. #2
    Account Upgraded | Title Enabled! maxgo1 is offline
    MemberRank
    Aug 2008 Join Date
    EST , PaldiskiLocation
    311Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    Change the PW on Centos and MSSQL

  3. #3
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    Quote Originally Posted by maxgo1 View Post
    Change the PW on Centos and MSSQL

    these attacks do not use the root password, they use a system of brute force and down the channels

  4. #4
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    service sshd stop .

  5. #5
    Enthusiast poison100 is offline
    MemberRank
    Dec 2008 Join Date
    PolandLocation
    28Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    u can use iptables to block. i mena block port 22 for network and open only for lan or for ip what u want.

    Code:
    iptables -A INPUT -j ACCEPT
    iptables -A INPUT -p tcp --dport 22 -j DROP
    iptables -A INPUT -p tcp --dport -s IP-LAN -j ACCEPT
    And this is all.

  6. #6
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Question Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    Quote Originally Posted by poison100 View Post
    u can use iptables to block. i mena block port 22 for network and open only for lan or for ip what u want.

    Code:
    iptables -A INPUT -j ACCEPT
    iptables -A INPUT -p tcp --dport 22 -j DROP
    iptables -A INPUT -p tcp --dport -s IP-LAN -j ACCEPT
    And this is all.
    if i use this i have access only host windows on same range of IPS in lan?

  7. #7
    Enthusiast poison100 is offline
    MemberRank
    Dec 2008 Join Date
    PolandLocation
    28Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    Quote Originally Posted by magraopb View Post
    if i use this i have access only host windows on same range of IPS in lan?

    :) u can use it for range or single ip :)
    for range
    iptables -A INPUT -p tcp --dport 22 -s 192.168.X.0/24 -j ACCEPT

    X = ur numer ip :)

  8. #8
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts
    ok thanks for tell me, i go make a tests

    Quote Originally Posted by poison100 View Post
    u can use iptables to block. i mena block port 22 for network and open only for lan or for ip what u want.

    Code:
    iptables -A INPUT -j ACCEPT
    iptables -A INPUT -p tcp --dport 22 -j DROP
    iptables -A INPUT -p tcp --dport -s IP-LAN -j ACCEPT
    And this is all.
    This comands not work for me

    how ai can block all external IP and give access only internal IP on windows server?
    Last edited by cypher; 27-03-09 at 11:56 AM. Reason: fixed dbl post.

  9. #9
    Enthusiast poison100 is offline
    MemberRank
    Dec 2008 Join Date
    PolandLocation
    28Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    Quote Originally Posted by magraopb View Post
    This comands not work for me

    how ai can block all external IP and give access only internal IP on windows server?
    o_O so u can too change port for SSH from 22 to 2222 or other in /etc/ssh/sshd_config :)

    and restart it /etc/init.d/sshd restart :) this is more easy :)

  10. #10
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    LPI with a professional certificate in linux made some changes to me and stopped the attacks from hackers, but from time to time the channels still fall.
    And I'm losing players because of it


    all channels fall, only the channel of TG is online

  11. #11
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    thats call ddos, try looking in raw connection logs and see what`s causing it.

  12. #12
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    yes i know is DDos, before i receive message "bye bye" in logs and the channels down,
    now i not receive this message because the professional in Linux whit Certified LPI make a security in my server.
    Now the falls are less constant, but some still fall


    *i cleaned the logs and in next drop the channels i show the logs

  13. #13
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    close your ssh server see if they can stil connect.

  14. #14
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    Logs of my Cabal Server

    http://blackgamesonline.com/download/Cabal_Logs.rar

    in WorldSvr_01_XX i changed IP of CentOS to "CentOS IP"

    I will go show logs of SSH after

  15. #15
    Enthusiast poison100 is offline
    MemberRank
    Dec 2008 Join Date
    PolandLocation
    28Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    ddos hehe :) u can call to ur isp to block it :) or for special firewall :) i think all isp can do it now :) I have the same problem with ssh logs "bye bye" But i counter attack this ip in logs :)

  16. #16
    Account Upgraded | Title Enabled! magraopb is offline
    MemberRank
    May 2007 Join Date
    BrazilLocation
    742Posts

    Re: how block this access in my SSH (have Hacks Shut Down Channels of my server)

    i don't have more problems with "bye bye" in the logs, but the channels still sometimes fall.
    before I no have this problem



Advertisement