That's weird never known an isp use something like that i am doing some tinkering with firewall and nat-start scripts with iptables it's all a good learning experience i'm just weary of trying too much and getting face-ached nagged at for it84.200.69.80 is https://dns.watch
Hope not i need them to stay as slightly smarter keyboard monkies!Maybe your ISP is running Merlin with DNS Filter enabled in Router mode.
OK, update guys on my investigation.
Merlin acts weird had entries vanishing and reapearing in my firewall-start script, tried firewall-start and a nat-start script - the firewall script keeps it's info on reboot, the nat script does not....
So, now not getting dns intercepted - turned off dnsfilter and it reports correctly, but if the dnsfilter is needed to filter specific devices like naughty kiddies\adults just use a vpn for streaming to keep the functionality of dnsfiter, but finding a vpn that is fast and works on all streaming services is a challenge.
Is that set in the dns\wins server settings in dhcp or is that set in dhcp reservation?1.1.1.3 - Blocks adult content plus dodgy software sites, you can specify this in the LAN DHCP settings. Try adding your phone, then in the DNS option use that i have specified then try an adult site, it should block it.
UPDATE: With my advanced setup using Dns over TLS, i have set my laptop in the DHCP server reservation and used 1.1.1.3 and it works, filtered the adult content.
dhcp reservation, when you add a client to use a static local IP using their MAC address. It says "DNS Server (Optional)"Is that set in the dns\wins server settings in dhcp or is that set in dhcp reservation?
Thanks Merlin, won't be the best if using a smartdns service for streaming and they don't support DOT etc otherwise great to have that protectionSimplest way to bypass an ISP that does DNS filtering is to switch to DNS-over-TLS. It's encrypted and it uses a different port than 53, so the ISP won't be able to interfere.
Nowt dodgy about free software sites as long as things are checked...virustotal etc1.1.1.3 - Blocks adult content plus dodgy software sites, you can specify this in the LAN DHCP settings. Try adding your phone, then in the DNS option use that i have specified then try an adult site, it should block it.
UPDATE: With my advanced setup using Dns over TLS, i have set my laptop in the DHCP server reservation and used 1.1.1.3 and it works, filtered the adult content.
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 23.21.43.50:1512
iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 54.229.171.243:1512
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 23.21.43.50:1512
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 54.229.171.243:1512
Maybe your ISP is running Merlin with DNS Filter enabled in Router mode.
I tried this as well except i had mine in firewall-start as nat-start always lost it's contents on reboot...got sick of the whole thing and stumpedup for dedicated ip's to get around the issues, plus if i need to do filtering per device i can chose to do that now....as before i was getting traffic hijackied when attempting use of smartdns when dnsfilter was onI've got around this issue in the past by switching to the smartdns provider alternate DNS port, at least the one I use had it.
Instead of pointing DNS to port 53 you have to modify the iptables to the alternate port your provider may (or may not) have.
In the code above the router will re-direct DNS calls to port 1512. A nat-start custom script can be used for this purpose, and you must replace the IP addresses shown here with the DNS server IPs of your smardns provider.Code:iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 23.21.43.50:1512 iptables -t nat -A PREROUTING -i br0 -p udp --dport 53 -j DNAT --to 54.229.171.243:1512 iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 23.21.43.50:1512 iptables -t nat -A PREROUTING -i br0 -p tcp --dport 53 -j DNAT --to 54.229.171.243:1512
1.1.1.3 - Blocks adult content plus dodgy software sites, you can specify this in the LAN DHCP settings. Try adding your phone, then in the DNS option use that i have specified then try an adult site, it should block it.
UPDATE: With my advanced setup using Dns over TLS, i have set my laptop in the DHCP server reservation and used 1.1.1.3 and it works, filtered the adult content.
Hey guys, update: I don't know what it is with cloudflare servers..1.0.0.1, 1.1.1.1 but if they are set in WAN DNS it gives me limited to no connectivity and stops the vpn client working, but when i used Quad9 in DOT everything worked including vpn.
On this note i'm staying away from cloudflare and watch-dns for dns very unstable and lucky if you have things completely working.
Apparently DOT is only available for main servers ( 1.1.1.1 and 1.0.0.1 ), not supported yet for the family filtering servers (1.1.1.2 and 1.1.1.3). Can someone check this?
need your help as was looking at a guide on pihole to setup recursive dns using unbound, one bit is confusing meRecently I've had similar problems with main Cloudflare servers and switched to Quad9. But unfortunately the 9.9.9.9 filters some domains msitakenly flagged as "malicous" or "not secure", so finally I landed to Unbound
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!