我在防火墙后面的 DMZ 中有一些 debian 机器。问题是这些机器大多无法访问 CDN 支持的 org.debian.org-repositories,因为 deb.debian.org 的 IP 会随机变化,因此机器尝试访问的 IP 与防火墙允许的 IP 并不相同。
我需要将 sources.list 更改为不使用 deb.debian.org,而是使用例如 ftp2.de.debian.org。
嗯,除了安全更新之外,一切都很好。似乎没有可用的 debian-security 子文件夹。如何获得可用的 sources.list?
我的来源列表
deb http://ftp2.de.debian.org/debian/ bullseye main
deb http://ftp2.de.debian.org/debian-security bullseye-security main
deb http://ftp2.de.debian.org/debian/ bullseye-updates main
结果是
root@MyHost:/home/MyUser# apt-get -o Acquire::ForceIPv4=true update
Hit:1 http://ftp2.de.debian.org/debian bullseye InRelease
Ign:2 http://ftp2.de.debian.org/debian-security bullseye-security InRelease
Hit:3 http://ftp2.de.debian.org/debian bullseye-updates InRelease
Err:4 http://ftp2.de.debian.org/debian-security bullseye-security Release
404 Not Found [IP: 137.226.34.46 80]
Hit:5 https://repo.zabbix.com/zabbix/5.4/debian bullseye InRelease
Hit:6 https://download.jitsi.org stable/ InRelease
Reading package lists... Done
E: The repository 'http://ftp2.de.debian.org/debian-security bullseye-security Release' does not have 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.
答案1
好的,我找到了原因,感谢https://debianforum.de/forum/viewtopic.php?t=85342
debisn-asecurity 镜像不多。似乎大多数镜像都不包含该镜像。