----- St John Tech Support said -------
> Okay I have squidGuard 1.2.0 installed on my proxy server

Brent,

The current production version of squidGuard is 1.1.4:
<http://ftp.ost.eltele.no/pub/www/proxy/squidGuard/squidGuard-1.1.4.tar.
gz>

The version that you installed, 1.2.0 is only available in the
Development directory. That directory also contains this README warning:

                      !!! WARNING: STAY AWAY !!!
                   THIS DIRECTORY IS FOR SNAPSHOTS
                 OF UNFINISHED WORK IN PROGRESS ONLY
        PACKAGES HERE WILL PROBABLY NOT EVEN BUILD OR INSTALL

I'd suggest you stick with the production version to minimize variables
and help get you up and running.

Rick


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of St John Tech
Support
Sent: Wednesday, November 14, 2001 1:20 PM
To: Squidguard
Subject: Not Blocking


Okay I have squidGuard 1.2.0 installed on my proxy server, I have also
installed the Black Lists. This is really anoying me I am hitting sites
directly out of the black lists and up they come. so if I change the any
to
all it still lets everything threw and if I set the all or any to none
it
sill lets the blacklists threw. What's wrong...


Brent.

logdir /var/log/squidGuard
dbhome /usr/share/squidGuard-1.2.0/db
time OPEN {
        weekly * 08:00 - 22:00
}

source alluser {
        ip              192.168.207.1-192.168.207.255
        ip              192.168.206.1-192.168.206.255
        ip              192.168.205.1-192.168.205.255
        ip              192.168.2.1-192.168.2.255
        ip              192.168.1.1-192.168.1.255
}


destination bl_warez {
        domainlist              blacklists/warez/domains
        urllist                 blacklists/warez/urls
}

destination bl_proxy {
        domainlist              blacklists/proxy/domains
        urllist                 blacklists/proxy/urls
}
destination warez {
        domainlist              warez/domains
        urllist                 warez/urls
}

destination proxy {
        domainlist              proxy/domains
        urllist                 proxy/urls
}

destination bl_porn {
        domainlist              blacklists/porn/domains
        urllist                 blacklists/porn/urls
}
destination porn {
        domainlist              porn/domains
        urllist                 porn/urls
}

destination bl_hacking {
        domainlist              blacklists/hacking/domains
        urllist                 blacklists/hacking/urls
}

destination bl_gambling {
        domainlist              blacklists/gambling/domains
        urllist                 blacklists/gambling/urls
}
destination hacking {
        domainlist              hacking/domains
        urllist                 hacking/urls
}

destination gambling {
        domainlist              gambling/domains
        urllist                 gambling/urls
}

acl {

        alluser within OPEN {
                pass !bl_warez !bl_proxy !bl_porn !bl_hacking !bl_gambling !warez
!proxy
!porn !hacking !gambling any
                redirect
http://192.168.1.98/cgi-bin/squidGuard.cgi?clientaddr=%a&srclall=%s&targ
etcl
ass=%t&url=%u
}

default  within OPEN {
                pass !bl_warez !bl_proxy !bl_porn !bl_hacking !bl_gambling none
                redirect
http://192.168.1.98/cgi-bin/squidGuard.cgi?clientaddr=%a&srclall=%s&targ
etcl
ass=%t&url=%u

}
}


Reply via email to