Posted On December 5, 2020

How to Block Distracting Sites Such as Youtube and Hulu on Your Home Network

kimconnect 0 comments
blog.KimConnect.com >> Networking , Windows >> How to Block Distracting Sites Such as Youtube and Hulu on Your Home Network
Overview:
  • – You send a voice command ‘block youtube’ to Alexa, an Amazon personal assistant device
  • – Alexa relays that command to IFTTT.com
  • – IFTTT triggers a web call to your local Domain Name Server (DNS) server called ‘pihole’
  • – This web call must be configured at the router/firewall to pass traffic from IFTTT though the firewall to the your local pihole server
  • – Pihole receives the request and triggers blockyoutube.sh
  • – Blockyoutube.sh contains the urls and ips of youtube.com that will configure pihole to delete any name to ip translation related to youtube.com
  • – A set of computers on your network shall be configured to use the local ‘pihole’ server as its DNS
  • – This can be setup at the Dynamic Host Control Protocol (DHCP) server
  • – DHCP is often a function of the firewall or smart wireless devices such as Ubiquiti Unifi Controllers and Access Points
  • – This DHCP tells all computers on the network what IP and DNS each should use
  • – When a user computer asks its DNS server (pihole) about youtube.com, pihole will say ‘no where’
  • – Youtube.com is effectively blocked on local computers via your voice command
Illustration:
  • To be documented…

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Manage Remote Desktop Servers by Logging Off Idle Sessions That Have Certain Inactive Programs

# manageRdsSessions.ps1 # Sequence of workflow: # a. Gather active and disconnected sessions on all…

Remote Desktop Error Code 0x8000FFFF

Symptom: Terminal-Services-ClientActiveXCore Event ID 226 on RDP Server: rdpclient_ssl: an error was encountered when transitioning…

Some Stories in the Backlog

1. Upgrade pods with 32" monitors - Make collaboration easier - Increase productivity   2.…