Re: [!!!] Rooting LATEST H firmware
Posted: Thu Aug 20, 2015 2:11 pm
I'm using OpenWRT (BarrierBreaker) and dnsmasq to do this override.
However, by using just the 4 domains in sectroyer's link, I am still able to access his link (it's not as effective as URL filtering). However, when accessing a subdomain of msecnd.net, I get a "Name or service not known" error, but when accessing a subdomain of the subdomain, it eventually (after 20s) resolves it:
Test 1: Point the ip to 0.0.0.0:
- doesn't work
Test 2 - blacklist vo.msecnd.net as well
... Same thing - doesn't work.
It's puzzling. I'll try to do a packet capture (or run dnsmasq in debug mode) to try to better understand the issue...
However, by using just the 4 domains in sectroyer's link, I am still able to access his link (it's not as effective as URL filtering). However, when accessing a subdomain of msecnd.net, I get a "Name or service not known" error, but when accessing a subdomain of the subdomain, it eventually (after 20s) resolves it:
Code: Select all
root@arcturus:~# time nslookup msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: msecnd.net
Address 1: 127.0.0.1 localhost
real 0m 0.02s
user 0m 0.00s
sys 0m 0.01s
root@arcturus:~# time nslookup vo.msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
nslookup: can't resolve 'vo.msecnd.net': Name or service not known
Command exited with non-zero status 1
real 0m 0.01s
user 0m 0.00s
sys 0m 0.01s
root@arcturus:~# time nslookup az307127.vo.msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: az307127.vo.msecnd.net
Address 1: 2606:2800:133:206e:1315:22a5:2006:24fd
Address 2: 68.232.34.200
real 0m 20.03s
user 0m 0.00s
sys 0m 0.01s
Code: Select all
root@arcturus:~# time nslookup msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: msecnd.net
Address 1: 0.0.0.0 msecnd.net
real 0m 0.01s
user 0m 0.00s
sys 0m 0.00s
root@arcturus:~# time nslookup vo.msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
nslookup: can't resolve 'vo.msecnd.net': Name or service not known
Command exited with non-zero status 1
real 0m 0.02s
user 0m 0.00s
sys 0m 0.01s
root@arcturus:~# time nslookup az307127.vo.msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: az307127.vo.msecnd.net
Address 1: 2606:2800:133:206e:1315:22a5:2006:24fd
Address 2: 68.232.34.200
real 0m 20.07s
user 0m 0.00s
sys 0m 0.01s
Test 2 - blacklist vo.msecnd.net as well
Code: Select all
root@arcturus:~# time nslookup msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: msecnd.net
Address 1: 0.0.0.0 msecnd.net
real 0m 0.01s
user 0m 0.00s
sys 0m 0.01s
root@arcturus:~# time nslookup vo.msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: vo.msecnd.net
Address 1: 0.0.0.0 msecnd.net
real 0m 0.04s
user 0m 0.00s
sys 0m 0.00s
root@arcturus:~# time nslookup az307127.vo.msecnd.net 192.168.1.1
Server: 192.168.1.1
Address 1: 192.168.1.1 arcturus.lan
Name: az307127.vo.msecnd.net
Address 1: 2606:2800:133:206e:1315:22a5:2006:24fd
Address 2: 68.232.34.200
real 0m 20.03s
user 0m 0.00s
sys 0m 0.01s
It's puzzling. I'll try to do a packet capture (or run dnsmasq in debug mode) to try to better understand the issue...