Veröffentlicht 24. April 200520 j Hallo! Ich wollte auf meinem Linux-Router noch zusätzlich squid als Proxy installieren. Irgendwie scheint dass jedoch zu scheitern. Die Client bekommen keine Daten. Ich finde per ps -Af auch keinen Prozess der auf Squid schliessen lässt... Hier mal meine squid.conf http_port 3128 acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 563 acl Safe_ports port 80 21 443 563 70 210 1025-65535 acl CONNECT method CONNECT acl allowed_hosts src 192.168.6.0/255.255.255.0 http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access allow allowed_hosts http_access deny all visible_hostname braucht.keiner.wissen Wenn ich "visible_hostname" nicht setze, dann stratet Squid nicht...
25. April 200520 j Autor Ich habs gefunden. EinLogFile wurde nicht erstellt. Squid konnte nicht auf /var/ schreiben (permission denied) Problem also gelöst. Danke!
Archiv
Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.