[ ¹ÌÅ©·Îƽ ] ¿ÜºÎ SSH Á¢¼Ó Â÷´Ü ¸®½ºÆ® ÀÛ¼º ¹®ÀÇ

   Á¶È¸ 3431   Ãßõ 1    

시놀로지에서 IP block list ( 중국 IP 및 접속 차단된 IP들)을 생성하는 기능을,

시놀로지와 유사하게 구현이 가능할런지요 ?


감사합니다.

ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.
ÀÚ´äÇÕ´Ï´Ù.
 Çϱâ¿Í °°ÀÌ filter¸¦ Àû¿ëÇÏ¿´½À´Ï´Ù.
 30ÃÊ µ¿¾È¿¡ µ¿ÀÏ IP·Î 4ȸ ÀÌ»ó Á¢¼Ó(¼º°ø ¶Ç´Â ½ÇÆÐ)½Ã, 1ÀÏ°£ ÇØ´ç IP·Î Ãß°¡ Á¢¼Ó(¼º°ø ¹× ½ÇÆÐ)°¡ Â÷´ÜµÇ´Â ³»¿ª ÀÔ´Ï´Ù.
 Çϱâ URL ÂüÁ¶ ÇÏ¿´½À´Ï´Ù.
 https://matthewsiemens.com/blocking-ssh-brute-force-attacks-in-mikrotik-routeros/

 3    ;;; Drop SSH connection from IP addresses in ssh_blacklist address list
      chain=input action=drop protocol=tcp src-address-list=ssh_blacklist dst-port=10022

 4    ;;; Blocked IP address that attempted multiple SSH connections
      chain=input action=add-src-to-address-list connection-state=new protocol=tcp src-address-list=ssh_attempt_3 address-list=ssh_blacklist address-list-timeout=1d dst-port=10022 log=no

 5    ;;; IP address that attempted to create 3 SSH connections
      chain=input action=add-src-to-address-list connection-state=new protocol=tcp src-address-list=ssh_attempt_2 address-list=ssh_attempt_3 address-list-timeout=30s dst-port=10022 log=no

 6    ;;; IP address that attempted to create 2 SSH connections
      chain=input action=add-src-to-address-list connection-state=new protocol=tcp src-address-list=ssh_attempt_1 address-list=ssh_attempt_2 address-list-timeout=30s dst-port=10022 log=no

 7    ;;; IP address that attempted to create an SSH connections
      chain=input action=add-src-to-address-list connection-state=new protocol=tcp address-list=ssh_attempt_1 address-list-timeout=30s dst-port=10022 log=no
ÀÌ·± ±â´ÉÀ» ÁÁ¾Æ¶ó ÇÕ´Ï´Ù.. ÇÏÇÏÇÏ


QnA
Á¦¸ñPage 1904/5601
2015-12   1070869   ¹é¸Þ°¡
2014-05   4520416   Á¤ÀºÁØ1
2017-03   3432   Àü¼³¼ÓÀǹ̡¦
2017-03   3994   ¼­µ¿±¹
2017-03   2783   lamanus
2017-03   5656   ¿©ÁÖ³ó¹Î76
2017-03   3139   ÀÓÁø¿í
2017-03   7596   ÀÌõdz
2017-03   4374   Ŭ·¡½Ä
2017-03   4083   ´ÏÆ÷
2017-03   10413   Rime
2017-03   3211   Balance
2017-03   3083   ¶óÀÌÁ¨
2017-03   4259   ±è¿µ±â´ëÀü
2017-03   6077   ¹öµð
2017-03   3623   ĵÀ§µå
2017-03   3018   ±èÁø¿µJK
2017-03   4162   NiteFlite9
2017-03   3303   µÎcpu
2017-03   3521   Dobi
2017-03   3212   PAMA¸Ó¸®
2017-03   3126   ÀüÁ÷P¿¬±¸¿ø