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

udp connect failed #55

Closed
MatthewVance opened this issue Dec 22, 2020 · 13 comments
Closed

udp connect failed #55

MatthewVance opened this issue Dec 22, 2020 · 13 comments

Comments

@MatthewVance
Copy link
Owner

I build 1.13 at my Server but dont work. also klutchell/unbound dont work it has the same error.
and Pihole can't connect on unbound. Reinstall Matthews Version and all are running fine.
[1607543446] libunbound[47:0] error: udp connect failed: Address not available for 2001:500:200::b port 53
[1607543446] libunbound[47:0] error: udp connect failed: Address not available for 2001:7fe::53 port 53
[1607543446] libunbound[47:0] error: udp connect failed: Address not available for 2001:500:a8::e port 53

Originally posted by @beroliv in #54 (comment)

@MatthewVance
Copy link
Owner Author

The IPv6 addresses in the error appear to be associated with root servers: https://www.iana.org/domains/root/servers

@MatthewVance
Copy link
Owner Author

Continuing to research. This may be related to NLnetLabs/unbound#364.

@mxmartins
Copy link
Contributor

mxmartins commented Dec 22, 2020

I have a raspberry pi running 1.13.0 and I am not seeing any of those issues.
I also have a docker container running 1.12.0 and no issues noted as well.....

On both systems, the unbound.conf is properly setup to handle IPv6 upstream and downstream...

(Possibly check you unbound.conf settings, here are mine as they pertain to IPv6
Listen to for queries from clients and answer from this network interface
and port.)
interface: 0.0.0.0@53
interface: ::@53

(May be set to yes if you have IPv6 connectivity)
do-ip6: yes

(Only give access to recursion clients from LAN IPs)
access-control: 2xxx:xxxx:xxxx:ee21::0/64 allow

(These private network addresses are not allowed to be returned for public
internet names. Any occurrence of such addresses are removed from DNS
answers. Additionally, the DNSSEC validator may mark the answers bogus.
This protects against DNS Rebinding)
private-address: 2xxx:xxxx:xxxx:ee20::/60

@mxmartins
Copy link
Contributor

Just saw this as I was digging around.....

NLnetLabs/unbound#364

https://forums.freebsd.org/threads/libunbound-error.78121/

@MatthewVance
Copy link
Owner Author

MatthewVance commented Dec 22, 2020 via email

@dannytsang
Copy link

I'm seeing similar errors all looking like IPv6 related.

@MatthewVance
Copy link
Owner Author

MatthewVance commented Jan 29, 2021 via email

@MatthewVance
Copy link
Owner Author

Closing this because this is an upstream issue.

@MatthewVance
Copy link
Owner Author

Fix #358 in 1.13.1 should address this: https://nlnetlabs.nl/projects/unbound/download/#unbound-1-13-1

@ajostergaard
Copy link

Hello - I seem to have this issue with this container and as described in it stops Unbound from starting at all. Any suggestions for a workaround while a fix is underway? Would it be possible to re-open this issue or shall I monitor the other issue instead.

@MatthewVance
Copy link
Owner Author

MatthewVance commented May 8, 2021 via email

@ajostergaard
Copy link

You are right. :) I found my stupid error - sorry! Left the A out of my A records... DUH. :-/

@MatthewVance
Copy link
Owner Author

MatthewVance commented May 8, 2021 via email

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

No branches or pull requests

4 participants