What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

The log says there is a bad block, that could be the problem. o_O

May 5 07:05:34 syslogd started: BusyBox v1.25.1
May 5 07:05:34 kernel: klogd started: BusyBox v1.25.1 (2018-07-25 12:34:53 EDT)
May 5 07:05:34 kernel: itmask 0x1985 not found at 0x03980004: 0x0001 instead
....
May 5 07:05:34 kernel: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x03ea0018: 0x9b3d instead
May 5 07:05:34 kernel: jffs2_scan_eraseblock(): Magic bitmask 0x1985 not found at 0x03ea003c: 0xe270 instead
May 5 07:05:34 kernel: Cowardly refusing to erase blocks on filesystem with no valid JFFS2 nodes
May 5 07:05:34 kernel: empty_blocks 25, bad_blocks 1, c->nr_blocks 502
May 5 07:05:34 kernel: nand_erase_nand: attempt to erase a bad block at page 0x00008640
....
 
Hi thanks for your work! quick question - on uninstall does it

a. Reset the IP address range (it seemed to for me)?
b. Reset the AiCloud Access from 9443 back to 443? (it did not seem to for me)?

Thanks!

k.
 
Hi thanks for your work! quick question - on uninstall does it

a. Reset the IP address range (it seemed to for me)?
b. Reset the AiCloud Access from 9443 back to 443? (it did not seem to for me)?

Thanks!

k.
No and no.
 
Facing no blocj problem with diversion it is not blocking anything.Have tried to reset the router and everything nothing helps
 
Facing no blocj problem with diversion it is not blocking anything.Have tried to reset the router and everything nothing helps
If you reset the router, is Diversion still running?
Start the Diversion UI, then enter d and select Re-Install.
Also, have you checked the FAQ?
 
I thing updating asus merlin stopped ad blocking for me nothing else changed
Paste content of dnsmasq.conf. Use sf in Diversion to show the file.
 
How can I add the exact filter lists from uBlock origin to diversion?
Code:
183.984 Netzwerkfilter + 118.284 kosmetische Filter von:
uBlock filters – 9.955 benutzt aus 9.957
uBlock filters – Annoyances371 benutzt aus 373
uBlock filters – Badware risks41 benutzt aus 41
uBlock filters – Experimental6 benutzt aus 6
uBlock filters – Privacy144 benutzt aus 145
uBlock filters – Resource abuse279 benutzt aus 280
uBlock filters – Unbreak595 benutzt aus 595
Werbung (4/4)
Adblock Warning Removal List465 benutzt aus 479
Adguard Base Filters19.646 benutzt aus 20.824
Adguard Mobile Filters2.857 benutzt aus 3.359
EasyList84.894 benutzt aus 85.494
Privatsphäre (3/3)
Adguard Spyware Filters2.873 benutzt aus 7.236
EasyPrivacy14.422 benutzt aus 15.614
Fanboy’s Enhanced Tracking List2.477 benutzt aus 2.524
Domains mit Schadsoftware (4/4)
Malvertising filter list by Disconnect363 benutzt aus 2.987
Malware Domain List1.095 benutzt aus 1.111
Malware domains26.820 benutzt aus 26.837
Spam4046.534 benutzt aus 6.534
Belästigungen (5/5)
Adguard’s Annoyance List14.483 benutzt aus 16.512
Fanboy’s Annoyance List11.164 benutzt aus 44.790
Fanboy’s Anti-Thirdparty Social (see warning inside list)68 benutzt aus 68
Fanboy’s Cookiemonster List12.246 benutzt aus 12.249
Fanboy’s Social Blocking List21.314 benutzt aus 21.342
Verschiedene Zwecke (4/4)
Dan Pollock’s hosts file10.233 benutzt aus 13.809
hpHosts’ Ad and tracking servers41.727 benutzt aus 45.741
MVPS HOSTS11.944 benutzt aus 12.449
Peter Lowe’s Ad and tracking server list2.607 benutzt aus 2.609
Regionen, Sprachen (1/37)
ara: Liste AR
DEU: EasyList Germany9.400 benutzt aus 9.470
 
