lunes, 20 de junio de 2016

Captura de Paquetes


tethereal -a duration:10000 -i eth0 -f "host 192.168.10.10"

jueves, 5 de mayo de 2016

Mikrotik - Blockeo de Videos Youtube

Fuente: http://www.ryohnosuke.com/foros/index.php?threads/14042/


Limitar ancho de banda por contenido en Mikrotik

Ejemplo con Videos de Youtube


/ip firewall mangle

add action=mark-connection chain=prerouting comment="Block Youtube" content=\ youtube new-connection-mark=youkill passthrough=yes
add action=mark-packet chain=prerouting connection-mark=youkill \ new-packet-mark=youdown passthrough=no

/queue tree

add limit-at=1k max-limit=1k name=you_bad packet-mark=youdown parent=LAN03 queue=default




Esto limita la carga de videos " MUY LENTA "