Example: Jan 29 15:02:47 raspberrypi unbound-anchor[451]: [1611892967] libunbound[451:0] error: udp connect failed: Network is unreachable for 198.41.0.4 port 53
> --000000000000c2171105ba023657
> Content-Type: text/plain; charset="UTF-8"
>
> Hi.
> I'm getting udp connection failed and I'm not sure if this is normal or not.
> I pasted below a link to the entire output of the 'status' command.
>
> #: sudo systemctl status unbound
> https://pastebin.com/5p9PvJj4
>
> *Example: *Jan 29 15:02:47 raspberrypi unbound-anchor[451]: [1611892967]
> libunbound[451:0] error: udp connect failed: Network is unreachable for
> 198.41.0.4 port 53
>
4.0.41.198.in-addr.arpa. 835 IN PTR a.root-servers.net.
The IP numbers are from root-servers and unbound (-anchor) is trying
to get the root hints and fails.
My guss is that a firwall is blocking access to those or somethings
else is running on this port.
However, I couldn’t find where in my unbound.conf file I can use this unbound-anchor -a -4 “root.key” without having errors when running unbount-checkconf
This is what I tried doing:
Can someone please inform me how can I incorporate unbound-anchor -a -4 in my unbound.conf file so I won’t get these errors?
I’m running on RaspberryOS and I’m not using any firewall. No ufw, no iptables and no firewalld. I don’t think I’m blocking port 53, so I’m assuming I’m experiencing the same issue Herbert experienced.
On a side note, wouldn’t it be better if we have a subreddit r/UnboundDNS to use for support issues instead email chains? Just a suggestion.