Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
pfSense Forum
Development/Documentation
»
Documentation
»
Installing the Dansguardian package in PFSense - One user's experience
Username:
Password:
1 Hour
1 Day
1 Week
1 Month
Forever
Home
Help
Search
Login
Register
Pages:
1
2
3
[
4
]
5
Go Down
« previous
next »
Print
Author
Topic: Installing the Dansguardian package in PFSense - One user's experience (Read 31681 times)
0 Members and 1 Guest are viewing this topic.
hf
Newbie
Offline
Posts: 7
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #45 on:
July 09, 2012, 01:17:42 pm »
Hi, I think there is an option under in DansGuardian to set timing.
Access lists->site and url
Logged
hf
Newbie
Offline
Posts: 7
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #46 on:
July 09, 2012, 01:45:08 pm »
Hi and thanks to all you where of great help..
I installed DansGuardian and Squid from packages, works fine, just a few questions,
1) is there a need to put in a blacklist url into Dansguardian?
2) I'm trying to get "phrase" to work and it doesn't seem to?
I tried to just put e.g. "<gambling>" with or without spaces front or back but with out any response? Was able to enter any gambling site there is?
And while we are at it, where are the category settings? Also when a block comes up it just says
Category
regular expressions? wondering.
TIA
P.S. as a newbie using pfsense, thanks to the Makers, its unreal, great work.
and thanks to the maker of the DG pkg very nice job.
Logged
marcelloc
Hero Member
Online
Posts: 8133
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #47 on:
July 09, 2012, 02:05:07 pm »
Quote from: hf on July 09, 2012, 01:45:08 pm
I tried to just put e.g. "<gambling>" with or without spaces front or back but with out any response? Was able to enter any gambling site there is?
You have to check to get dansguardian working before going on access lists.
Check if it's listening,
Check if dansguardian is sending traffic to squid
Check if clients are using dansguardian ip/port as their proxies.
check log files to see what is passing through dansguardian.
etc, etc, etc.
This package gui follow dansguardian conf files, so you need some dansguardian knowledge to get it working
Quote from: hf on July 09, 2012, 01:45:08 pm
thanks to the maker of the DG pkg very nice job.
Thanks! donations are always welcome
att,
Marcello Coutinho
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
hf
Newbie
Offline
Posts: 7
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #48 on:
July 09, 2012, 02:46:41 pm »
Thanks,
When i put into
Site
e.g. "google.com" it got blocked so that tells me that it listens and works, doesn't it?
And i added the rule under nat so i understand that all traffic is forwarded to DG?
Now the log files I wasn't able to figure it out? I'm using strictly the GUI.
TIA
Logged
marcelloc
Hero Member
Online
Posts: 8133
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #49 on:
July 09, 2012, 03:30:53 pm »
Quote from: hf on July 09, 2012, 02:46:41 pm
When i put into
Site
e.g. "google.com" it got blocked so that tells me that it listens and works, doesn't it?
Did you enabled the phrase Banned Lists on default group?
Quote from: hf on July 09, 2012, 02:46:41 pm
And i added the rule under nat so i understand that all traffic is forwarded to DG?
Using nat to get it transparent, you can only filter http.
Quote from: hf on July 09, 2012, 02:46:41 pm
Now the log files I wasn't able to figure it out? I'm using strictly the GUI.
The log will be usefull only on console tail -f /var/log/dansguardian/access.log
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
emuttillo
Newbie
Offline
Posts: 5
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #50 on:
July 30, 2012, 07:41:33 pm »
guys, i'm at a loss here... I installed the dansguardian package and then had to uninstall it, and now after a reinstall, I can't get the gui components of the package to ever finish installing... it just stops at this part:
Code:
Removing Dansguardian components...
Tabs items... done.
Menu items... done.
Services... done.
Loading package instructions...
Deinstall commands... done.
Removing package instructions...done.
Auxiliary files... done.
Package XML... done.
Configuration... done.
Beginning package installation for Dansguardian...
Downloading package configuration file... done.
Saving updated package information... done.
Downloading Dansguardian and its dependencies...
Checking for package installation... Loading package configuration... done.
Configuring package components...
Additional files... done.
Loading package instructions...
Custom commands...
Executing custom_php_install_command()...
Can someone please tell me what I should do here? I have DG working on another server but wanted to do it all on the pfsense box if i could...that way I can filter sites for my kids IPODs and stuff that doesn't have proxy settings easily available.
Appreciate your help, thanks in advance!
Logged
marcelloc
Hero Member
Online
Posts: 8133
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #51 on:
July 30, 2012, 09:08:23 pm »
Can you check if there is any errors on console/system logs?
How old is your dansguardian install?
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
emuttillo
Newbie
Offline
Posts: 5
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #52 on:
July 31, 2012, 06:46:23 am »
I didn't really see any errors on the logs or console.... i think it's probably about a year old installation at best. I have upgraded it whenever the upgrade was available from the main repository. I think dg is actually installing, but i'm not seeing any portions of it available for configuration in the GUI.
Logged
marcelloc
Hero Member
Online
Posts: 8133
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #53 on:
July 31, 2012, 08:04:20 am »
Quote from: emuttillo on July 31, 2012, 06:46:23 am
but i'm not seeing any portions of it available for configuration in the GUI.
If you can't see it on pfsense menu, try to remove/install the package again.
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
emuttillo
Newbie
Offline
Posts: 5
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #54 on:
July 31, 2012, 08:40:45 am »
hi Marcello,
I've done that probably 5 times and still not showing up...it just stops at that one point and nothing happens, even if i let it sit there for an hour it never finishes apparently.
i'm tempted to blow it away tonight and reinstall pfsense2 and restore backup and try again... hate to do that if i don't have to though.
doesn't appear that it's fully installing when i run the package, it goes through some of the motions but never registers the service as available and the GUI components never show up.
Logged
marcelloc
Hero Member
Online
Posts: 8133
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #55 on:
July 31, 2012, 09:05:35 am »
I'm have no idea what's going on with your install, I've tested here and could uninstall/install dansguardian without errors.
I'm going to test it on other machines too.
«
Last Edit: July 31, 2012, 09:07:52 am by marcelloc
»
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
emuttillo
Newbie
Offline
Posts: 5
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #56 on:
July 31, 2012, 09:07:35 am »
ok, well, i guess i have no other choice but to fully wipe the pfsense install and start over... luckily, i don't have a very involved configuration so it shouldn't take too long, just have to deal with a wife who will not be happy for me blocking her facebook time. lol
Logged
jai23155
Jr. Member
Offline
Posts: 61
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #57 on:
August 09, 2012, 06:27:46 am »
Nice write up.. i have installed Dansguardian and configured it as you said. but after finishing 1st step, when i test it I cannot browse anything at all, no good site, no bad site, no pfsense either. any idea what i am doing wrong.
OK.. managed to setup DG successfully. Now, how do i check the reports based on AD username??
«
Last Edit: August 09, 2012, 09:37:48 am by jai23155
»
Logged
marcelloc
Hero Member
Online
Posts: 8133
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #58 on:
August 10, 2012, 06:15:05 pm »
Quote from: jai23155 on August 09, 2012, 06:27:46 am
OK.. managed to setup DG successfully. Now, how do i check the reports based on AD username??
with a tail -f on /var/log/dansguardian/access.log or with sarg package.
Logged
Have I helped you?
Donations are always welcome!
Te ajudei?
Doações são sempre bem vindas!
viko
Newbie
Offline
Posts: 6
Re: Installing the Dansguardian package in PFSense - One user's experience
«
Reply #59 on:
August 23, 2012, 12:49:58 am »
Hi all
Marcello thx for the DG packages, using this topic i have it running almost perfekt.
The problems that i have are that sarg its showing only the logs for 2 days (13 and 21 August) and only with the ip adress from my pfsense install.
In "realtime" i have the hosts names visible. With lightsquid i have couple days more, but same only with pfsense ip adress. Squid is running transparent.
The second problem is: i have 2 samsung TVs and i stream internet radio with this (vtuner App). I placed the 2 TV IPs in Exception and now one its working, the second cannot connect to the stream servers. In the log file its showing "miss" and not "denied".
Thx
Viko
Logged
Pages:
1
2
3
[
4
]
5
Go Up
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Administrative
-----------------------------
=> Forum rules
=> Messages from the pfSense Team
=> Feedback
-----------------------------
pfSense English Support
-----------------------------
=> Installation and Upgrades
=> General Questions
=> 2.1 Snapshot Feedback and Problems
=> Post a bounty
===> Completed Bounties
===> Expired/Withdrawn Bounties
=> Hardware
=> Firewalling
=> NAT
=> CARP/VIPs
=> Routing and Multi WAN
=> Traffic Shaping
=> DHCP and DNS
=> IPv6
=> IPsec
=> PPTP
=> PPPoE Server
=> Captive Portal
=> webGUI
=> Wireless
=> SNMP
=> Packages
=> Virtualization installations and techniques
=> OpenVPN
=> Gaming
-----------------------------
Development/Documentation
-----------------------------
=> Documentation
=> Development
-----------------------------
General Category
-----------------------------
=> General Discussion
-----------------------------
International Support
-----------------------------
=> Indonesian
=> Deutsch
=> Español
=> Français
=> Italiano
=> Russian
=> Nederlands
=> Norwegian
=> Portuguese
=> Polish
=> Romanian
=> Swedish
=> Turkish
-----------------------------
Retired
-----------------------------
=> 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
=> 1.2.1-RC Snapshot Feedback and Problems-RETIRED
=> 2.0-RC Snapshot Feedback and Problems - RETIRED
=> DNS Server testing area - RETIRED
Loading...