Hi,
i am again reporting problem with cdn used by proxmox for apt repository. Our firewalls just doesn't work reliable with it's 1 minute ip cycling.
Do you really need 60 seconds ip swapping? Maybe with new firewall this problem will disappear, but we aren't there yet and i will likely to not use proxy.
i am again reporting problem with cdn used by proxmox for apt repository. Our firewalls just doesn't work reliable with it's 1 minute ip cycling.
Code:
;; ANSWER SECTION:
download.proxmox.com. 635 IN CNAME download.cdn.proxmox.com. <---- there is 600+ TTL !
download.cdn.proxmox.com. 60 IN CNAME cz.eu.cdn.proxmox.com.
cz.eu.cdn.proxmox.com. 60 IN CNAME de3.cdn.proxmox.com.
de3.cdn.proxmox.com. 60 IN A 45.84.67.184
[code]
After 5 seconds:
[code]
;; ANSWER SECTION:
download.proxmox.com. 54 IN CNAME download.cdn.proxmox.com. <--- there is 60 TTL !
download.cdn.proxmox.com. 54 IN CNAME cz.eu.cdn.proxmox.com.
cz.eu.cdn.proxmox.com. 54 IN CNAME de3.cdn.proxmox.com.
de3.cdn.proxmox.com. 54 IN A 45.84.67.184
Code:
root@proxmox-22:~# apt update
Hit:1 http://ftp.cz.debian.org/debian bookworm InRelease
Hit:2 http://ftp.cz.debian.org/debian bookworm-backports InRelease
Hit:3 http://repo.netdata.cloud/repos/stable/debian bookworm/ InRelease
Hit:4 https://download.bareos.org/current/Debian_12 InRelease
Hit:5 http://repo.zabbix.com/zabbix/6.4/debian bookworm InRelease
Ign:6 https://downloads.linux.hpe.com/SDR/repo/mcp bookworm/current InRelease
Hit:7 https://downloads.linux.hpe.com/SDR/repo/mcp bookworm/current Release
Ign:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Ign:10 http://download.proxmox.com/debian/pve bookworm InRelease
Hit:11 http://security.debian.org/debian-security bookworm-security InRelease
Ign:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Ign:10 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Ign:10 http://download.proxmox.com/debian/pve bookworm InRelease
Err:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Could not connect to download.proxmox.com:80 (185.219.221.167), connection timed out
Err:10 http://download.proxmox.com/debian/pve bookworm InRelease
Unable to connect to download.proxmox.com:http:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
62 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://download.proxmox.com/debian/ceph-reef/dists/bookworm/InRelease Could not connect to download.proxmox.com:80 (185.219.221.167), connection timed out
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease Unable to connect to download.proxmox.com:http:
W: Some index files failed to download. They have been ignored, or old ones used instead.
Code:
root@proxmox-22:~# apt update
Hit:1 http://repo.netdata.cloud/repos/stable/debian bookworm/ InRelease
Hit:2 https://download.bareos.org/current/Debian_12 InRelease
Hit:3 http://ftp.cz.debian.org/debian bookworm InRelease
Hit:4 http://ftp.cz.debian.org/debian bookworm-backports InRelease
Hit:5 http://repo.zabbix.com/zabbix/6.4/debian bookworm InRelease
Ign:6 https://downloads.linux.hpe.com/SDR/repo/mcp bookworm/current InRelease
Hit:7 https://downloads.linux.hpe.com/SDR/repo/mcp bookworm/current Release
Ign:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Ign:10 http://download.proxmox.com/debian/pve bookworm InRelease
Hit:11 http://security.debian.org/debian-security bookworm-security InRelease
Ign:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Ign:10 http://download.proxmox.com/debian/pve bookworm InRelease
Ign:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Ign:10 http://download.proxmox.com/debian/pve bookworm InRelease
Err:9 http://download.proxmox.com/debian/ceph-reef bookworm InRelease
Could not connect to download.proxmox.com:80 (212.224.123.70), connection timed out
Err:10 http://download.proxmox.com/debian/pve bookworm InRelease
Unable to connect to download.proxmox.com:http:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
62 packages can be upgraded. Run 'apt list --upgradable' to see them.
W: Failed to fetch http://download.proxmox.com/debian/ceph-reef/dists/bookworm/InRelease Could not connect to download.proxmox.com:80 (212.224.123.70), connection timed out
W: Failed to fetch http://download.proxmox.com/debian/pve/dists/bookworm/InRelease Unable to connect to download.proxmox.com:http:
W: Some index files failed to download. They have been ignored, or old ones used instead.
Do you really need 60 seconds ip swapping? Maybe with new firewall this problem will disappear, but we aren't there yet and i will likely to not use proxy.