User Tools

Site Tools


computing:piholebbb

This is an old revision of the document!


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 
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

I used some of the Freedom to Play resources on this topic, but tweaked those that were out of date and/or did not apply to my use case.

oemb1905 2021/01/20 16:20

computing/piholebbb.1611185219.txt.gz · Last modified: 2021/01/20 23:26 by oemb1905