0% found this document useful (0 votes)
129 views1 page

Scripts Moroso

This script configures firewall rules to redirect traffic from users on a blacklist to a proxy server hosting a notification page, and adds users to the blacklist if they visit the notification page within a certain time period. It also contains notes to replace the proxy and notification page host IPs and URLs with the appropriate values.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
129 views1 page

Scripts Moroso

This script configures firewall rules to redirect traffic from users on a blacklist to a proxy server hosting a notification page, and adds users to the blacklist if they visit the notification page within a certain time period. It also contains notes to replace the proxy and notification page host IPs and URLs with the appropriate values.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Script para enviar Notificaciones:

/ip firewall filter


add action=jump chain=forward dst-port=80 jump-target=Morosos protocol=tcp src-a
ddress-list=Morosos
add action=add-src-to-address-list address-list=2_www address-list-timeout=5m ch
ain=Morosos src-address-list=1_www
add action=return chain=Morosos src-address-list=2_www
add action=add-src-to-address-list address-list=1_www address-list-timeout=1m ch
ain=Morosos
/ip firewall nat
add action=redirect chain=dstnat comment=Morosos dst-port=80 protocol=tcp src-ad
dress-list=1_www to-ports=3128
/ip proxy
set cache-path=web-proxy1 enabled=yes port=3128
/ip proxy access
add dst-address=186.3.6.21
add action=deny redirect-to=machalanet.ec
*******************
(NOTA) add dst-address=142.162.669.164 ***Aca debes Reemplazar la IP de tu Host
ing***
add action=deny redirect-to=configurarmikrotikwireless.com/morosos ***R
emplazar por tu Plantilla***
*******************

You might also like