Re: [squid-users] I can't get it running............

From: Dave Raven <dave@dont-contact.us>
Date: Thu, 13 Dec 2001 19:25:09 +0200

First off run a
        ps -ax |grep squid
and see if squidGuard proccesses are running.

next, your config file, what is not working?
It passes everything? you have internal ip's;
there is no need to mask them from us.

What is the ip of the box you are trying from?
Please show us your whole config file, no X's etc.

try make a few entries like so:

    src iprange {
            ip 192.168.0.0/16 #assuming this is
right.
    }

    iprange {
            pass none
            redirect http://www.squid-cache.org
        }

and see what happens....

----- Original Message -----
From: "[papapep]" <papapep@ensaladilla.com>
To: <squid-users@squid-cache.org>
Sent: Thursday, December 13, 2001 1:18 PM
Subject: [squid-users] I can't get it running............

> Although I've tried it several ways it seems I must be stupid or
> something like that, because it doesn't work.
> Every one that wants gets out to internet. But in theory my
> squidGuard.conf should only let pass the to ip's from the permis group...
> And my squid.conf has this line that gives to squidGuard the control (I
> think):
>
> > redirect_program /usr/local/squidGuard/bin/squidGuard
>
>
> What am I doing wrong?
>
> Give me a hand please.
>
> This is my squidGuard.conf:
>
> > logdir /usr/local/squidGuard/log
> >
> > src permis {
> > ip 192.X.X.X
> > ip 192.X.X.Y
> > }
> >
> > acl {
> >
> > permis {
> > pass all
> > }
> >
> > default {
> > pass none
> > }
> > }
>
>
> Josep Sànchez
>
> [papapep]
>
>
>
>
Received on Thu Dec 13 2001 - 10:28:48 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:21 MST