What's new

DNSCrypt with ipv6

  • 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!

wockawockawocka

Occasional Visitor
I had my ipv6 tunnel working and Ive just installed and setup Opendns and DNSCrypt but now ipv6 tunnel has stopped working.

Do the two services work together?
 
I had my ipv6 tunnel working and Ive just installed and setup Opendns and DNSCrypt but now ipv6 tunnel has stopped working.

Do the two services work together?

Hi,
dnscrypt is fully ipv6 compatible in terminal.(=yes)
I'm not running it with IPv6 but can you give some more information.
what for tunnel are you running, how did you test it?
 
I've been using ipv6 via hurricane electric and it was all working great before I install DNSCrypt

Been testing ipv6 by going to http://www.test-ipv6.com which gives me "No IPv6 address detected" and also try to goto http://ipv6.google.com which just times out..

Is there any chance that my ipv6 tunnel has stopped working?
and how do i find out?

in terminal check for inet6 adresses
Code:
ifconfig

R u sure the tunnel is updated correctly(using dynamic IP)?
Check if IPv4 in tunnelbroker is the same as your current one.
 
If i do a ping test on the router to ipv6.google.com I get 100% loss

Hi try this

in /jffs/configs/dnsmasq.conf.add

change
Code:
server=127.0.0.1#65053

into

Code:
server=::1#65053

open file in terminal and change
vi /opt/etc/init.d/S09dnscrypt-proxy
Code:
--local-address=127.0.0.1:65053 --daemonize

into
Code:
--local-address='[::1]:65053' --daemonize

restart dnscrypt

Code:
/opt/etc/init.d/S09dnscrypt-proxy restart
 
Last edited by a moderator:
ok. looks like there is a problem with my ipv6 tunnel

I've reconfigered everything apart from dnscrypt and my ipv6 tunnel doent work.
Just cant see what im doing wrong.
 
Something that Ive noticed is in the firewall-start there is this line

Code:
insmod /lib/modules/2.6.22.19/kernel/net/ipv6/netfilter/nf_conntrack_ipv6.ko

But the file is missing. Im running the most up to date version of ASUS Merlin
Could this be the problem?
 
I have the same issue, after installing dnscrypt, ipv6 not woking...

maybe it's needed to point dnscrypt to the ipv6 resolvers
add one of these in

/opt/etc/init.d/S09dnscrypt-proxy

Code:
--resolver-address=2620:0:ccc::2 --daemonize
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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