04-27-2014 09:24 AM
i added the opendns ip in my router for dns and configured everything but it is not blocking some sites that it should. Does it take some time to initiate.
04-27-2014 10:21 AM
No, it does not take some time. Post the complete plain text output of the following command here:
nslookup -type=txt debug.opendns.com.
08-03-2015 10:33 AM
nslookup -type=txt debug.opendns.com
08-03-2015 10:36 AM
Server: UnKnown
Address: 192.168.2.1
*** UnKnown can't find debug.opendns.com: Non-existent domain
08-03-2015 10:46 AM
@shan247
That reads like your router is configured to be your DNS server, but that it isn't pointed at us. If it were, you would get output similar to this:
Results for: nslookup -timeout=10 -type=txt debug.opendns.com. stdout: Server: resolver1.opendns.com Address: 192.168.2.1 debug.opendns.com text = "server 5.lon" debug.opendns.com text = "flags 20 0 70 5950800000000000000" debug.opendns.com text = "originid 0" debug.opendns.com text = "actype 0" debug.opendns.com text = "source 109.128.134.148:61031" stderr: Non-authoritative answer:
Please check your router's DNS settings and make sure they're pointed to 208.67.222.222 and 208.67.220.220.
08-04-2015 03:18 AM
@shan247
"i added the opendns ip in my router for dns"
There's more than one OpenDNS resolver address. Did you fill all DNS entries on your router with OpenDNS addresses?
If you think your router is already configured correctly, you may want to check if your ISP redirects your DNS queries to their DNS service, therefore preventing you from using 3rd party DNS services like OpenDNS.
nslookup -type=txt debug.opendns.com. 208.67.220.220
Or visit https://dnsleaktest.com/ to test it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide