I installed the cacher package according to the steps outlined in https://qubes.3isec.org/tasks.html on my Qubes setup running 4.1.2
The installation of 3isec-qubes-cacher-1.10-1.fc32.x86_64.rpm via dom0 went well, but afterward, none of my Debian or Fedora TemplateVMs could update via apt/dnf update
.
Debian 12
E: Failed to fetch
http://HTTPS///deb.debian.org/debian/dists/bookworm/InRelease
Connection failed [IP: 127.0.0.1 8082]
E: Failed to fetchhttp://HTTPS///deb.debian.org/debian-security/dists/bookworm-security/InRelease
Connection failed [IP: 127.0.0.1 8082]
E: Failed to fetchhttp://HTTPS///deb.qubes-os.org/r4.1/vm/dists/bookworm/InRelease
Connection failed [IP: 127.0.0.1 8082]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Fedora 38
Errors during downloading metadata for repository āfedoraā:
Curl error (52): Server returned nothing (no headers, no data) forhttp://HTTPS///mirrors.fedoraproject.org/metalink?repo=fedora-38&arch=x86_64&protocol=http
[Empty reply from server]
Error: Failed to download metadata for repo āfedoraā: Cannot prepare internal mirrorlist: Curl error (52): Server returned nothing (no headers, no data) forhttp://HTTPS///mirrors.fedoraproject.org/metalink?repo=fedora-38&arch=x86_64&protocol=http
[Empty reply from server]
My cacher AppVM is connected to the same netVM which is successfully providing network to other AppVMs. However, when I try to ping out from the cacher AppVM I get
Ping: connect: Network is unreachable
ip link
indicates eth0 is down. I brought it up via ip link set eth0 up
but still canāt ping out from the cacher AppVM.
What am I missing here?