Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Dansguardian package for 2.0

    Scheduled Pinned Locked Moved pfSense Packages
    492 Posts 51 Posters 469.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • marcellocM
      marcelloc
      last edited by

      @rjcrowder:

      OK…done.

      I'm seeing only one push on github.

      https://github.com/rjcrowder/pfsense-packages/commit/aa9fbaf910c0e1a3465826f9f5483646ab6b819e

      What happen if user do not select any custom error page? Your code force this option on dansguardianfx.conf.template

      accessdeniedaddress = '{$dansguardian_groups['accessdeniedaddress']}'

      Treinamentos de Elite: http://sys-squad.com

      Help a community developer! ;D

      1 Reply Last reply Reply Quote 0
      • R
        rjcrowder
        last edited by

        @marcelloc:

        @rjcrowder:

        OK…done.

        I'm seeing only one push on github.

        https://github.com/rjcrowder/pfsense-packages/commit/aa9fbaf910c0e1a3465826f9f5483646ab6b819e

        What happen if user do not select any custom error page? Your code force this option on dansguardianfx.conf.template

        accessdeniedaddress = '{$dansguardian_groups['accessdeniedaddress']}'

        K… I'll try to figure out what I did wrong on pushing to github - first time I've used it.

        As far as the accessdeniedaddress, it should be fine to not specify a URL as long as the reportinglevel is 3. That's why I also "uncommented" the reportinglevel field in dansguardianfx.conf.template.

        Like I said on the main page, the UI should only allow you to specify the template content if you choose level 3. Since the template file is global, there is no need to put it on the group page.  However, the accessdeniedaddress field should be disabled on the group page if you pick reportinglevel 3 - since it would be ignored anyway.

        1 Reply Last reply Reply Quote 0
        • R
          rjcrowder
          last edited by

          @marcelloc:

          @rjcrowder:

          OK…done.

          I'm seeing only one push on github.

          https://github.com/rjcrowder/pfsense-packages/commit/aa9fbaf910c0e1a3465826f9f5483646ab6b819e

          What happen if user do not select any custom error page? Your code force this option on dansguardianfx.conf.template

          accessdeniedaddress = '{$dansguardian_groups['accessdeniedaddress']}'

          I'll figure out what I did wrong… but all the changes are out there under different patches...

          1 Reply Last reply Reply Quote 0
          • marcellocM
            marcelloc
            last edited by

            Hi all,

            Just published version 1.5.3 with per user reporting level, accessdenied url and passkey.

            rjcrowder,
            I did not found your chages except that I've posted. Take a look if my changes works like yours.

            att,
            Marcello Coutinho

            Treinamentos de Elite: http://sys-squad.com

            Help a community developer! ;D

            1 Reply Last reply Reply Quote 0
            • R
              rjcrowder
              last edited by

              That's exactly it. Thanks.

              The only thing I did different was that I made the accessdeniedaddress field a "text area" (75 wide, 1 row) so that you could enter a long string and it would scroll…

              Thanks a ton!

              1 Reply Last reply Reply Quote 0
              • marcellocM
                marcelloc
                last edited by

                Can you test if startup issue is fixed too?

                Treinamentos de Elite: http://sys-squad.com

                Help a community developer! ;D

                1 Reply Last reply Reply Quote 0
                • R
                  rjcrowder
                  last edited by

                  @marcelloc:

                  Can you test if startup issue is fixed too?

                  I have had no problem at all on the last two releases (since you made Squid3 start first and DG last)… of course that's working out of a VM. I will let you know if I get a chance to reinstall physical.

                  1 Reply Last reply Reply Quote 0
                  • marcellocM
                    marcelloc
                    last edited by

                    @rjcrowder:

                    (since you made Squid3 start first and DG last)…

                    I didn't…

                    Maybe a install package order made this.

                    With this latest patch, Dansguardian startup time now is around 3 seconds  :)

                    Treinamentos de Elite: http://sys-squad.com

                    Help a community developer! ;D

                    1 Reply Last reply Reply Quote 0
                    • E
                      elemay
                      last edited by

                      any news on ssl filtering?

                      1 Reply Last reply Reply Quote 0
                      • marcellocM
                        marcelloc
                        last edited by

                        @elemay:

                        any news on ssl filtering?

                        Same point yet.

                        Treinamentos de Elite: http://sys-squad.com

                        Help a community developer! ;D

                        1 Reply Last reply Reply Quote 0
                        • D
                          dig1234
                          last edited by

                          @marcelloc:

                          @rjcrowder:

                          (since you made Squid3 start first and DG last)…

                          I didn't…

                          Maybe a install package order made this.

                          With this latest patch, Dansguardian startup time now is around 3 seconds  :)

                          Installing squid3 and latest dans package appears to have resolved my startup issues on my physical box. Thanks!

                          1 Reply Last reply Reply Quote 0
                          • R
                            rjcrowder
                            last edited by

                            @marcelloc:

                            @rjcrowder:

                            (since you made Squid3 start first and DG last)…

                            I didn't…

                            Maybe a install package order made this.

                            With this latest patch, Dansguardian startup time now is around 3 seconds  :)

                            Interesting… Glad it works. However, I'm slightly concerned that it may break in the future if there is not a way to explicitly control startup order... Guess I'll have to wait and see.

                            1 Reply Last reply Reply Quote 0
                            • marcellocM
                              marcelloc
                              last edited by

                              @rjcrowder:

                              Interesting… Glad it works. However, I'm slightly concerned that it may break in the future if there is not a way to explicitly control startup order... Guess I'll have to wait and see.

                              I'm quite sure it will not break as all my working dansguardians has squid started after.

                              Dansguardian does not crash or exit on the first squid test.

                              Treinamentos de Elite: http://sys-squad.com

                              Help a community developer! ;D

                              1 Reply Last reply Reply Quote 0
                              • R
                                rjcrowder
                                last edited by

                                @marcelloc:

                                @rjcrowder:

                                Interesting… Glad it works. However, I'm slightly concerned that it may break in the future if there is not a way to explicitly control startup order... Guess I'll have to wait and see.

                                I'm quite sure it will not break as all my working dansguardians has squid started after.

                                Dansguardian does not crash or exit on the first squid test.

                                Reinstalled physical tonight… no problem.  Thanks for all the great work on this package!

                                1 Reply Last reply Reply Quote 0
                                • D
                                  dig1234
                                  last edited by

                                  Is there any way I could get "captive portal" style authentication with dansguardian either through the built-in pfsense captive portal or something else? Basically I'm looking for forms based authentication.

                                  1 Reply Last reply Reply Quote 0
                                  • F
                                    FiscoKid
                                    last edited by

                                    The content scanner timeout should read 60 seconds on the DansGuardian config page. Instead the field changes to the icapserver settings. The error I received was that Dans Guardian could not understand the config file.

                                    1 Reply Last reply Reply Quote 0
                                    • A
                                      abnz
                                      last edited by

                                      The startup problem is solved for me. Dans Guardian now starts on reboot. Thanks.

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        asterix
                                        last edited by

                                        Is there a doc that explains step by step how to configure Dansguardian? I am looking to replace SquidGuard (which works fine) with Dansguardian.
                                        I have Snort, HAVP, Squid (null config) and SquidGuard installed.

                                        1 Reply Last reply Reply Quote 0
                                        • R
                                          rjcrowder
                                          last edited by

                                          @asterix:

                                          Is there a doc that explains step by step how to configure Dansguardian? I am looking to replace SquidGuard (which works fine) with Dansguardian.
                                          I have Snort, HAVP, Squid (null config) and SquidGuard installed.

                                          Check out this thread http://forum.pfsense.org/index.php/topic,47856.0.html

                                          1 Reply Last reply Reply Quote 0
                                          • A
                                            asterix
                                            last edited by

                                            Thank you !!!!!!

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.