Code:
 /etc//dnsmasq.conf has this content:
 START FILE, --- lines are not part of file
 ---------------------------------------------------
 pid-file=/var/run/dnsmasq.pid
 user=nobody
 bind-dynamic
 interface=br0
 interface=pptp*
 no-dhcp-interface=pptp*
 no-resolv
 servers-file=/tmp/resolv.dnsmasq
 no-poll
 no-negcache
 cache-size=1500
 min-port=4096
 bogus-priv
 domain-needed
 dhcp-range=lan,192.168.1.3,192.168.1.254,255.255.255.0,86400s
 dhcp-option=lan,3,192.168.1.1
 dhcp-option=lan,252,"\n"
 dhcp-authoritative
 interface=tun21
 interface=tun22
 dhcp-name-match=set:wpad-ignore,wpad
 dhcp-ignore-names=tag:wpad-ignore
 # start of Diversion directives #
 addn-hosts=/opt/share/diversion/list/blacklist
 addn-hosts=/opt/share/diversion/list/blockinglist
 # end of Diversion directives #
 ---------------------------------------------------
 END FILE

appreciate the help
 
Code:
 /etc//dnsmasq.conf has this content:
 START FILE, --- lines are not part of file
 ---------------------------------------------------
 pid-file=/var/run/dnsmasq.pid
 user=nobody
 bind-dynamic
 interface=br0
 interface=pptp*
 no-dhcp-interface=pptp*
 no-resolv
 servers-file=/tmp/resolv.dnsmasq
 no-poll
 no-negcache
 cache-size=1500
 min-port=4096
 bogus-priv
 domain-needed
 dhcp-range=lan,192.168.1.3,192.168.1.254,255.255.255.0,86400s
 dhcp-option=lan,3,192.168.1.1
 dhcp-option=lan,252,"\n"
 dhcp-authoritative
 interface=tun21
 interface=tun22
 dhcp-name-match=set:wpad-ignore,wpad
 dhcp-ignore-names=tag:wpad-ignore
 # start of Diversion directives #
 addn-hosts=/opt/share/diversion/list/blacklist
 addn-hosts=/opt/share/diversion/list/blockinglist
 # end of Diversion directives #
 ---------------------------------------------------
 END FILE

appreciate the help
Turn logging l on then use f, 1, to see if any domains are blocked (red). Browse some websites while doing that.
 
