I feel I've tried everything, and am honestly out of ideas; for some reason I simply can't access the apt repositories, e.g. "deb http://download.proxmox.com/debian/pbs-client bookworm main". I'm able to ping the repos, e.g.:
But when trying to simply run apt update, the command just freezes with
Debian repos work, so the issue is only about proxmox apt repos.
I've had similar issue previously with e.g. default Ubuntu apt repos, but was able to fix the issue by switching to mirrors. However, I couldn't find any Proxmox mirrors, so I guess I'm out of luck..?
Code:
root@proxmox:~# ping6 download.proxmox.com
PING download.proxmox.com(sg.cdn.proxmox.com (2402:1f00:8001:f7a::65)) 56 data bytes
64 bytes from sg.cdn.proxmox.com (2402:1f00:8001:f7a::65): icmp_seq=1 ttl=52 time=86.2 ms
64 bytes from sg.cdn.proxmox.com (2402:1f00:8001:f7a::65): icmp_seq=2 ttl=52 time=86.2 ms
^C
--- download.proxmox.com ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 86.187/86.190/86.194/0.003 ms
root@proxmox:~# ping -4 download.proxmox.com
PING (51.79.228.122) 56(84) bytes of data.
64 bytes from sg.cdn.proxmox.com (51.79.228.122): icmp_seq=1 ttl=52 time=87.9 ms
64 bytes from sg.cdn.proxmox.com (51.79.228.122): icmp_seq=2 ttl=52 time=88.3 ms
^C
--- ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1000ms
rtt min/avg/max/mdev = 87.888/88.088/88.289/0.200 ms
But when trying to simply run apt update, the command just freezes with
0% [Waiting for headers]
Debian repos work, so the issue is only about proxmox apt repos.
I've had similar issue previously with e.g. default Ubuntu apt repos, but was able to fix the issue by switching to mirrors. However, I couldn't find any Proxmox mirrors, so I guess I'm out of luck..?