Replies: 2 comments 4 replies
-
Your DHCP server(the Netgear) device is still advertising those DNS addresses. Please recheck the DNS fields in the DHCP section and make sure only adguard addresses are present in that list. There is a possibility(if this netgear device is owned by your ISP) they are not disabling advertisement of those servers even when you specify your own DNS servers. Points 2-7 show, your adguard home instance is not able to resolve any domains. There can be two reasons here.
For debugging this I'll suggest,
a.
b.
|
Beta Was this translation helpful? Give feedback.
-
If Try running |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Github community,
It's frustrating that I spent almost $200 to get Raspberry Pi just for AdGuard Home so that I can block ads, most importantly content from my network so that my kids won't get any inappropriate content while using the internet. It's not working with apple devices and chrome book.
I believe I followed all the steps. Let me explain what I did maybe I missed something.
1- I opened 53, 80, and 3000 firewall ports
2- I ran this command since I was not sure what to download. sudo curl -s -S -L https://raw.githubusercontent.com/AdguardTeam/AdGuardHome/master/scripts/install.sh | sh -s -- -v it installed the AdGuard and it display my Pi' IP (192.168.0.20:3000) with port to log in to UI.
3- I typed ip with port and created an account.
4- From the General setting I checked the "Use AdGuard parental control web service" and the "Use safe search" option.
5- From DNS Setting added the below three addresses and checked "Enable DNSSEC"
https://dns.cloudflare.com/dns-query
https://dns.quad9.net/dns-query
https://dns.google/dns-query
https://family.cloudflare-dns.com/dns-query
6- from DNS Blocklists I checked all options under the Security and four options 1Host lite and 1 Host mini, AdGuard DNS filter, and AdAway default blocklist.
7- From Block Services I enable the block option for TikTok, OnlyFan, Xbox live chat, and some other services.
8- I added AdGuard address 192.168.0.20 and ipv6 address in my Netgear router.
9- Unabled and re-enabled network from my devices such as a Linux server, iPhones, iPad, Chromebook, etc.
These are issues I'm having.
1- On my Linux server I can still see two other DNS in resolve.conf file, the first two are from AdGuard one is ipv4 and the second is v6. The other two are v6 addresses and I can see those in my iPhone's DNS setting as well. When I delete those manually from resolve.conf file and restart the network those come back.
2- Ads are not getting blocked from iPhones and iPad. Though I can see the AdGuard address in the DNS setting and DNS is automatic. When I change to manual and delete the other two addresses and leave the AdGuard one, the internet won't work. Under the wifi name, I can see a yellow message saying "No internet connection".
3- In my amazon firestick under DNS setting it shows the AdGuard address (192.168.0.20), also shows google's DNS 8.8.8.8. There isn't a way to add manual DNS.
4- Google home stopped working, it shows offline. The only time it'll work is if I changed router ipv6 DNS from manual to automatic.
5- My garage door app (myQ) goes offline mode.
6- My daughter's chrome book's internet won't work, Chromebook is from school. Either I have to enter DNS from the isp provider to add google's DNS in her Chromebook's network setting.
7- Alexa speaker stop working, and I get a network disconnected error from the app.
It's only working with a laptop that I have RHEL8 GUI installed though I can see old DNS entries in resolve.con file. But tiktok is blocked and ads getting blocked.
Can someone please help to fix the issue? I have already spent almost a month on this and I am helpless and can't figure it out. I uninstalled and reinstalled AdGuard many times.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions