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.5m 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.
    • J
      jkrueger2020
      last edited by

      @jetberrocal:

      Searches are another story.  What I do is to force the search engine to do safe search.

      Actually I am now testing this.

      I am having problem with Google but Yahoo and Bing are working.

      From e2g forums: This is the current list that works for urlregexplist

      
      "(^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*/search\?)(.*)(&?)(safe=[^&]*)"->"\1\2\3"
      # ... and add 'safe=vss'
      "(^http://[0-9a-z]+\.google\.[a-z]+[-/%.0-9a-z]*/search\?)"->"\1safe=strict&"
      
      #"(http[s]?://[0-9a-z]+.bing.com/images/search\?.*)"->"\1&adlt=strict"
      "(http[s]?://[0-9a-z]+.bing\.[a-z]+[-/%.0-9a-z]*/search\?.*)"->"\1&adlt=strict"
      
      # Yahoo - remove 'vm=...' and add 'vm=r'
      "(^http://[.0-9a-z]+\.yahoo\.[a-z]+[-/%.0-9a-z]*/search)(.*)(&?)(vm=[^&]*)"->"\1\2\3"
      "(^http://[.0-9a-z]+\.yahoo\.[a-z]+[-/%.0-9a-z]*/search+.*\?)"->"\1vm=r&"
      
      You go to the ACLs - Url Lists that you are using for testing.  Go down to Modify section, then enable and write the code in the provided box. Save and Activate.
      
      The Google regex need love to fix it, but I am not good with regex.
      
      The issue with SSL filtering is bigger than just search results though. For example, here's a random page on Amazon. The name "Jonathan" appears 13 times on the page, but pfSense isn't blocking it. And this isn't a search results page. My understanding is that 1 instance of the banned keyword should block the page (given that I put the <jonathan> tag under the banned Keywords - not weighted)
      https://www.amazon.com/Jonathan-Thomas-Sarbacher/dp/B01NBALPRR/ref=sr_1_1?ie=UTF8&qid=1496099352&sr=8-1&keywords=Jonathan
      
      Either I have something configured incorrectly or SSL Keyword filtering has bugs that need to be fixed. I'm not sure which.
      
      Any thoughts?[/s][/s]</jonathan>
      
      1 Reply Last reply Reply Quote 0
      • J
        jetberrocal
        last edited by

        Since you are testing I guess you only have one ACL for the Phrase List and the Groups you have some  but the user you are using for testing belongs to the Group were you selected the Phrase List with the Banned word.

        Let say the ACL is the Default, make sure you select Default in the Group you are testing for the Phrase List box.

        Just in case assume the words are case sensitive (there is a setting to make this case insensitive)

        Use the sample text to follow the correct syntax.

        1 Reply Last reply Reply Quote 0
        • J
          jkrueger2020
          last edited by

          @jetberrocal:

          Since you are testing I guess you only have one ACL for the Phrase List and the Groups you have some  but the user you are using for testing belongs to the Group were you selected the Phrase List with the Banned word.

          Let say the ACL is the Default, make sure you select Default in the Group you are testing for the Phrase List box.

          Just in case assume the words are case sensitive (there is a setting to make this case insensitive)

          Use the sample text to follow the correct syntax.

          Yes, I'm using all the default groups and lists. I have not created anything new. I'm not using any authentication or users. On General > Lower Case Options I have "force lower case." On General > Phrase Filter Mode I have "smart only." And just to be overly thorough, I entered the following keywords on ACLs > Phrase List > Default > Banned:

          <jonathan>< Jonathan >
          < jonathan >
          <jonathan>As I understand it, that should have more than covered the possibilities, but the SSL page on Amazon that I referenced in my last post isn't blocked. It still gets displayed as though I hadn't attempted to filter it. I'm starting to think this is a bug.</jonathan></jonathan>

          1 Reply Last reply Reply Quote 0
          • J
            jetberrocal
            last edited by

            The error is happening to me.

            I checked the config files and it is being generated correctly. 
            I also disable Exceptions box in case the word falls in the exceptions.

            So it seems to be an e2g 3.5.1 problem.

            I guess this has to be checked on the e2g forum.

            By the way I used the word <jet>. Search on Google and selected the link
            https://www.google.com.pr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&cad=rja&uact=8&ved=0ahUKEwjq5qXotpbUAhUE6yYKHTncD78QFghvMAw&url=https%3A%2F%2Fjetprogramusa.org%2F&usg=AFQjCNGFZZgNdXX2OXYga7BOLHmLFjdZ_g</jet>

            1 Reply Last reply Reply Quote 0
            • J
              jkrueger2020
              last edited by

              @jetberrocal:

              The error is happening to me.

              I checked the config files and it is being generated correctly. 
              I also disable Exceptions box in case the word falls in the exceptions.

              So it seems to be an e2g 3.5.1 problem.

              I guess this has to be checked on the e2g forum.

              By the way I used the word <jet>. Search on Google and selected the link
              https://www.google.com.pr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&cad=rja&uact=8&ved=0ahUKEwjq5qXotpbUAhUE6yYKHTncD78QFghvMAw&url=https%3A%2F%2Fjetprogramusa.org%2F&usg=AFQjCNGFZZgNdXX2OXYga7BOLHmLFjdZ_g</jet>

              Thanks for helping to check this! At least I know I'm not the only one now.

              I've logged the issue on the E2Guardian Google Groups: https://groups.google.com/forum/#!topic/e2guardian/NfBZ1Ux_lEY

              If no one replies within a day or so, I'm going to log it as an issue on GitHub.

              Thanks again!

              Jonathan

              1 Reply Last reply Reply Quote 0
              • J
                jetberrocal
                last edited by

                @jkrueger2020:

                @jetberrocal:

                The error is happening to me.

                I checked the config files and it is being generated correctly. 
                I also disable Exceptions box in case the word falls in the exceptions.

                So it seems to be an e2g 3.5.1 problem.

                I guess this has to be checked on the e2g forum.

                By the way I used the word <jet>. Search on Google and selected the link
                https://www.google.com.pr/url?sa=t&rct=j&q=&esrc=s&source=web&cd=13&cad=rja&uact=8&ved=0ahUKEwjq5qXotpbUAhUE6yYKHTncD78QFghvMAw&url=https%3A%2F%2Fjetprogramusa.org%2F&usg=AFQjCNGFZZgNdXX2OXYga7BOLHmLFjdZ_g</jet>

                Thanks for helping to check this! At least I know I'm not the only one now.

                I've logged the issue on the E2Guardian Google Groups: https://groups.google.com/forum/#!topic/e2guardian/NfBZ1Ux_lEY

                If no one replies within a day or so, I'm going to log it as an issue on GitHub.

                Thanks again!

                Jonathan

                If they ask for the conf files they are in /usr/local/etc/e2guardian/

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

                  When using Mitm I'm getting "Error too many redirects" from time to time. It can become quite frustrating when you're trying to browse, and you have to keep refreshing and going back on the page until it finally works.

                  Anyone else experiencing this? I vaguely remember seeing this being reported before to the E2G team, I assume it's fixed in 4.1 If it has, maybe we can back port?

                  Also marcelloc, have you been able to test newer versions of E2G on pfsense? Hoping it can be stable enough soon for us to update.

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

                    @pfsensation:

                    Also marcelloc, have you been able to test newer versions of E2G on pfsense? Hoping it can be stable enough soon for us to update.

                    Not yet, just that version that was crashing on BSD.

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

                    Help a community developer! ;D

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

                      I've updated the install process to use freebsd package style instead of manual fetch from script. you can also enable the unofficial repository to install it using GUI.

                      See the updated install instructions on the first post of this topic.

                      Unfortunately, this package is still available only for AMD64 architecture.

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

                      Help a community developer! ;D

                      1 Reply Last reply Reply Quote 0
                      • J
                        jetberrocal
                        last edited by

                        @pfsensation:

                        When using Mitm I'm getting "Error too many redirects" from time to time. It can become quite frustrating when you're trying to browse, and you have to keep refreshing and going back on the page until it finally works.

                        Anyone else experiencing this? I vaguely remember seeing this being reported before to the E2G team, I assume it's fixed in 4.1 If it has, maybe we can back port?

                        Also marcelloc, have you been able to test newer versions of E2G on pfsense? Hoping it can be stable enough soon for us to update.

                        I found this link related to your problem
                        https://github.com/e2guardian/e2guardian/issues/92

                        I think you need to add the particular site to a ssl cert exception conf file.

                        1 Reply Last reply Reply Quote 0
                        • M
                          Mr. Jingles
                          last edited by

                          Was this answer:

                          @marcelloc:

                          I'm changing the packages under unofficial repo to have uninstall and update under system -> Package manger. E2guardian will take some time as it needs a manual compiled binaries. But packages like wpad and filer are already updated.

                          Meant as a reply to me:

                          @Mr.:

                          How can I safely remove icap, clam, e2guardian, tinyproxy, and all others?

                          So I can start fresh again, and can you give me the exact install commands?

                          If so, it means I can't completely remove it now?

                          6 and a half billion people know that they are stupid, agressive, lower life forms.

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

                            You can remove packages under console using pkg binary. (pkg info, pkg delete, etc…)

                            I'm changing the package structure to be able to install, remove, update it easier.

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

                            Help a community developer! ;D

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

                              I installed E2Guardian from the unnoficial repo AMD64. Now I have two entries for E2Guardian in the web config. How can I remove the old manual one? Or any, as they are basically the same instance with two entries in the tab.

                              Another question is, why isn't E2Guardian decrypting/phrase matching content properly? If you go to Youtube and type in "porn x" inappropriate images appear, and there seem to be more than enough bad words on the search results for it to be blocked. But it doesn't get blocked even though I have all the phraselists enabled for pornography. However, when I refresh then it blocks. Why isn't it blocking on the first search? Is it just checking URL and ignoring?
                              Also having the same issues on Yandex, when you search for "porn" in images, it loads up. If you refresh then it blocks.

                              I guess this is a pretty big bug. I don't think my configuration or setup is wrong because after refresh it is blocking the site just fine, maybe someone can confirm? I remember it working fine before the latest update. Not sure what could be wrong.

                              EDIT: wow this is weird… Searching "Porn x" from YouTube homepage right now blocks it. If you search something else then porn x. It bypasses the proxy, if you refresh the page it blocks it again. Why would it behave this way? I'm fully confused and tearing my hair out.

                              EDIT2: Now it seems to block searching that term from any page. If you try searching it 2/3x it eventually loads up. And bypasses block page.

                              Oh just to clarify. E2G is correctly decrypting HTTPS. I can see the internal CA in my browser when going to YouTube.

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

                                Maybe a firewall/antivirus conflict? I personally doubt it but in the tech universe, I prefer to not rule out any possibilities…

                                1 Reply Last reply Reply Quote 0
                                • C
                                  Cino
                                  last edited by

                                  @pfsensation:

                                  OMG!! Now everything is working perfectly! Certificates are forged and have the required SAN (Subject Alternative Name) for Google Chrome, Firefox etc to work.
                                  Here's my sexy page at home :P – 'KorTeX' is just what I call my network.

                                  @pfsensation Can you share your block page code? please?

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

                                    4.1 retryfix branch seems to be working now on BSD, I'll start GUI changes for e2guardian 4.1

                                    https://github.com/e2guardian/e2guardian/issues/222

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

                                    Help a community developer! ;D

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

                                      @marcelloc:

                                      4.1 retryfix branch seems to be working now on BSD, I'll start GUI changes for e2guardian 4.1

                                      https://github.com/e2guardian/e2guardian/issues/222

                                      Great to hear that, it seems some of the issues I'm facing is already fixed in 4.1. Also, I did realise you got rid of the GUI duplicate. So thanks a lot for that with the 0.9.2 update. :)

                                      Will you be regularly maintaining your repo? Will it cause any problems with updating pfsense of default packages from pfsense repo? This seems like a really good way to get good quality unofficial packages and keep them up to date.

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

                                        @Cino:

                                        @pfsensation:

                                        OMG!! Now everything is working perfectly! Certificates are forged and have the required SAN (Subject Alternative Name) for Google Chrome, Firefox etc to work.
                                        Here's my sexy page at home :P – 'KorTeX' is just what I call my network.

                                        @pfsensation Can you share your block page code? please?

                                        Sure, although it's in no way perfect. It's much, much better looking than all other block pages I've seen and works perfectly for me. If you make any changes or make it better, let me know. :)

                                        https://ybin.me/p/3b12275edc779552#Z9PkW1Vve44x83LQz9+XZd63bigXiWuUrJXr8lM4/Iw=

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

                                          @pfsensation:

                                          @marcelloc:

                                          4.1 retryfix branch seems to be working now on BSD, I'll start GUI changes for e2guardian 4.1

                                          https://github.com/e2guardian/e2guardian/issues/222

                                          Great to hear that, it seems some of the issues I'm facing is already fixed in 4.1.

                                          False positive. I got the testing repo from e2guardian but compiled a 3.5.1 version instead of 4.1. :(

                                          I've include the dump of the crash on e2guardian git

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

                                          Help a community developer! ;D

                                          1 Reply Last reply Reply Quote 0
                                          • M
                                            Mr. Jingles
                                            last edited by

                                            @marcelloc:

                                            You can remove packages under console using pkg binary. (pkg info, pkg delete, etc…)

                                            I'm changing the package structure to be able to install, remove, update it easier.

                                            Thank you Marcello  ;D

                                            Is it meant to deinstall Squid so I have to start all over again with that too?

                                            pfsense_e2guardian_02.jpg_thumb
                                            pfsense_e2guardian_02.jpg

                                            6 and a half billion people know that they are stupid, agressive, lower life forms.

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