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

Install Microsoft FTP on Windows 2008 R2

1. Install IIS without FTP 2. Download FTP a. x64: b. x86: 3. Create FTP…

How To Use NXLog On A Windows Client

Step 1: Setup Server - Install a log aggregation server is out of scope of…

SAN Storage: Using 3PAR StoreServ to Provision LUNs for vSphere ESXi or Windows Server

Overview: Assumptions MDS Zoning Configuration has been completed. Operating Systems ESXi OS has been installed…