javitu / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 2 forks source link

Adblocking fails for W8.1 #1419

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not strictly a firmware issue, however not sure where else to ask, using 
Firmware: 3.0.3.9-091 on N65U

- Essentially I have implemented hosts files to use with dnsmasq by adding 
three files to /opt/var/adblockhosts/, all loads and works perfect within the 
router itself a ping fails to any host on these lists.
It also works as expected from Ubuntu 12.04 and 14.04, XP and Windows 7 but for 
some reason Windows 8.1 returns the IP via ping, nslookup and the Browser can 
connect to the sites.
- I have rebooted, flushed the DNS, checked that the only DNS is 192.168.1.1 
and still nada.

dnsmasq.conf has this line added: addn-hosts=/opt/var/adblockhosts/

relevant log entries:
Feb  7 11:49:39 dnsmasq[519]: read /etc/hosts - 11 addresses
Feb  7 11:49:39 dnsmasq[519]: read /opt/var/adblockhosts//adaway.list - 453 
addresses
Feb  7 11:49:39 dnsmasq[519]: read /opt/var/adblockhosts//malware.list - 1529 
addresses
Feb  7 11:49:40 dnsmasq[519]: read /opt/var/adblockhosts//mvps.list - 13818 
addresses
Feb  7 11:49:40 dnsmasq[519]: read /etc/storage/dnsmasq/hosts - 0 addresses
Feb  7 11:49:40 dnsmasq-dhcp[519]: read /etc/ethers - 8 addresses

Original issue reported on code.google.com by fschette...@shaw.ca on 7 Feb 2015 at 9:03

GoogleCodeExporter commented 8 years ago
Use search next time. There are answers for 95% of questions.

Original comment by d...@soulblader.com on 7 Feb 2015 at 9:52

GoogleCodeExporter commented 8 years ago
BTW, check default resolving method in Windows. It can be set to multicast dns.

Original comment by d...@soulblader.com on 7 Feb 2015 at 9:55

GoogleCodeExporter commented 8 years ago
I had already implemented all in Issue 1364, essentially all it was is to add 
DNS and Gateway to the Lan part.

Original comment by fschette...@shaw.ca on 7 Feb 2015 at 10:20

GoogleCodeExporter commented 8 years ago
Turns out it was Avast 2015, with Secure DNS turned on.

Original comment by fschette...@shaw.ca on 8 Feb 2015 at 12:03

GoogleCodeExporter commented 8 years ago
Turns out this feature was added to the 2015 roll out:
 "A new feature called Secure DNS is bundled with Avast! 2015"

Original comment by fschette...@shaw.ca on 8 Feb 2015 at 12:05