Cannot initiate the connection to download.proxmox.com:80

Leilu

New Member
Apr 30, 2024
1
0
1
Yo,

I can't update proxmox or download any ct template.
starting apt-get update
Hit:1 http://security.debian.org bookworm-security InRelease
Hit:2 http://ftp.fr.debian.org/debian bookworm InRelease
Hit:3 http://ftp.fr.debian.org/debian bookworm-updates InRelease
Ign:4 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:4 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:4 http://download.proxmox.com/debian/pve bookworm InRelease
Err:4 http://download.proxmox.com/debian/pve bookworm InRelease
Cannot initiate the connection to download.proxmox.com:80 (2001:41d0:b00:5900::34). - connect (101: Network is unreachable) Could not connect to download.proxmox.com:80 (51.91.38.34), connection timed out
Reading package lists...
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease Cannot initiate the connection to download.proxmox.com:80 (2001:41d0:b00:5900::34). - connect (101: Network is unreachable) Could not connect to download.proxmox.com:80 (51.91.38.34), connection timed out
W: Some index files failed to download. They have been ignored, or old ones used instead.
TASK OK

downloading http://download.proxmox.com/images/system/ubuntu-22.04-standard_22.04-1_amd64.tar.zst to /var/lib/vz/template/cache/ubuntu-22.04-standard_22.04-1_amd64.tar.zst
--2025-04-26 02:08:27-- http://download.proxmox.com/images/system/ubuntu-22.04-standard_22.04-1_amd64.tar.zst
Resolving download.proxmox.com (download.proxmox.com)... 51.91.38.34, 2001:41d0:b00:5900::34
Connecting to download.proxmox.com (download.proxmox.com)|51.91.38.34|:80... failed: Connection timed out.
TASK ERROR: download failed: Connecting to download.proxmox.com (download.proxmox.com)|2001:41d0:b00:5900::34|:80... failed: Network is unreachable.

ip -a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp1s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 84:47:09:23:08:4b brd ff:ff:ff:ff:ff:ff
3: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000
link/ether 84:47:09:23:08:4a brd ff:ff:ff:ff:ff:ff
4: wlp0s20f3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 30:05:05:7c:a8:c6 brd ff:ff:ff:ff:ff:ff
5: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 84:47:09:23:08:4a brd ff:ff:ff:ff:ff:ff
inet 192.168.1.99/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::8647:9ff:fe23:84a/64 scope link
valid_lft forever preferred_lft forever

cat /etc/network/interfaces
auto lo
iface lo inet loopback

iface enp2s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.99/24
gateway 192.168.1.254
bridge-ports enp2s0
bridge-stp off
bridge-fd 0

iface enp1s0 inet manual

iface wlp0s20f3 inet manual


source /etc/network/interfaces.d/*

ping download.proxmox.com
PING fr.cdn.proxmox.com (51.91.38.34) 56(84) bytes of data.
64 bytes from fr.cdn.proxmox.com (51.91.38.34): icmp_seq=1 ttl=56 time=10.7 ms
64 bytes from fr.cdn.proxmox.com (51.91.38.34): icmp_seq=2 ttl=56 time=10.9 ms
64 bytes from fr.cdn.proxmox.com (51.91.38.34): icmp_seq=3 ttl=56 time=10.5 ms
64 bytes from fr.cdn.proxmox.com (51.91.38.34): icmp_seq=4 ttl=56 time=11.4 ms
64 bytes from fr.cdn.proxmox.com (51.91.38.34): icmp_seq=5 ttl=56 time=10.3 ms
64 bytes from fr.cdn.proxmox.com (51.91.38.34): icmp_seq=6 ttl=56 time=11.0 ms
^C
--- fr.cdn.proxmox.com ping statistics ---
6 packets transmitted, 6 received, 0% packet loss, time 5009ms
rtt min/avg/max/mdev = 10.278/10.802/11.403/0.365 ms

pveversion
pve-manager/8.4.0/ec58e45e1bcdf2ac (running kernel: 6.8.12-9-pve)
 
Last edited:
Hi,

since the connection fails with "connection timed out" - do you have any firewall in front of your node?
Maybe some corporate firewall that blocks outgoing connections to port 80?

Do you have firewall rules configured directly in PVE?
 
Could you provide output for:
Code:
cat /etc/apt/sources.list.d/pve-install-repo.list

cat /etc/apt/sources.list.d/ceph.list

cat /etc/apt/sources.list

Easier:
Code:
find /etc/apt/sources* -type f -exec cat {} +
 
Last edited: