My Proxmox server was mistakenly restarted over the weekend so I decided to take the opportunity to update the system. Unfortunately, I got this error as a response:
Dropping into a shell, I tried to manually update the server and got this as output:
Trying to use `ping` on external IP addresses or domains is also giving me the network unreachable error, however I can ping the gateway successfully. I can also use `dig` to correctly resolve external domains.
None of the other devices on the same subnet are having issues pinging inside or outside the network, so this is not a firewall issue.
This looks like a DNS issue, but the dig output implies otherwise. What is going on here?
Code:
TASK ERROR: command 'apt-get update' failed: exit code 100
Dropping into a shell, I tried to manually update the server and got this as output:
Code:
Ign:1 http://deb.debian.org/debian bookworm InRelease
Ign:2 http://deb.debian.org/debian bookworm-updates InRelease
Err:3 http://deb.debian.org/debian bookworm Release
Cannot initiate the connection to deb.debian.org:80 (2a04:4e42:d::644). - connect (101: Network is unreachable) Cannot initiate the connection to deb.debian.org:80 (146.75.126.132). - connect (101: Network is unreachable)
Err:4 http://deb.debian.org/debian bookworm-updates Release
Cannot initiate the connection to deb.debian.org:80 (2a04:4e42:d::644). - connect (101: Network is unreachable) Cannot initiate the connection to deb.debian.org:80 (146.75.126.132). - connect (101: Network is unreachable)
Ign:5 http://security.debian.org/debian-security bookworm-security InRelease
Err:6 http://security.debian.org/debian-security bookworm-security Release
Cannot initiate the connection to security.debian.org:80 (2a04:4e42:600::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (151.101.66.132). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (2a04:4e42:200::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (151.101.130.132). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (2a04:4e42::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (151.101.2.132). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (2a04:4e42:400::644). - connect (101: Network is unreachable) Cannot initiate the connection to security.debian.org:80 (151.101.194.132). - connect (101: Network is unreachable)
Ign:7 http://download.proxmox.com/debian/pve bookworm InRelease
Err:8 http://download.proxmox.com/debian/pve bookworm Release
Cannot initiate the connection to download.proxmox.com:80 (2607:5300:400:7d00::80). - connect (101: Network is unreachable) Cannot initiate the connection to download.proxmox.com:80 (170.130.165.90). - connect (101: Network is unreachable)
Reading package lists... Done
E: The repository 'http://deb.debian.org/debian bookworm Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://deb.debian.org/debian bookworm-updates Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://security.debian.org/debian-security bookworm-security Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://download.proxmox.com/debian/pve bookworm Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Trying to use `ping` on external IP addresses or domains is also giving me the network unreachable error, however I can ping the gateway successfully. I can also use `dig` to correctly resolve external domains.
None of the other devices on the same subnet are having issues pinging inside or outside the network, so this is not a firewall issue.
This looks like a DNS issue, but the dig output implies otherwise. What is going on here?
Last edited: