Configurar los dispositivos para que funcione el widget de YouTube

Este ejemplo utiliza un router MikroTik. En otros dispositivos el proceso de configuración del Walled Garden puede variar.

Nueva Terminal → pegar los siguientes comandos en la terminal (todos los comandos pueden ser copiados y pegados a la vez)

El pegado no funcionará con CTRL+V; haga clic con el botón derecho y seleccione Pegar en su lugar.

/ip hotspot walled-garden add action=allow dst-host=.googlevideo.com 
add action=allow dst-host=.youtube.com 
add action=allow dst-host=googleads.g.doubleclick.net 
add action=allow dst-host=i.ytimg.com 
add action=allow dst-host=img.youtube.com 
add action=allow dst-host=youtube-ui.l.google.com 
add action=allow dst-host=youtube.com 
add action=allow dst-host=yt3.ggpht.com 
add action=allow dst-host=static.doubleclick.net 
add action=allow dst-host=static.xx.fbcdn.net

Pulse Enter para ejecutar la última línea de código

Ya está

Last updated

Was this helpful?