Koozali.org: home of the SME Server

Dansguardian Setup questions

addodge

Dansguardian Setup questions
« on: October 27, 2006, 04:19:27 PM »
Hey Everyone,
I was wondering if I could get some help from the smart people  ;-)
I have a couple of questions about installing Dansguadring.

1.What is the easiest way to install the newest free version?  Yum install ***(what is the name of the install?) or download the rpm and install it via rpm -Uvh ***?

2.  After installing it, does someone have a step by step how-to on forcing everyone to use the proxy?

3.  I have a access point that i would like to make anyone who uses wireless to go through dansguardian where as several of the wired computers to be able to bypass it.

4.  Any other advice for setting Dansguardian up?

Thanks for all your help.
Andy

Offline haymann

  • *
  • 212
  • +0/-0
Dansguardian Setup questions
« Reply #1 on: October 27, 2006, 05:23:57 PM »
I wouldn't necessarily label myself as smart, but here is what I did...
1. I added the dungog repositories (From Dungog.net)
Code: [Select]
db yum_repositories set dungog repository \
 BaseURL http://sme.dungog.net/packages/smeserver/7.0/i386/dungog/ \
 EnableGroups yes \
 GPGCheck no \
 Name 'SME Server 7 - dungog' \
 Visible yes \
 status enabled
2. Install Dansguardian (From Dungog.net)
Code: [Select]
yum install dansguardian smeserver-dansguardian3. Start Dansguardian(From  somewhere on the Contribs site...)
Code: [Select]
/etc/init.d/dansguardian start4. Follow the 7.0 directions in the rest of the How-To. (I used WinSCP instead of being logged in locally. I do better when I can "browse" the files...)
Quote
After installing it, does someone have a step by step how-to on forcing everyone to use the proxy?
About mid-way through the How-To the is a section called "Configuring your sme server to use Proxy port 8080". That worked perfectly for me.

For your computers that you want to by-pass Dansguardian, you can manually set their proxy to SME's original port. I think you can also setup different groups w/ Dansguardian, but I haven't looked into it yet...

The How-To that I referenced is very good and has gotten me to the point that I am at now.
h-t-h
Ryan

Offline raem

  • *
  • 3,972
  • +4/-0
Dansguardian Setup questions
« Reply #2 on: July 11, 2007, 05:19:23 PM »
haymann

> I think you can also setup different groups w/ Dansguardian, but I haven't looked into it yet...

See the new Howto here
http://wiki.contribs.org/Dansguardian
...

Offline haymann

  • *
  • 212
  • +0/-0
Dansguardian Setup questions
« Reply #3 on: July 18, 2007, 02:42:15 PM »
Quote from: "RayMitchell"
haymann

> I think you can also setup different groups w/ Dansguardian, but I haven't looked into it yet...

See the new Howto here
http://wiki.contribs.org/Dansguardian
The Howto looks fantastic, I can't wait to give it a go. I need to rebuild a server anyway...;)