Unbound faild after upgrade.

Feb 1, 2024
11
1
3
My proxmox gateway Ver 7.3-11. After upgrade unbound (unbound/oldstable-security 1.13.1-1+deb11u2 amd64 [upgradable from: 1.13.1-1+deb11u1]), Unbound cannot start.
Code:
systemctl start  unbound.service
Job for unbound.service failed because the control process exited with error code.
See "systemctl status unbound.service" and "journalctl -xe" for details.

Code:
unbound -d -vvvv
[1713976325] unbound[10213:0] notice: Start of unbound 1.13.1.
[1713976325] unbound[10213:0] debug: increased limit(open files) from 1024 to 4152
[1713976325] unbound[10213:0] debug: creating udp6 socket ::1 53
[1713976325] unbound[10213:0] error: can't create socket: Permission denied
[1713976325] unbound[10213:0] fatal error: could not open ports
 
I have add this config in /etc/unbound/unbound.conf
Code:
server:
    # Enable Unbound to work with IPv4
    do-ip4: yes

    # Disable IPv6 if not needed
    do-ip6: no

    # Define the interfaces to listen on
    interface: 0.0.0.0
    interface: 127.0.0.1

Unbound allready running.