Code:
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 202.241.208.56
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 14.128.26.212
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 14.128.26.215
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 14.128.26.216
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 202.241.208.54
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 14.128.26.213
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 202.241.208.55
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 202.241.208.53
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 14.128.26.214
21:55:42 dnsmasq[6190]: reply tg3.dr.socdm.com is 202.241.208.52
21:55:42 dnsmasq[6190]: query[A] pixel.adsafeprotected.com from 192.168.1.3
21:55:42 dnsmasq[6190]: blocked by blockinglist pixel.adsafeprotected.com is 192.168.1.2
21:55:43 dnsmasq[6190]: query[A] cr-p3.ladsp.jp from 192.168.1.3
21:55:43 dnsmasq[6190]: forwarded cr-p3.ladsp.jp to 150.107.8.23
21:55:43 dnsmasq[6190]: validation result is INSECURE
21:55:43 dnsmasq[6190]: reply cr-p3.ladsp.jp is 54.95.215.39
21:55:43 dnsmasq[6190]: reply cr-p3.ladsp.jp is 54.64.220.62
21:55:43 dnsmasq[6190]: query[A] exchange.nativeads.com from 192.168.1.3
21:55:43 dnsmasq[6190]: blocked by blockinglist exchange.nativeads.com is 192.168.1.2
21:55:43 dnsmasq[6190]: query[A] track.eyeviewads.com from 192.168.1.3
21:55:43 dnsmasq[6190]: blocked by blockinglist track.eyeviewads.com is 192.168.1.2
21:55:43 dnsmasq[6190]: query[A] graph.facebook.com from 192.168.1.42
21:55:43 dnsmasq[6190]: blocked by blockinglist graph.facebook.com is 192.168.1.2
21:55:43 dnsmasq[6190]: query[A] token.rubiconproject.com from 192.168.1.3
21:55:43 dnsmasq[6190]: blocked by blockinglist token.rubiconproject.com is 192.168.1.2
21:55:43 dnsmasq[6190]: query[A] vars.hotjar.com from 192.168.1.3
21:55:43 dnsmasq[6190]: forwarded vars.hotjar.com to 150.107.8.23
21:55:43 dnsmasq[6190]: validation result is INSECURE
21:55:43 dnsmasq[6190]: reply vars.hotjar.com is <CNAME>
21:55:43 dnsmasq[6190]: reply vars.hotjar.com.c.section.io is <CNAME>
21:55:43 dnsmasq[6190]: reply epg14.e.section.io is 147.75.94.117
21:55:43 dnsmasq[6190]: reply epg14.e.section.io is 147.75.94.165
21:55:43 dnsmasq[6190]: reply epg14.e.section.io is 147.75.93.137
21:55:43 dnsmasq[6190]: reply epg14.e.section.io is 147.75.94.171
21:55:44 dnsmasq[6190]: query[A] cr-pall.ladsp.com from 192.168.1.3
21:55:44 dnsmasq[6190]: forwarded cr-pall.ladsp.com to 150.107.8.23
21:55:44 dnsmasq[6190]: validation result is INSECURE
21:55:44 dnsmasq[6190]: reply cr-pall.ladsp.com is 54.250.30.189
21:55:44 dnsmasq[6190]: reply cr-pall.ladsp.com is 52.68.50.192
21:55:44 dnsmasq[6190]: query[A] pixel.rubiconproject.com from 192.168.1.3
21:55:44 dnsmasq[6190]: blocked by blockinglist pixel.rubiconproject.com is 192.168.1.2
21:55:44 dnsmasq[6190]: query[A] static.adsafeprotected.com from 192.168.1.3
21:55:44 dnsmasq[6190]: blocked by blockinglist static.adsafeprotected.com is 192.168.1.2
21:55:44 dnsmasq[6190]: query[A] ml314.com from 192.168.1.3
21:55:44 dnsmasq[6190]: blocked by blockinglist ml314.com is 192.168.1.2
21:55:44 dnsmasq[6190]: query[A] graph.facebook.com from 192.168.1.42
21:55:44 dnsmasq[6190]: blocked by blockinglist graph.facebook.com is 192.168.1.2
21:55:44 dnsmasq[6190]: query[A] settings.crashlytics.com from 192.168.1.42
21:55:44 dnsmasq[6190]: blocked by blockinglist settings.crashlytics.com is 192.168.1.2
21:55:44 dnsmasq[6190]: query[A] secure.adnxs.com from 192.168.1.3
21:55:44 dnsmasq[6190]: blocked by blockinglist secure.adnxs.com is 192.168.1.2
21:55:45 dnsmasq[6190]: query[A] ads.yahoo.com from 192.168.1.3
21:55:45 dnsmasq[6190]: blocked by blockinglist ads.yahoo.com is 192.168.1.2
21:55:45 dnsmasq[6190]: query[A] stats.g.doubleclick.net from 192.168.1.3
21:55:45 dnsmasq[6190]: blocked by blockinglist stats.g.doubleclick.net is 192.168.1.2
21:55:45 dnsmasq[6190]: query[A] dns.msftncsi.com from 127.0.0.1
21:55:45 dnsmasq[6190]: cached dns.msftncsi.com is 131.107.255.255
21:55:45 dnsmasq[6190]: query[A] track.eyeviewads.com from 192.168.1.3
21:55:45 dnsmasq[6190]: blocked by blockinglist track.eyeviewads.com is 192.168.1.2
21:55:46 dnsmasq[6190]: query[A] client.wns.windows.com from 192.168.1.3
21:55:46 dnsmasq[6190]: cached client.wns.windows.com is <CNAME>
21:55:46 dnsmasq[6190]: cached wns.notify.windows.com.akadns.net is <CNAME>
21:55:46 dnsmasq[6190]: cached apac1.notify.windows.com.akadns.net is <CNAME>
21:55:46 dnsmasq[6190]: cached sg2p.wns.notify.windows.com.akadns.net is 52.230.85.180
21:55:46 dnsmasq[6190]: query[A] api.stack-sonar.com from 192.168.1.3
21:55:46 dnsmasq[6190]: forwarded api.stack-sonar.com to 150.107.8.23
21:55:46 dnsmasq[6190]: validation result is INSECURE
21:55:46 dnsmasq[6190]: reply api.stack-sonar.com is 34.237.104.165
21:55:46 dnsmasq[6190]: reply api.stack-sonar.com is 52.73.122.138
21:56:10 dnsmasq[6190]: validation result is INSECURE

