Hi,
I’m using Qubes with a Debian 13 sys-net. An external computer is connected directly to sys-net via Ethernet and provides Internet access.
My TemplateVM updates are configured to go through sys-whonix, so the path is essentially:
Template → sys-whonix → sys-firewall → sys-net → Ethernet/Internet
I noticed that ss -tulpn in sys-net shows:
0.0.0.0:8082 — /usr/bin/tinyproxy
I understand this is related to Qubes’ UpdatesProxy, but since my templates use sys-whonix as the UpdateVM, I’m confused about why Tinyproxy is listening on all IPv4 interfaces on sys-net.
Is the 0.0.0.0:8082 listener expected and safe to leave as-is in this setup? Should I leave Tinyproxy enabled, or is there a recommended way to restrict access to it from the physical Ethernet interface?
Thanks!