Navigation

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

    Unofficial E2guardian package for pfSense

    Cache/Proxy
    70
    1213
    298016
    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
      plusbil @kenpachizaraki last edited by

      @kenpachizaraki E2guardian not work multiwan, unfortunately. Only failover working.

      1 Reply Last reply Reply Quote 0
      • M
        Morlac last edited by Morlac

        Hello all,

        Hope all are safe and healthy

        Can anyone provide a binary release of e2g 5.3.4? @marcelloc ?

        Thanks.

        1 Reply Last reply Reply Quote 0
        • Y
          yogeesh @marcelloc last edited by

          @marcelloc Hi,
          I am getting below error when I am opening the social media websites in my network.
          Once I switch to my home network I can easily access social media website
          PFA of an error message .Screenshot 2020-03-06 at 1.09.12 PM.png

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

            @yogeesh said in Unofficial E2guardian package for pfSense:

            @marcelloc Hi,
            I am getting below error when I am opening the social media websites in my network.
            Once I switch to my home network I can easily access social media website
            PFA of an error message .Screenshot 2020-03-06 at 1.09.12 PM.png

            If you have MITM enabled, you need to install the CA certificate on the client machine. As E2 Guardian essentially breaks the HTTPS encryption.

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

              Is there a way to download the E2Guardian package and install it offline ?

              1 Reply Last reply Reply Quote 0
              • L
                La6er last edited by

                Hi everyone, I am having an issue maybe some of you guys have faced this same behavior,
                my e2g just randomy stopped listening to the config, if I change an IP on a group the change does not take effect, If I add a new site to an ACL it does not take effect, anyone with this kind of issue?

                P K 2 Replies Last reply Reply Quote 0
                • P
                  pfsensation @La6er last edited by

                  @la6er said in Unofficial E2guardian package for pfSense:

                  Hi everyone, I am having an issue maybe some of you guys have faced this same behavior,
                  my e2g just randomy stopped listening to the config, if I change an IP on a group the change does not take effect, If I add a new site to an ACL it does not take effect, anyone with this kind of issue?

                  Enable the soft restart option, press apply and see if that helps.

                  1 Reply Last reply Reply Quote 0
                  • K
                    kenrutt @La6er last edited by

                    @la6er
                    It seems when making changes to an IP in a group. I need to stop E2G and restart under Status\Services. I have very little trouble with E2G stopping on me. In fact I do not even enable the watchdog feature. It just runs. It does take some tweeking when first setting up E2G. Make sure to go through the various lists and turn off or delete entries that reference any file that does not exist. I found it very helpful to SSH into router with WinSCP and modify some config files directly.

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

                      Hi all,
                      I'm using E2Guardian 5 from Unofficial Repository, not as transparent proxy and I'm getting some "The site requested does not exist" for simple local websites.
                      All filters were disabled, for tests.
                      Log error shows "2021.07.05 08:21:04 192.168.0.2 http://portal.mydomain.local 403 192.168.0.2 Default NETERROR Exceção do sítio confere. (Site on Exception list)"

                      The local site is working when accessed by Squid, or directly, does someone here have some idea of how to fix it? I was wondering if the problem is something DNS related but I can't find a way of how to force DNS servers on E2Guardian and taking a look at DNS logs, everything appears to be Ok.

                      Can someone help?

                      Thanks in advance.

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

                        @drmwndr said in Unofficial E2guardian package for pfSense:

                        Hi all,
                        I'm using E2Guardian 5 from Unofficial Repository, not as transparent proxy and I'm getting some "The site requested does not exist" for simple local websites.
                        All filters were disabled, for tests.
                        Log error shows "2021.07.05 08:21:04 192.168.0.2 http://portal.mydomain.local 403 192.168.0.2 Default NETERROR Exceção do sítio confere. (Site on Exception list)"

                        The local site is working when accessed by Squid, or directly, does someone here have some idea of how to fix it? I was wondering if the problem is something DNS related but I can't find a way of how to force DNS servers on E2Guardian and taking a look at DNS logs, everything appears to be Ok.

                        Can someone help?

                        Thanks in advance.

                        Definitely something to do with your DNS setup, are you using DNS resolver? I've got internal sites too and haven't run into any issues although I'm no longer using squid.

                        D 1 Reply Last reply Reply Quote 0
                        • D
                          drmwndr @pfsensation last edited by drmwndr

                          @pfsensation said in Unofficial E2guardian package for pfSense:

                          Definitely something to do with your DNS setup, are you using DNS resolver? I've got internal sites too and haven't run into any issues although I'm no longer using squid.

                          Hi @pfsensation. I have Bind installed on my pfsense box as DNS Server. I also have a NAT and a Firewall Rule redirecting all LAN1 Interface Traffic to port 53 to my pfSense box.
                          Is it necessary to enable and set pfSense DNS Resolver? Looks like e2guardian is bypassing this rule and looking directly on outside DNSs.

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

                            @drmwndr said in Unofficial E2guardian package for pfSense:

                            @pfsensation said in Unofficial E2guardian package for pfSense:

                            Definitely something to do with your DNS setup, are you using DNS resolver? I've got internal sites too and haven't run into any issues although I'm no longer using squid.

                            Hi @pfsensation. I have Bind installed on my pfsense box as DNS Server. I also have a NAT and a Firewall Rule redirecting all LAN1 Interface Traffic to port 53 to my pfSense box.
                            Is it necessary to enable and set pfSense DNS Resolver? Looks like e2guardian is bypassing this rule and looking directly on outside DNSs.

                            Unfortunately I don't use BIND either, but when you run nslookup on the client device, can it resolve your internal domains? Another gotcha is DNS over HTTPS/TLS, make sure that's disabled in the browser and lock down port 853 from LAN1.

                            D 1 Reply Last reply Reply Quote 1
                            • D
                              drmwndr @pfsensation last edited by

                              @pfsensation said in Unofficial E2guardian package for pfSense:

                              @drmwndr said in Unofficial E2guardian package for pfSense:

                              @pfsensation said in Unofficial E2guardian package for pfSense:

                              Definitely something to do with your DNS setup, are you using DNS resolver? I've got internal sites too and haven't run into any issues although I'm no longer using squid.

                              Hi @pfsensation. I have Bind installed on my pfsense box as DNS Server. I also have a NAT and a Firewall Rule redirecting all LAN1 Interface Traffic to port 53 to my pfSense box.
                              Is it necessary to enable and set pfSense DNS Resolver? Looks like e2guardian is bypassing this rule and looking directly on outside DNSs.

                              Unfortunately I don't use BIND either, but when you run nslookup on the client device, can it resolve your internal domains? Another gotcha is DNS over HTTPS/TLS, make sure that's disabled in the browser and lock down port 853 from LAN1.

                              Yep, at client device it look up locally, but on pfSense box, it goes directly to External DNS.
                              Will take a better look at DNS Setup.

                              Thank you so much!

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

                                With 2.5.2-RELEASE the 25_unofficial_packages_list.patch has issues
                                See
                                https://github.com/marcelloc/Unofficial-pfSense-packages/issues/94

                                Never Fear, A Geek is Here!

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

                                  Update, even though the System Patches test shows a warning you can still apply it.

                                  Never Fear, A Geek is Here!

                                  1 Reply Last reply Reply Quote 0
                                  • L
                                    LilMonkey305 last edited by

                                    cant install on 2.5.2 ce. repo file wont load new packages with patch applied.

                                    1 Reply Last reply Reply Quote 0
                                    • periko
                                      periko last edited by

                                      Hello.

                                      This is new for me, does e2guardian can work alone or need squid to work?

                                      I had read that is a excellent replacement for SG.

                                      But what is the advantage or disadvantage alone or with in conjunction with squid?

                                      Thanks for your help.

                                      Necesitan Soporte de Pfsense en México?/Need Pfsense Support in Mexico?
                                      www.bajaopensolutions.com
                                      https://www.facebook.com/BajaOpenSolutions
                                      Quieres aprender PfSense, visita mi canal de youtube:
                                      https://www.youtube.com/c/PedroMorenoBOS

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

                                        Yes it can work alone. Does not need squid.

                                        1 Reply Last reply Reply Quote 1
                                        • M
                                          mopollo @marcelloc last edited by

                                          @marcelloc thanks

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

                                            Anyone else having issue with E2guardian and Rocket League? I am having difficulties trying to bypass the proxy for the Rocket League servers (as the servers do not connect by going through the proxy).
                                            I have tried bypassing the following source address with out any luck
                                            account-public-service-prod03.ol.epicgames.com
                                            datarouter.ol.epicgames.com
                                            global.koala.epicgames.com

                                            I also get the following when I try and connect.
                                            https://127.0.0.1

                                            I have been using the E2guardian Monitor to see which servers it is trying to connect to however even though I have allowed all servers I still cannot connect and get a lot of https://127.0.0.1

                                            Anyone else have this issue?

                                            Never Fear, A Geek is Here!

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

                                              @ageekhere said in Unofficial E2guardian package for pfSense:

                                              Anyone else having issue with E2guardian and Rocket League? I am having difficulties trying to bypass the proxy for the Rocket League servers (as the servers do not connect by going through the proxy).
                                              I have tried bypassing the following source address with out any luck
                                              account-public-service-prod03.ol.epicgames.com
                                              datarouter.ol.epicgames.com
                                              global.koala.epicgames.com

                                              I also get the following when I try and connect.
                                              https://127.0.0.1

                                              I have been using the E2guardian Monitor to see which servers it is trying to connect to however even though I have allowed all servers I still cannot connect and get a lot of https://127.0.0.1

                                              Anyone else have this issue?

                                              Have you had a look at the logs? What I'd personally do is create an alias called E2G_DST_Bypass, put all those domains in there then in E2 Guardian configure that alias to bypass the transparent rule. This will bypass E2G completely for those domains.

                                              A 1 Reply Last reply Reply Quote 0
                                              • A
                                                aGeekhere @pfsensation last edited by aGeekhere

                                                @pfsensation Yes this is what I do as well, however even bypassing the domains that show in E2guardian Monitor I am still not able to connect.

                                                The logs show a lot of
                                                https://127.0.0.1 0 - Default -
                                                When starting Rocket League.

                                                Never Fear, A Geek is Here!

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

                                                  @ageekhere said in Unofficial E2guardian package for pfSense:

                                                  @pfsensation Yes this is what I do as well, however even bypassing the domains that show in E2guardian Monitor I am still not able to connect.

                                                  The logs show a lot of
                                                  https://127.0.0.1 0 - Default -
                                                  When starting Rocket League.

                                                  If you've done the bypass as I mentioned in the previous post, those domains won't even show up in E2 Guardian logs. Just to be clear, I'm talking about the bypass in transparent proxy located here: e2guardian > daemon > 'bypass proxy for these destination IPs'. Put your alias in there and it should bypass the proxy altogether.

                                                  A 1 Reply Last reply Reply Quote 0
                                                  • A
                                                    aGeekhere @pfsensation last edited by

                                                    @pfsensation Yes this is correct, the bypass domains no longer show in E2 Guardian logs, however I still get the connection issue and a lot of https://127.0.0.1 0 - Default -

                                                    This is the first game I have come across where the normal bypass does not seems to be working correctly.

                                                    I guess the best way to see the issue is to install Rocket League and see if you have the same issue.

                                                    This game must be very picky about going through a proxy (if I fully bypass the proxy for the pc then I am able to connect).

                                                    Never Fear, A Geek is Here!

                                                    1 Reply Last reply Reply Quote 0
                                                    • periko
                                                      periko last edited by

                                                      Hello marcelloc or other e2guardian users, does e2guardian is already support for pfsense 2.5.2?
                                                      Regards!!!

                                                      Necesitan Soporte de Pfsense en México?/Need Pfsense Support in Mexico?
                                                      www.bajaopensolutions.com
                                                      https://www.facebook.com/BajaOpenSolutions
                                                      Quieres aprender PfSense, visita mi canal de youtube:
                                                      https://www.youtube.com/c/PedroMorenoBOS

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

                                                        @periko said in Unofficial E2guardian package for pfSense:

                                                        Hello marcelloc or other e2guardian users, does e2guardian is already support for pfsense 2.5.2?
                                                        Regards!!!

                                                        I've been using it on 2.5.2 for months now, no issues.

                                                        1 Reply Last reply Reply Quote 1
                                                        • W
                                                          Woundeddog last edited by

                                                          This post is deleted!
                                                          1 Reply Last reply Reply Quote 0
                                                          • First post
                                                            Last post