Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 resolver? #26

Open
mdavids opened this issue Feb 22, 2018 · 3 comments
Open

IPv6 resolver? #26

mdavids opened this issue Feb 22, 2018 · 3 comments
Labels

Comments

@mdavids
Copy link
Contributor

mdavids commented Feb 22, 2018

SPIN/Valibox announces itself as IPv4-local resolver (192.168.8.1) via DHCP. But how does this work for IPv6? I noticed a fe80::e695:6eff:fe40:298c in /etc/resolv.conf at some point. Does this work, is this right?

I guess this requires some further testing.

@ElmerLastdrager
Copy link
Contributor

From a client-perspective: resolving using ipv6 does not seem to work. As in: $ dig -6 example.nl produces a time-out only.

@mdavids
Copy link
Contributor Author

mdavids commented Mar 14, 2018

My /etc/resolv.conf was:

domain lan
nameserver fe80::e695:6eff:fe40:298c
nameserver 192.168.8.1

And indeed, the fe80::e695:6eff:fe40:298c does nothing.

However, I am now running 1.5-beta-201803011326 and my /etc/resolv.conf is:

domain lan
nameserver 192.168.8.1
nameserver fd48:430c:f4bc::1

and 'dig -6 example.nl' works:

;; SERVER: fd48:430c:f4bc::1#53(fd48:430c:f4bc::1)

Can be closed?

@tjeb
Copy link
Contributor

tjeb commented Mar 14, 2018

There is one more thing we need to test, I seem to recall the ULA address fd48:430c:f4bc::1 to not be set by openwrt if there is no IPv6 on the routers public side. Which, if so, causes a big problem, because then Unbound won't start (you can configure either hard IP addresses or 'everything' but not 'everything on iface x', AFAIK).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants