N'abend zusammen,
ich bin gerad dabei einen Proxyserver auf Basis von Squid (Linux) einzurichten.
Squid läuft problemlos. Allerdings blockiert Squidguard, den ich über die beiden Zeilen
in der squid.conf eingebunden habe keine Webseiten aus den eingebundenen Blacklists.
Wenn ich /usr/bin/squidGuard -c /etc/squid/squidguard.conf in der Konsole eingebe wird folgendes ins Log geschrieben:
Code
		
					
				2010-03-15 20:20:54 [7568] New setting: dbhome: /opt/scripts
2010-03-15 20:20:54 [7568] New setting: logdir: /var/log/squid
2010-03-15 20:20:54 [7568] init domainlist /opt/scripts/BL/dating/domains
2010-03-15 20:20:54 [7568] loading dbfile /opt/scripts/BL/dating/domains.db
2010-03-15 20:20:54 [7568] init urllist /opt/scripts/BL/dating/urls
2010-03-15 20:20:54 [7568] loading dbfile /opt/scripts/BL/dating/urls.db
2010-03-15 20:20:54 [7568] init domainlist /opt/scripts/BL/sex/lingerie/domains
2010-03-15 20:20:54 [7568] loading dbfile /opt/scripts/BL/sex/lingerie/domains.db
2010-03-15 20:20:54 [7568] init urllist /opt/scripts/BL/sex/lingerie/urls
2010-03-15 20:20:54 [7568] loading dbfile /opt/scripts/BL/sex/lingerie/urls.db
2010-03-15 20:20:54 [7568] init domainlist /opt/scripts/BL/custom/domains
2010-03-15 20:20:54 [7568] loading dbfile /opt/scripts/BL/custom/domains.db
2010-03-15 20:20:54 [7568] init urllist /opt/scripts/BL/custom/urls
2010-03-15 20:20:54 [7568] loading dbfile /opt/scripts/BL/custom/urls.db
	
			Alles anzeigen
	Zudem erscheint im squidGuard.log folgendes:
Code
		
			2010-03-15 20:20:55 [7635] squidGuard 1.3 started (1268681506.987)
2010-03-15 20:20:55 [7635] Info: recalculating alarm in 12494 seconds
2010-03-15 20:20:55 [7635] squidGuard ready for requests (1268681506.989)
	
	Code
		
					
				#
# CONFIG FILE FOR SQUIDGUARD
#
dbhome /opt/scripts
logdir /var/log/squid
#
# TIME RULES:
# abbrev for weekdays:
# s = sun, m = mon, t =tue, w = wed, h = thu, f = fri, a = sat
time workhours {
        weekly mtwhf 08:00 - 12:00
        weekly mtwhf 13:00 - 17:00 
}
#
# SOURCE ADDRESSES:
#
src intern {
        ip              192.168.0.0/24
}
#
# DESTINATION CLASSES:
#
dest dating {
        domainlist      BL/dating/domains
        urllist         BL/dating/urls
}
dest porn {
        domainlist      BL/sex/lingerie/domains
        urllist         BL/sex/lingerie/urls
}
dest custom {
        domainlist      BL/custom/domains
        urllist         BL/custom/urls
}
acl {
        default {
                pass    !custom none
    }
}
	
			Alles anzeigen
	gibt folgendes aus:
Code
		
			squid     7355  0.0  0.1  52800  6968 ?        S    19:45   0:00 (squid) -D
squid     7362  0.0  0.0   3644   248 ?        Ss   19:45   0:00 (unlinkd)
squid     7631  0.0  0.0   9072  1208 ?        Ss   20:31   0:00 (squidGuard) -c /etc/squid/squidguard.conf #
squid     7632  0.0  0.0   9072  1204 ?        Ss   20:31   0:00 (squidGuard) -c /etc/squid/squidguard.conf #
squid     7633  0.0  0.0   9072  1204 ?        Ss   20:31   0:00 (squidGuard) -c /etc/squid/squidguard.conf #
squid     7634  0.0  0.0   9068  1128 ?        Ss   20:31   0:00 (squidGuard) -c /etc/squid/squidguard.conf #
squid     7635  0.0  0.0   9068  1132 ?        Ss   20:31   0:00 (squidGuard) -c /etc/squid/squidguard.conf #
root      7777  0.0  0.0  61152   752 pts/0    S+   21:24   0:00 grep squid
	
	Der Benutzer "squid" ist Besitzer von allen Blacklists.
Squid ist installiert in der Version 2.6.STABLE21
Squidguard ist installiert in der Version 1.3 
und Berkeley DB in der Version 4.3.29
Ich hoffe ihr könnt mir helfen.
Danke und Gruß Kafke