Please follow the below template, it will help us to help you!
I am running latest pi hole installed today on a fresh image of latest Raspbian lite on a brand new RPiZeroW. Only some devices have connected so far (the ones that I manually reset the wifi). My phone tried connecting over and over again for about 20 minutes before it finally worked.
I tried some sites at random and a majority (~65%) appear to be working.
Some sites work and ads are being blocked, other sites work but are slow or appear to work but stop loading half-way, other sites don't work at all. Browser apps like lastpass don't work, either.
Mar 24 16:44:55 dnsmasq[13901]: failed to load names from /etc/pihole/local.list: No such file or directory
Mar 24 16:44:55 dnsmasq[13901]: failed to load names from /etc/pihole/gravity.list: No such file or directory
Ok, so since I'm running latest pihole I shouldn't have to worry about #1 on that faq. I don't have ULA so that means just run the 6 iptables commands listed in #2?
I'm not sure what the dnsmasq errors mean. I'm already way out of my league on this issue as it is.
Output for pihole -g:
[i] Neutrino emissions detected...
[β] Pulling blocklist source list into range
[i] Target: raw.githubusercontent.com (hosts)
[β] Status: Retrieval successful
[i] Target: mirror1.malwaredomains.com (justdomains)
[β] Status: No changes detected
[i] Target: sysctl.org (hosts)
[β] Status: No changes detected
[i] Target: zeustracker.abuse.ch (blocklist.php?download=domainblocklist)
[β] Status: No changes detected
[i] Target: s3.amazonaws.com (simple_tracking.txt)
[β] Status: No changes detected
[i] Target: s3.amazonaws.com (simple_ad.txt)
[β] Status: No changes detected
[i] Target: hosts-file.net (ad_servers.txt)
[β] Status: No changes detected
[β] Consolidating blocklists
[β] Extracting domains from blocklists
[i] Number of domains being pulled in by gravity: 145,343
[β] Removing duplicate domains
[i] Number of unique domains trapped in the Event Horizon: 122,287
[i] Number of blocklist source domains being added to the whitelist: 6
[i] Number of whitelisted domains: 6
[β] Parsing domains into hosts format
[β] Cleaning up stray matter
[β] Force-reloading DNS service
[β] DNS service is running
[β] Pi-hole blocking is Enabled
^ Please note that you may have more than one IP address listed.
As long as one of them is green, and it matches what is in /etc/pihole/setupVars.conf, there is no need for concern.
I don't see anything wrong in your debug log. Did you run the IPTables commands from the FAQ?
Thanks for the feedback. I've since purchased a new router and set up passthrough on the existing one. It's brought several benefits, but namely I've been able to set up the pihole as DNS and the issue above no longer exists. An expensive solution, but I'll likely keep and use the router for a very long time so it's more of an investment.
Tossed you guys a donation tonight. Thank you for the support and a great project. Keep up the good work.
I do have a follow-up question, if you don't mind....
Can I "hijack" the web server and put some projects up in another subdirectory, or will it get overwritten at some point? For instance, can I install another web app at http://pi.hole/projects without a worry of it disappearing?
You can hijack the Web server, but it has caused issues for people in the past since the folder is a repo, but it's not a terribly high risk. We're moving away from this method in any case.