On Sat, Jul 15, 2017 at 03:34:00PM -0700, Salmiakki wrote: > On Saturday, 15 July 2017 23:16:35 UTC+2, PR wrote: > > Yes, I have setup a local CentOS Repository Server which is holding all > > packages for other VMs in this datacenter. > > Thinking about it that would work but does not actually help me as that will > sync all packages even the ones that I do not have installed, right? >
There's been some discussion of this in qubes-issues. Some people use squid on an upstream proxy. I only use Debian/Ubuntu so use apt-cacher-ng installed on upstream proxy. It installs out of the box, and all you need is a new rule in the nat table to capture traffic for the proxy. That way there's no difficulties with routing or configuration on the templates. iptables -t nat -I PR-QBS-SERVICES -d 10.137.255.254 -j DNAT --to-destination XXX:3142 NB, apt-cacher-ng plays reasonably well with Fedora despite the maintainer's comments, as far as I remember. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20170716142836.qwdzrakzqjd5g5g5%40thirdeyesecurity.org. For more options, visit https://groups.google.com/d/optout.