yes it is blocking sites i guess it is due to regional ad services
i am using medium size file
the example of ads i see are
Code:
https://googleads.g.doubleclick.net/aclk?sa=L&ai=C19BwovrNW_abI4Pw2ASUqruYAv2V_PNT7-Ljn_cHncz93wUQASD0-cYlYOXC5IOkDsgBAqkC5gowaDAxTT7gAgCoAwHIA5kEqgSgAU_QoVlCjppUkeWIvGB_4m7vvYMUKDzeheb8BjzmV1B7chhDm74NaSA89gHy7Oiej0edVzdCmBAQj1tL-Ni-gpc7uY7H9zKDNZQtDmk4Wg_CZ6fEOutrQ8BklJuKtLk5nl3h95cY24NDvtwIsHiWs4PukB5LJHzJqKTCw1MYOvraw7UMD3cCuOk0iiEXJyxrDLoYaXneI7k9WWzki7G17lXgBAGgBgKAB5XEhIoBqAeOzhuoB9XJG6gHudIbqAfZyxuoB8_MG6gHpr4bqAeaBtgHAdIIBwiAYRABGAHyCBthZHgtc3Vic3luLTk2ODgxNzIxNjg4MTc0MTOxCRWrTrIQr8qrgAoD2BMC&num=1&sig=AOD64_2ChHSapG33C1gez2GxQsZgbvPnbg&client=ca-pub-6396844742497208&nm=1&nx=471&ny=51&mb=2&adurl=https://www.surveycash99.com/

Code:
https://www.googleadservices.com/pagead/aclk?sa=L&ai=CczB-D_rNW46eH8z02ATk3KfwCuigwPRTw_CJwOkHwI23ARABIPT5xiVg5cLkg6QOoAHCkePQA8gBAuACAKgDAcgDmQSqBKABT9Cm0qJY4yHpuZ2inbsqrbO1K1v8w7qvqyn3jFgIdOQbQaw6_MgZxblTlimdasFeQspRr3TdNdA4lnDacnp_4xPJu1MBoPfdNsP-xbSNxDwHGEZSB8lYEAb51jNMFudsGD350hweVW_zwL5b0RMmg58mAYzLjhXPWQpPjvvGwVw_taaaD7SJorNXtTw3GfTUqCHpfeQ67_tRBV2BSUG47-AEAaAGAoAHgOachgGoB47OG6gH1ckbqAe50huoB9nLG6gHz8wbqAemvhuoB5oG2AcB0ggHCIBhEAEYAfIIG2FkeC1zdWJzeW4tOTY4ODE3MjE2ODgxNzQxM7EJt5dYmb52DnqACgPYEww&num=1&cid=CAASEuRom-EaEoETIHIv8Mm6Vo6xaw&sig=AOD64_2BwNcoIykxSyF-vDNbQjaSL08oGw&client=ca-pub-6396844742497208&nm=1&nx=46&ny=45&mb=2&adurl=https://sl.virtualworldsland.com/jsp/redirect/landing_pages/1620597524/index.jsp%3Ftarget%3DSM_Best_Keywords_Dis29092018_7%26url%3Dhttps://sl.virtualworldsland.com/jsp/redirect/landing_pages/1620597524/index.jsp

how to bypass them
 
yes it is blocking sites i guess it is due to regional ad services
i am using medium size file
the example of ads i see are
So, ad-blocking is working, just some ads get through? That's an entirely different thing than your original "does not work".

To block all ads from www.googleadservices.com or googleads.g.doubleclick.net you need to add them to the blacklist in el.
 
These sites are already in blacklist i have forced added them still not working
switched to largest ad block file same problem
 
added them were already in list still no blocking
Use f, 3. This only shows blocked domains. Then browse sites that have ads from them. They are blocked but maybe your browser needs the cache wiped.
 

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top