Unbound log with a lot of ipv6 permission denied

Hello,
My unbound log is showing a lot of "permission denied" error when I don't specify a Zone like 1.1.1.1. I can still browse the net and unbound is doing is thing. Below are some of the error. I don't have ipv6 and i don't see those address anywhere in my conf. Is there a way for me to turn off ipv6 for unbound? I saw something on stack-exchange about "do-ip6: (yes or no)" and
"local-zone: ip6.arpa. refuse" but i don't know how to convert that to uci command. Can anyone help me with this? Thank you.

daemon.err unbound: [14889:0] error: udp connect failed: Permission denied for 2001:500:a8::e port 53
Thu Aug  5 09:20:19 2021 daemon.err unbound: [14889:0] error: udp connect failed: Permission denied for 2620:171:801:714::1 port 53
Thu Aug  5 09:20:19 2021 daemon.err unbound: [14889:0] error: udp connect failed: Permission denied for 2620:171:800:714::1 port 53
Thu Aug  5 09:20:19 2021 daemon.err unbound: [14889:0] error: udp connect failed: Permission denied for 2620:171:800:714::1 port 53
Thu Aug  5 09:20:19 2021 daemon.err unbound: [14889:0] error: udp connect failed: Permission denied for 2001:500:2f::f port 53
Thu Aug  5 09:20:19 2021 daemon.err unbound: [14889:0] error: udp connect failed: Permission denied for 2620:171:801:714::1 port 53

Set the recursion protocol to IPv4 only, e.g. in LuCI:

unbound

3 Likes

Thank you very much. That solved my issue.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.