Hello again -

I have Squid configured to use squidGuard, but when I access client machines,
it does not block sites.  Here is my squidGuard.conf file.  What could be
wrong?

#----------------------------------------------------------------
#   DO NOT MODIFY THIS FILE AS IT IS MODIFIED BY THE TEMPLATE
#----------------------------------------------------------------
#   SquidGuard CONFIGURATION FILE
#----------------------------------------------------------------

# CONFIGURATION DIRECTORIES
logdir /local/squid/squidGuard/log
dbhome /local/squid/squidGuard/dbhome


# TIME RULES:
# abbrev for weekdays:
# s = sun, m = mon, t =tue, w = wed, h = thu, f = fri, a = sat


# SOURCE ADDRESSES:

src lan
{
     iplist lan/lan
}

# DESTINATION CLASSES:

dest ads
{
     domainlist  ads/domains
     urllist  ads/urls
}

dest porn
{
     domainlist  porn/domains
     urllist  porn/urls
     expressionlist porn/expressions
}

dest mail
{
     domainlist  mail/domains
}

dest warez
{
     domainlist  warez/domains
     urllist  warez/urls
}

dest hacking
{
     domainlist  hacking/domains
     urllist  hacking/url
}

# ACLs
acl
{
     default
     {
     pass !in-addr !porn !ads !hacking !warez !mail
     redirect http://www.huerfano.k12.co.us/forbidden.html
     }


     lansource
     {
     pass !in-addr !porn !ads !hacking !warez !mail
     redirect http://www.huerfano.k12.co.us/forbidden.html
     }
}

Florin wrote:

> "Manuel R. Lujan" <[EMAIL PROTECTED]> writes:
>
> > Maybe you could answer me this question, then.
> >
> > How do I configure my clients to use squidGuard?
>
> there is nothing to do except to configure squid to use squidGuard. (see my
> squid.conf and squidGuard.conf files at the following link:
> http://mandrakesoft.com/~florin/ )
>
> cheers,
> --
> Florin                  http://www.mandrakesoft.com
begin:vcard 
n:Lujan;Manuel R.
tel;fax:719.738.3148
tel;work:719.738.1899
x-mozilla-html:FALSE
url:http://huerfano.k12.co.us/~mlujan/
org:<a href="http://huerfano.k12.co.us";>Huerfano School District Re-1</a>
adr:;;611 West 7th Street;Walsenburg;CO;81089;
version:2.1
email;internet:[EMAIL PROTECTED]
title:Assistant Technology Coordinator
note:ComTIA A+ Certified Professional
fn:Manuel R. Lujan
end:vcard

Reply via email to