View Single Post
  #6   (View Single Post)  
Old 7th July 2010
nickelodeum nickelodeum is offline
New User
 
Join Date: Jul 2010
Posts: 1
Default

Solved:
Hi, I can see that this issue is due to use groups name, if you don't use the groupname option next #groupname='' , it works properly, just use the name filter1, filter2, etc, in each dansguardianf#.conf file just comment the groupname='' line.
Don't forget assign in ../authplugins/ipgroups file the default filter name filter1,filter2 etc, to the respective subnet segment like this:

#Write like this in ipgroups file

192.168.60.0/255.255.255.0 = filter1
192.168.61.0/255.255.255.0 = filter2
192.168.62.0/255.255.255.0 = filter3

try restart dnasguardian with: dansguardian -Q
and good luck.

I solved this issue this way.
Reply With Quote