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

    Unofficial E2guardian package for pfSense

    Scheduled Pinned Locked Moved Cache/Proxy
    1.2k Posts 70 Posters 1.4m 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.
    • P
      pfsensation @ravegen
      last edited by

      @ravegen E2 Guardian is spitting out log files, you can make a script to parse those however you like then host on a Web server.

      But why would you need this feature? I understand that in a school for example you may want to see what a certain user has been visiting. But if it's for the users themselves to see what sites they've been visiting. Just use the browsers history option lol

      K G R 3 Replies Last reply Reply Quote 0
      • K
        kenpachizaraki @pfsensation
        last edited by

        @pfsensation @ucribrahim is there a way we can limit bandwidth for youtube same as squid acl?

        delay_pools 2
        delay_class 2 1
        delay_parameters 2 128000/128000
        acl YOUTUBE dstdomain .googlevideo.com
        delay_access 2 allow YOUTUBE

        —

        P 1 Reply Last reply Reply Quote 0
        • G
          genesislubrigas @pfsensation
          last edited by

          This post is deleted!
          1 Reply Last reply Reply Quote 0
          • R
            ravegen @pfsensation
            last edited by

            @pfsensation said in Unofficial E2guardian package for pfSense:

            @ravegen E2 Guardian is spitting out log files, you can make a script to parse those however you like then host on a Web server.

            But why would you need this feature? I understand that in a school for example you may want to see what a certain user has been visiting. But if it's for the users themselves to see what sites they've been visiting. Just use the browsers history option lol

            Because this user might be part of management that wants to check on interval basis but is not allowed to see the settings done.

            P 1 Reply Last reply Reply Quote 0
            • P
              pfsensation @kenpachizaraki
              last edited by

              @kenpachizaraki said in Unofficial E2guardian package for pfSense:

              @pfsensation @ucribrahim is there a way we can limit bandwidth for youtube same as squid acl?

              delay_pools 2
              delay_class 2 1
              delay_parameters 2 128000/128000
              acl YOUTUBE dstdomain .googlevideo.com
              delay_access 2 allow YOUTUBE

              —

              E2 Guardian doesn't have that granularity yet. Just use Squid as parent and do it that way if you need to. Looks like you're using delay pools, that should work fine.

              1 Reply Last reply Reply Quote 0
              • P
                pfsensation @ravegen
                last edited by pfsensation

                @ravegen said in Unofficial E2guardian package for pfSense:

                @pfsensation said in Unofficial E2guardian package for pfSense:

                @ravegen E2 Guardian is spitting out log files, you can make a script to parse those however you like then host on a Web server.

                But why would you need this feature? I understand that in a school for example you may want to see what a certain user has been visiting. But if it's for the users themselves to see what sites they've been visiting. Just use the browsers history option lol

                Because this user might be part of management that wants to check on interval basis but is not allowed to see the settings done.

                Quick and dirty way would be to setup a chron job to periodically copy the log file into pfsense WWW folder, into any new sub folder than you make.
                Then your member of management can access it through [pfsense IP]/subfolder/access.log.

                There are software solutions to parse the logs to make it a bit more fancy. Since the GUI of E2 Guardian is done completely by Marcello in his free time. It may take a while before we have a proper log viewer. I'd personally like to see one which allows us to filter log by who, what, when, where and why.

                K 1 Reply Last reply Reply Quote 0
                • K
                  kenpachizaraki @pfsensation
                  last edited by

                  @pfsensation is e2guardian working on multi vlan and multiwan? Got a quick test today but its not working....

                  P U 2 Replies Last reply Reply Quote 0
                  • P
                    pfsensation @kenpachizaraki
                    last edited by pfsensation

                    @kenpachizaraki Should Work fine on multi VLAN, you do have to select the interfaces. However it doesn't yet support Multi WAN.

                    K 1 Reply Last reply Reply Quote 1
                    • U
                      ucribrahim @kenpachizaraki
                      last edited by

                      This post is deleted!
                      1 Reply Last reply Reply Quote 0
                      • K
                        kenpachizaraki @pfsensation
                        last edited by

                        @pfsensation ok thats a stopper!!!
                        But will it work squid multi wan + e2g? Ill give a shot on it today.

                        P 1 Reply Last reply Reply Quote 0
                        • P
                          pfsensation @kenpachizaraki
                          last edited by

                          @kenpachizaraki said in Unofficial E2guardian package for pfSense:

                          @pfsensation ok thats a stopper!!!
                          But will it work squid multi wan + e2g? Ill give a shot on it today.

                          Yeah that setup should be fine, although I haven't tried it. Theoretically it should work because all the traffic is passed to Squid, then it can decide to use the multiple gateways. Let us know what results you get if you try it, I know there's been quite a few requests for that.

                          However, I completely forgot. For one of my sites, I do have E2 Guardians configured via VLANs. So I can vouch that it does work fine as long as you assign the interface correctly and get DHCP etc working properly on the VLAN.

                          K 1 Reply Last reply Reply Quote 0
                          • P
                            pfsensation
                            last edited by

                            @marcelloc Can you please update the package files? Me, Fred and Phillip have pushed quite a few patches and fixes to the E2 Guardian branch.

                            1 Reply Last reply Reply Quote 0
                            • K
                              kenpachizaraki @pfsensation
                              last edited by

                              @pfsensation yes dhcp vlans are working correctly. Right now i enabled squid but no blocking on sites. Just pure proxy. I want to use e2g since it can block https without installing cert. Ill post result later.

                              P 1 Reply Last reply Reply Quote 0
                              • P
                                pfsensation @kenpachizaraki
                                last edited by

                                @kenpachizaraki said in Unofficial E2guardian package for pfSense:

                                @pfsensation yes dhcp vlans are working correctly. Right now i enabled squid but no blocking on sites. Just pure proxy. I want to use e2g since it can block https without installing cert. Ill post result later.

                                I personally would steer away from Squid unless you really need to fill in the gap for multiwan support. Pfsense runs a old version of Squid that's pretty slow by today's standards. In my own testing, streaming sites like YouTube were a lot slower with Squid. E2 Guardian v5 on the other hand has been super fast and the code is way more efficient now.

                                K 1 Reply Last reply Reply Quote 0
                                • K
                                  kenpachizaraki @pfsensation
                                  last edited by

                                  @pfsensation yes that why i like e2g coz of that reason. However without multi wan support the only way is to use squid. If only e2g works multiwan then i can ditched squid. Maybe someone was able to work it out since it is common to have multi wan.

                                  P 1 Reply Last reply Reply Quote 0
                                  • P
                                    pfsensation @kenpachizaraki
                                    last edited by

                                    @kenpachizaraki said in Unofficial E2guardian package for pfSense:

                                    @pfsensation yes that why i like e2g coz of that reason. However without multi wan support the only way is to use squid. If only e2g works multiwan then i can ditched squid. Maybe someone was able to work it out since it is common to have multi wan.

                                    I used to use multi wan with gateway groups before but it turned out to be a pain sometimes, you need to spend quite some time setting it up correctly. You can't truly use both lines as one as the Web server on the other end will always see two IP's. Now at home I've only got a multi wan to fail over to free street WiFi lol, if my main connection fails. So pfsense can at least get a connection to send out an email notification to me.

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      pfsensation
                                      last edited by pfsensation

                                      Just as a heads up guys, pfSense 2.4.4 is released. But E2Guardian package has not yet been updated to support it. Hopefully it will be updated shortly by @marcelloc
                                      so don't update until a new package has come out. Otherwise you'll be left with a wide open network without filtering!

                                      • Also if you have pfBlockerNG installed, do not update it!! - It completely messes up the PHP GUI! I found out the hard way...
                                      1 Reply Last reply Reply Quote 1
                                      • marcellocM
                                        marcelloc
                                        last edited by

                                        Starting with 2.4.4, only official packages are listed on default installation.

                                        To workaround this limitation, apply the patch on my unofficial repo.

                                        https://github.com/marcelloc/Unofficial-pfSense-packages/blob/master/244_unofficial_packages_list.patch

                                        apply using system patches package.

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

                                        Help a community developer! ;D

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

                                          Marcelloc,

                                          I applied the patch thru system patches package but the E2Guardian package is still not available on the package list. How can I reinstall E2Guardian package. What will we do now !

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

                                            Same here. The patch does not work. Can’t see e2 or wpad packages.

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