Koozali.org: home of the SME Server

[ANNOUNCE] Revised Dansguardian HOWTO

Offline raem

  • *
  • 3,972
  • +4/-0
[ANNOUNCE] Revised Dansguardian HOWTO
« on: July 09, 2007, 04:30:26 PM »
Dear All

I have dramatically revised the old Dansguardian Howto, to use the latest rpms from dungog.net, and included various db commands to configure port blocking and Auth login (as provided in the rpms).
Some details re configuration files, Auth login & Groups are limited at present.

Anyone like to review/check/test it out and suggest improvements/ provide feedback ? It will replace the old Howto after a short period of evaluation/correction/improvement.

Available here after the mirrors have synchronised
http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/howto/dansguardian%20instal%20&%20configure%20HOWTO%20for%20sme%20server.v7.2.htm

It's been improved and added to the wiki, see a more recent v7.3 at
http://wiki.contribs.org/Dansguardian

Thanks
Ray
...

Offline cool34000

  • *
  • 339
  • +0/-0
[ANNOUNCE] Revised Dansguardian HOWTO
« Reply #1 on: July 09, 2007, 09:27:05 PM »
Hi,

Thanks for your great howto...
Here's a little fix:
After this command (or after deleting the Db entry)
Quote
config setprop dansguardian portblocking yes
You need to restart Masq:
Code: [Select]
expand-template /etc/rc.d/init.d/masq
service masq restart


Best regards,
Sylvain

Offline stephen noble

  • *
  • 607
  • +1/-0
    • Dungog
[ANNOUNCE] Revised Dansguardian HOWTO
« Reply #2 on: July 10, 2007, 02:10:43 AM »
Thanks Ray,
Any reason your not using the wiki ?

Offline raem

  • *
  • 3,972
  • +4/-0
[ANNOUNCE] Revised Dansguardian HOWTO
« Reply #3 on: July 10, 2007, 02:36:07 AM »
snoble

> Any reason your not using the wiki ?

Gotta start somewhere, I'll add it there later after a bit more improvement.
...

Offline raem

  • *
  • 3,972
  • +4/-0
[ANNOUNCE] Revised Dansguardian HOWTO
« Reply #4 on: July 10, 2007, 09:25:47 AM »
snoble

I added it to the wiki.
http://wiki.contribs.org/Dansguardian
...

Offline Smitro

  • *
  • 350
  • +0/-0
[ANNOUNCE] Revised Dansguardian HOWTO
« Reply #5 on: July 10, 2007, 10:59:00 AM »
I followed your how to, and am working through the "Configuring Dansguardian to use Auth-Login"

This line.
Quote
To enable any of the above setting changes you must follow the command with:

expand-template /etc/squid/squid.conf svc -t /service/squid


I get:
Code: [Select]
Unknown option: t

2 separate commands maybe?
.........

Offline raem

  • *
  • 3,972
  • +4/-0
[ANNOUNCE] Revised Dansguardian HOWTO
« Reply #6 on: July 10, 2007, 11:26:08 AM »
Smitro

> 2 separate commands maybe?

A formatting problem in the wiki editor.
It should read

expand-template /etc/squid/squid.conf
svc -t /service/squid

Also instead of all being on one line, the previous commands re setting a auth type should also have read like this:

config setprop squid RequireAuth pam

or

config setprop squid RequireAuth nsca

or

config setprop squid RequireAuth ident

To disable Auth login

config delprop squid RequireAuth

To enable any of the above setting changes you must follow the command with:

expand-template /etc/squid/squid.conf

svc -t /service/squid

The wiki Dansguardian Howto is fixed now.
...