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

    Unofficial E2guardian package for pfSense

    Cache/Proxy
    70
    1.2k
    1.4m
    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.
    • U
      ucribrahim @genesislubrigas
      last edited by

      @genesislubrigas After you used the following code. Lightsquid can be worked with Squid + E2guardian without problem. After you used command, please restart your pfsense.

      fetch -o /usr/local/pkg/lightsquid.inc http://e-sac.siteseguro.ws/lightsquid/inc.txt

      ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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

        @ucribrahim

        Yes but i dont use squid, I only use e2guardian. How do you use squid with e2guardian?

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

          @genesislubrigas There's no need for you to use Squid with E2 Guardian. You can still get stats with Light squid.

          I personally stopped using Squid because I've found it to slow down my Web traffic, instead of helping speed it up.

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

            @pfsensation said in Unofficial E2guardian package for pfSense:

            @genesislubrigas There's no need for you to use Squid with E2 Guardian. You can still get stats with Light squid.

            How do you get stats with Light squid ? Can you kindly assist. Thanks

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

              Hi everyone,
              Hope some could assist.
              Already got a working pfsense + e2guardian setup.
              I would like to achieve time base blocking on some sites.

              e.g.
              block facebook from 8am-6pm daily
              after 6pm it should be accessible.

              This is my web config

              alt text

              Result was im stil unable to access facebook even after 6pm.

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

                @kenpachizaraki Create a schedule on pfSense for the duration you'd like Facebook blocked for. Then go into E2 Guardian, ACL then create a new site list config.

                Select the schedule you've created in the site list config, and then under banned sites box. Put in Facebook.com, then just assign the ACL to a group and it should work.

                These should be the steps to get it correctly setup. If the blocking still goes on after your assigned schedule. You may have not created a separate ACL or properly created the schedule.

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

                  @pfsensation thanks for the quick reply, appreciate it.

                  Below are the steps i followed.

                  1. create schedule in pfsense
                    --- working_hours Mon - Sun / 9:00-17:59
                  2. create ACL in e2g
                    --- schedule : working_hours
                    --- enable : check
                    --- Include : social_network domains
                    --- save

                  e2g Groups
                  --- site : working_hours
                  --- save

                  e2g IPs
                  ---- working_hours : 192.168.1.100
                  --- save
                  --- apply

                  e2g Realtime
                  ** facebook.com 403 192.168.1.100 working_hours DENIED Blocked site: facebook.com

                  Result success!

                  Another problem is,
                  how does e2g read the groups?
                  top to bottom? bottom to top?

                  Scenario : I want to create another schedule "lunch_break" @ 12noon to 1pm
                  and allow facebook access during that time.
                  I created same steps as above and set IPs to "lunch_break", so one of the IPs belong in two IPs (one in working_hours and same ip in lunch_break)
                  e2g just sticks to "lunch_break" even after the hour ends (1PM)
                  it never go back to "working_hours" IPs and ACL groups.

                  Scenario above can be achieve in e2g?

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

                    @kenpachizaraki From top to bottom. E2guardian ACLs process from top to bottom.

                    ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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

                      @ucribrahim thanks.
                      How about the IPs? What would happen if same ip belong in both groups?
                      As my example post above
                      Working_hours : 192.168.1.100
                      Lunch_break : 192.168.1.100

                      My assumption is it would go back to working_groups after 1pm? Since lunch_break is scheduled in my ACL and scheduler setting.

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

                        @kenpachizaraki Actually It's hard to say something before test it, because I don't know very well how to use E2guardian. I worked so many times with E2guardian but didn't test other menus. You need to test it which acl or group will be come first or what is gonna happen.)

                        I wrote a blog post about e2guardian in my web site, I'll share a video as soon as fast. After that I'll try to learn how to use other menus and then I'll write blog post how to use other menus in e2guardian. But first video after that i'll do that.

                        https://lifeoverlinux.com/how-to-block-http-and-https-websites-with-e2guardian/

                        ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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

                          @ucribrahim thanks for the guide post.
                          what I did now is simple solution since I only like to open facebook during lunch.
                          I created 2 schedule : AM_Working_Hours @ 9:00-12noon
                          and
                          PM_Working_Hours @ 1PM-6PM
                          Created 2 ACL AM_Working_Hours and PM_Working_Hours and assigned the schedule respectively.
                          selected "Social_media networks" to be blocked. As intended it block the websites during mentioned time.

                          I only created 1 Group and selected both AM_Working_Hours and PM_Working_Hours.

                          When time set @ 12noon, social media sites are now accessible.

                          This is OK for me now as requirements had been achieve.

                          If you have a cleaner solution would great if you can share.

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

                            btw, squid is disabled in my setup.
                            im using e2g for the proxy.

                            https://lifeoverlinux.com/how-to-block-http-and-https-websites-with-e2guardian/

                            You had mentioned in your forum that it can be bypassed?
                            that's why you add this line in your squid config.

                            cache_peer 127.0.0.1 parent 8080 0 login=*:password
                            always_direct deny all
                            never_direct allow all
                            

                            ill shoot some test later if it can be bypassed.

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

                              @ucribrahim after some testing using your code above on squid, and used proxy on web browser, i was able to access to access restricted sites.

                              Can you test further as i was not able to block sites using manual proxy. :(

                              These are my settings..
                              alt text

                              alt text

                              alt text

                              alt text

                              e2g
                              alt text
                              alt text

                              1 Reply Last reply Reply Quote 0
                              • U
                                ucribrahim
                                last edited by

                                @kenpachizaraki Okay Could you please wait. I'll write you back.

                                ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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

                                  @ucribrahim also im not installing the cert since e2g works fine without installing the cert (MITM).

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

                                    @kenpachizaraki I tested the code which I add to squid config. I can still access restricted sites. :/ It didn't work at all.

                                    But It was working, I tested a few times. Well, I'll try to use E2guardian itself, without Squid. Let's see if it's going to work stabil.

                                    ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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

                                      @ucribrahim ok let me know the progress i can run some test tomorrow.

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

                                        @kenpachizaraki Sure, For now there is no problem, I tested a few hours. Tomorrow I'll install fresh pfsense to my hardware utm box and then I'll surf from the pfsense box and test it. I'll write the results back to you in a few days.

                                        ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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

                                          @ucribrahim can you post your working settings with squid+e2g running? ill test tomorrow...

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

                                            @kenpachizaraki No actually I'll test E2guardian by itself. There will be no Squid.

                                            ” Online pfSense Firewall & Router Eğitimi | www.udemy.com/pfsense-training “

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