Das ist ein auschnitt aus einer squid.conf, angepasst an Dein
192.168.100.0-Netz.
Die Regeln werden irgendwo in der squid.conf so aufgesetzt:
alles hinter den #-Zeichen ist kommentar.
....
#Examples:
#acl myexample dst_as 1241
#acl password proxy_auth REQUIRED
#
#Defaults:
acl all src 192.168.100.1-192.168.100.254/255.255.255.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
......
später in der squid.conf dann entwerder zum sperren oder erlauben
aktiviert:
....
#Default configuration:
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
#
.....
Martin Kellner
---------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org