Diferencias
Muestra las diferencias entre dos versiones de la página.
Ambos lados, revisión anterior Revisión previa | |||
doc:tec:net:router:ros:faq:bloqueo_ip:inicio [2025/04/13 12:41] – borrado - editor externo (Fecha desconocida) 127.0.0.1 | doc:tec:net:router:ros:faq:bloqueo_ip:inicio [2025/04/13 12:41] (actual) – ↷ Página movida de doc:tec:net:router:ros:bloqueo_ip:inicio a doc:tec:net:router:ros:faq:bloqueo_ip:inicio fepg | ||
---|---|---|---|
Línea 1: | Línea 1: | ||
+ | ====== [Mikrotik] Bloquear una IP ====== | ||
+ | |||
+ | **Objetivo**. Bloquear el acceso a una IP local desde internet: '' | ||
+ | |||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | In order to block a specific IP address, you need to add a Firewall filter rule. | ||
+ | |||
+ | Step-by-step guide. Follow these steps to add filter rule using Winbox: | ||
+ | |||
+ | - Go to IP> | ||
+ | - Select tab " | ||
+ | - Click on the + to add new rule; | ||
+ | - Select tab " | ||
+ | - Choose Chain: forward; | ||
+ | - Select Src. Address - input your desired IP; | ||
+ | - Select tab " | ||
+ | - Choose Action: Drop; | ||
+ | - Click OK, and the desired IP address will be blocked by a firewall filter. | ||
+ | |||
+ | < | ||
+ | |||
+ | /ip firewall filter add chain=forward src-address=1.1.1.1 action=drop | ||
+ | |||
+ | </ | ||
+ | |||
+ | Chain " | ||