User Tools

Site Tools


computing:piholebbb

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:piholebbb [2021/01/21 00:08] oemb1905computing:piholebbb [2021/02/28 23:13] (current) – removed oemb1905
Line 1: Line 1:
-Getting the Beagle Bone Black to run pihole well. 
-   
-  sudo rm -rf /opt/* 
-  sudo apt update 
-  sudo apt remove --purge nginx* nodejs 
-  sudo apt autoremove 
-  curl -sSL https://install.pi-hole.net | bash  
  
-  sudo nano /etc/default/bb-wl18xx 
-  USE_GENERATED_DNSMASQ=no 
-   
-  sudo nano /etc/dnsmasq.d/SoftAp0 
-  #cache-size=2048 
-  #dhcp-leasefile=/var/run/dnsmasq.leases 
- 
-  rm /var/lib/misc/dnsmasq.leases 
-  touch /var/lib/misc/dnsmasq.leases 
-  chown pihole:pihole /var/lib/misc/dnsmasq.leases 
-   
-  sudo nano /etc/hosts 
-  10.xx.xx.xx hostname.domain.com hostname 
-  sudo reboot 
-   
-Navigate to the web interface and you should be good.  I used some of the [[https://frdmtoplay.com/running-pi-hole-on-the-beagle-bone-black/|Freedom to Play]] resources on this topic, but tweaked those that were out of date and/or did not apply to my use case. 
-   
- --- //[[jonathan@haacksnetworking.com|oemb1905]] 2021/01/20 16:20// 
computing/piholebbb.1611187689.txt.gz · Last modified: 2021/01/21 00:08 by oemb1905