User Tools

Site Tools


computing:piholeonblack

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:piholeonblack [2024/11/01 03:23] oemb1905computing:piholeonblack [2025/03/08 08:18] (current) oemb1905
Line 51: Line 51:
  
 Replace 6, 192.168.11.20 with your pihole's LAN address.  In my case, I instruct my router to issue a static local ip to the device (which pihole also recommends).  Once you complete this last step, restart the router.  Then, restart all of the clients on the LAN. Replace 6, 192.168.11.20 with your pihole's LAN address.  In my case, I instruct my router to issue a static local ip to the device (which pihole also recommends).  Once you complete this last step, restart the router.  Then, restart all of the clients on the LAN.
-.+To stop the pihole from cutting off internet from clients: 
 + 
 +  sudo nano /etc/dnsmasq.d/02-custom-settings.conf 
 +  dns-forward-max=5096 
 +  min-cache-ttl=300 
 +  rebind-domain-ok= 
 + 
 +To stop some sanity checking and annoying load reports, etc., do the following: 
 + 
 +  nano /etc/pihole/pihole-FTL.conf 
 +  PRIVACYLEVEL=0 
 +  RATE_LIMIT=10000/60 
 +  CHECK_LOAD=false 
 +  MAXDBDAYS=7 
 +  CHECK_LOAD=false
      
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/10/27 11:17//+ --- //[[alerts@haacksnetworking.org|oemb1905]] 2024/12/28 01:12//
computing/piholeonblack.1730431429.txt.gz · Last modified: 2024/11/01 03:23 by oemb1905