Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Letzte ÜberarbeitungBeide Seiten, nächste Überarbeitung
server_und_serverdienste:squid_deb_proxy [2020/12/15 16:02] lomaserver_und_serverdienste:squid_deb_proxy [2020/12/15 16:30] loma
Zeile 61: Zeile 61:
 </code> </code>
  
-<file bash mirror-dstdomain.acl+<file bash 10-default
-# mirror-dstdomain.conf+/etc/squid-deb-proxy/mirror-dstdomain.acl.d/10-default
  
 # network destinations that are allowed by this cache # network destinations that are allowed by this cache
  
-# default ubuntu and ubuntu country archive mirrors 
 .archive.ubuntu.com  .archive.ubuntu.com 
 ports.ubuntu.com  ports.ubuntu.com 
Zeile 81: Zeile 80:
 changelogs.ubuntu.com changelogs.ubuntu.com
  
-# additional destinations can be added to the directory: 
-#  /etc/squid-deb-proxy/mirror-dstdomain.acl.d 
-  
  
 # osit.cc # osit.cc
 .puppetlabs.com .puppetlabs.com
 .styrion.at .styrion.at
-.styrion.net 
 .steampowered.com .steampowered.com
 .mkvtoolnix.download .mkvtoolnix.download
Zeile 101: Zeile 96:
 .debian.org .debian.org
 .proxmox.com .proxmox.com
-.download.onlyoffice.com+.download.opensuse.org 
 +.liveusb.info 
 +.tuxedocomputers.com 
 +.leaseweb.net 
 +.ocf.berkeley.edu 
 +.packages.graylog2.org
  
 +.mirror.umd.edu
 +.mirrors.syringanetworks.net
 +.mirrors.gigenet.com
 +.mirror.web-ster.com
 +.raspbian.phirephly.design
 +.fortinet.com
 +.api.snapcraft.io
 +.signal.org
 +.cloudfront.net
 +.software-univention.de
 +.nightly.odoo.com
 +.onlyoffice.com
 +.cinelerra-gg.org
 +
 +packages.grafana.com
 +packages.microsoft.com
 +www.benno-mailarchiv.de
 +repository.spotify.com
 </file> </file>
  
Zeile 109: Zeile 127:
 systemctl restart squid-deb-proxy.service systemctl restart squid-deb-proxy.service
 </code> </code>
 +
  
 ===== Umstellung von Apt-Cacher auf Squid ===== ===== Umstellung von Apt-Cacher auf Squid =====
Zeile 117: Zeile 136:
 http_port 3142 http_port 3142
 ... ...
 +</code>
 +==== Ports auf Univention Server öffnen ====
 +Betreibt man den Proxy auf UCS muss man noch die Firewallports öffnen:
 +<code>
 +ucr set  security/packetfilter/tcp/3142/all=ACCEPT
 +service univention-firewall restart
 </code> </code>