Well, $OutsideIP means that for a proper caching box, you have an internal address (somewhere in 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16), and an external address, being what I represented as $OutsideIP.  I don't know what that IP is, as it is unique to your box, and not specified anywhere.
-----Original Message-----
From: Nick Lowman [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 25, 2002 9:22 AM
To: 'Aaron Seelye'; Nick Lowman; '[EMAIL PROTECTED]'
Subject: RE: Running squidGuard and DansGuardian at the same time.

What do you mean by $OutsideIP

 

-----Original Message-----
From: Aaron Seelye [mailto:[EMAIL PROTECTED]]
Sent:
25 January 2002 17:05
To: 'Nick Lowman'; '[EMAIL PROTECTED]'
Subject: RE: Running squidGuard and DansGuardian at the same time.

 

I mean src office {

    ip 192.168.12.1-192.168.12.254, 127.0.0.1, $OutsideIP

}

 

or something to that effect.

-----Original Message-----
From: Nick Lowman [mailto:[EMAIL PROTECTED]]
Sent:
Friday, January 25, 2002 8:55 AM
To: 'Aaron Seelye'; Nick Lowman; '[EMAIL PROTECTED]'
Subject: RE: Running squidGuard and DansGuardian at the same time.

Hey Aaron,

I have already listed all the IP addresses for the subnet in the config file?

 

src office {
    ip 192.168.12.1-192.168.12.254
}

 

Do you mean somewhere else?

 

Nick

 

 

-----Original Message-----
From: Aaron Seelye [mailto:[EMAIL PROTECTED]]
Sent:
25 January 2002 16:04
To: 'Nick Lowman'; '[EMAIL PROTECTED]'
Subject: RE: Running squidGuard and DansGuardian at the same time.

 

IIRC, you need to add one of the local addresses (not sure which, so add them all) to your src ip's.

 

Aaron

-----Original Message-----
From: Nick Lowman [mailto:[EMAIL PROTECTED]]
Sent:
Friday, January 25, 2002 1:35 AM
To: '[EMAIL PROTECTED]'
Subject: Running squidGuard and DansGuardian at the same time.

I'm trying to run DansGuardian and squidGuard at the same time but now every time I enable squidGuard it blocks everthing, unless I change the default acl to 'pass all' and then it passes everthing completely ignoring the 'time rules' 'source addresses' or 'destination classes'

 

I've been using squidGuard without dans guardian to block certain sites during office hours and it worked absolutely fine with the config below. Then recently I installed dansguardian because it can check for content of page. And squidGuard stopped working!

 

Any ideas?

 

**********************************
dbhome /usr/local/squidGuard/db
logdir /usr/local/squidGuard/log

# TIME RULES

time workhours {
     weekly mtwhf 08:30-12:30
     weekly mtwhf 13:30-18:30
}

# SOURCE ADDRESSES

src office {
    ip 192.168.12.1-192.168.12.254
}

# DESTINATION CLASSES

dest local {
   domainlist local/domains
}

acl  {
    office within workhours {
        pass !local any
    } else {
          pass any
           }

   default {
        pass none
redirect http://192.168.12.5/cgi-bin/squidguard.pl
   }
}



*******************************************************************

Should you receive this email in error, please notify the

sender immediately and do not disclose, copy or distribute it.

Citigate Lloyd Northover may not be held responsible for the

content of this email as it may reflect the personal view of the

sender and not that of the company. While Citigate Lloyd Northover

runs anti-virus software on all servers and all workstations,

it cannot be held responsible for any infected files that

you may receive. Citigate Lloyd Northover advises all recipients

to virus scan any file attachments.

*******************************************************************

 


_____________________________________________________________________
VirusChecked for Citigate Lloyd Northover by the Incepta Group plc
_____________________________________________________________________


*******************************************************************

Should you receive this email in error, please notify the

sender immediately and do not disclose, copy or distribute it.

Citigate Lloyd Northover may not be held responsible for the

content of this email as it may reflect the personal view of the

sender and not that of the company. While Citigate Lloyd Northover

runs anti-virus software on all servers and all workstations,

it cannot be held responsible for any infected files that

you may receive. Citigate Lloyd Northover advises all recipients

to virus scan any file attachments.

*******************************************************************

 


_____________________________________________________________________
VirusChecked for Citigate Lloyd Northover by the Incepta Group plc
_____________________________________________________________________



*******************************************************************

Should you receive this email in error, please notify the

sender immediately and do not disclose, copy or distribute it.

Citigate Lloyd Northover may not be held responsible for the

content of this email as it may reflect the personal view of the

sender and not that of the company. While Citigate Lloyd Northover

runs anti-virus software on all servers and all workstations,

it cannot be held responsible for any infected files that

you may receive. Citigate Lloyd Northover advises all recipients

to virus scan any file attachments.

*******************************************************************



Reply via email to