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

    New 502 Bad Gateway

    2.4 Development Snapshots
    67
    281
    198.4k
    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.
    • G
      gsmornot
      last edited by

      2.4.1-RELEASE (amd64)  and pfBlockerNG 2.1.2_1 which has been just fine until this morning. I now get the 502 bad gateway again. I installed the two patch files as well prior to the update to 2.1.2_1. I don't know when I lost access since the system will continue to run but I think I looked at the GUI yesterday.

      I just installed the most recent change from the previous page so ignore this until I have more time to keep an eye on it. I read past the 3rd file thinking it was one of the previous files.

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

        I've been struggling with this same issue on two devices (SG-2240 and SG-4860) since this thread was created as well.  I'm currently on the 2.4.1 release with the latest pfblockerng, snort and squid/squidguard packages. In all cases, it seems like this issue is encountered at the stroke of midnight.  I've been ready to capture the console text but like other users have reported, the console stops responding completely so I can't capture the data requested.

        Last night, I looked at all the cron jobs that were kicking off around midnight and there were several that were happening at exactly midnight. I modified them to have at least 5 minutes separation to see if that might help.  I've also tried pausing pfblockerng and snort and still get the 502.

        Just thought I would also report this is still an on going issue.

        1 Reply Last reply Reply Quote 0
        • JailerJ
          Jailer
          last edited by

          I've already posted it once, but a ZFS install cured all my issues. Even on 2.4.0 and pbng 2.1.2

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

            Hi, All

            Is it just the pfBlockerNG DNSBL issue? Can I turn on the IPv4 blocks only?  I have upgraded to 2.4.1 (ufs) already, pfBlockerNG is disabled due to the issue, but I really want to turn it on. Thanks.

            Release: pfSense 2.4.3(amd64)
            M/B: Supermicro A1SRi-2558F
            HDD: Intel X25-M 160G
            RAM: 2x8Gb Kingston ECC ValueRAM
            AP: Netgear R7000 (XWRT), Unifi AC Pro

            1 Reply Last reply Reply Quote 0
            • S
              sidewinder
              last edited by

              Really dumb question I am sure, but if the WEB GUI is giving a Bad Gateway, is the only way to correct this with a clean install?  I am not sure if SSH access was enabled but ssh to 192.168.1.1 and .254 times out.

              If I restart the router with via the power cord, I still can't get past the bad gateway even for a second.

              Am I doomed?

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

                @Jailer:

                I've already posted it once, but a ZFS install cured all my issues. Even on 2.4.0 and pbng 2.1.2

                I did a clean install with ZFS and am still getting this issue.

                1 Reply Last reply Reply Quote 0
                • H
                  ha11oga11o
                  last edited by

                  @ha11oga11o:

                  For me after  2.4.1-RELEASE (amd64)  and pfBlockerNG 2.1.2_1 Finally no more err 502 or 504. Open VPN keep connections.

                  Sistem running for  2 Days 09 Hours 02 Minutes 23 Seconds. Before i had issues after 6-9 hrs.

                  Many thnx fo all.

                  Just to add that my system still works without issues for 6 Days 23 Hours 15 Minutes. If anyone needs any outputs i will provide, but just tell me what to do to create logs.

                  Cheers!

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

                    I disabled pfBlockerNG but I'm also getting this 502 Bad Gateway message.

                    When I log in via SSH it just shows:

                    pfSense -

                    And you can't do anything. However if I hit ctrl-z it drops to a working shell allowing me to reboot so I can get in via the GUI.

                    Hope this helps others who don't have easy access to their routers.

                    Steve

                    1 Reply Last reply Reply Quote 0
                    • D
                      D-Kun
                      last edited by

                      Hello,

                      still getting this issue after a few hours of uptime.

                      2.4.1-RELEASE (amd64) running on ufs
                      pfBlockerNG - 2.1.2_1
                      snort - 3.2.9.5_2 (newer one available)

                      Just disabling the DNSBL helps to keep everything working. But thats not the sense to deactivate it.
                      pfblockerNG with disabled DNSBL runs fine.

                      1 Reply Last reply Reply Quote 0
                      • H
                        Hans_P
                        last edited by

                        This has happened twice today so this is still an issue.

                        pfSense Netgate SG-4860
                        2.4.1-RELEASE (amd64)

                        pfBlockerNG 2.1.2_1

                        I have attached the recommended Output File but was wondering if there is anything else that needs to be supplied to help?

                        [pfSense Output File_11-2-17.txt](/public/imported_attachments/1/pfSense Output File_11-2-17.txt)

                        1 Reply Last reply Reply Quote 0
                        • V
                          vomcliff
                          last edited by

                          @vomcliff:

                          Just to add to this thread, I can confirm that the above fix worked for me. I had this issue after pushing out the upgrade to 2.4 and followed the post above (I commented the lines out rather than deleting them). Since then it has been stable and all pfSense routers in my environment have stopped giving the bad gateway error.

                          After I commented out that block of code, I've been stable although I know it's just a bandaid for now. On one of my 8 devices, I've been pushing out the updates for pfblockerng and am still getting the Bad Gateway 502 nginx error. In turn, with all packages up to date, I've simply commented out the updated block of code and again it seems to be stable. I know this is not the fix, but at least I'm not having to reboot the gateway router 1-2x a day.

                          Here is what I commented out:

                          File: /usr/local/www/pfblockerng/www/index.php

                          // Increment DNSBL Alias counter
                          /*if (!empty($pfb_query)) {
                           *	$pfb_found = FALSE;
                           *
                           *	$dnsbl_info = '/var/db/pfblockerng/dnsbl_info';
                           *	if (($handle = @fopen("{$dnsbl_info}", 'r')) !== FALSE) {
                           *		$lock_handle = @try_lock($handle, 5);
                           *		if ($lock_handle) {
                           *			if (($pfb_output = @fopen("{$dnsbl_info}.bk", 'w')) !== FALSE) {
                           *				$lock_pfb_output = @try_lock($pfb_output, 5);
                           *				if ($lock_pfb_output) {
                           *					$pfb_found = TRUE; 
                           *
                           *					// Find line with corresponding DNSBL Aliasname
                           *					while (($line = @fgetcsv($handle)) !== FALSE) {
                           *						if ($line[0] == $pfb_query) {
                           *							$line[3] += 1;
                           *						}
                           *						@fputcsv($pfb_output, $line);
                           *					}
                           *					@unlock($lock_pfb_output);
                           *				}
                           *				@unlock_force($pfb_output);
                           *				@fclose($pfb_output);
                           *			}
                           *			@unlock($lock_handle);
                           *		}
                           *		@unlock_force($handle);
                           *		@fclose($handle);
                           *	} 
                           *
                           *	if ($pfb_found) {
                           *		@rename("{$dnsbl_info}.bk", "{$dnsbl_info}");
                           *	}
                           *}
                           */
                          

                          I'll check back Monday to see if there are any updates! Have a nice weekend everyone!

                          1 Reply Last reply Reply Quote 0
                          • BordiB
                            Bordi
                            last edited by

                            @seraphyn:

                            @morph0:

                            @BBcan177:

                            I made some additional mods to the code.  Run the following command to download the patched version from my Github Gist:

                            fetch -o /usr/local/pkg/pfblockerng/pfblockerng.inc "https://gist.githubusercontent.com/BBcan177/7ff15715be0f02afdbe0a00c676aedce/raw"
                            

                            Recommend a reboot after downloading the patch.

                            Please let me know your feedback!

                            I installed this today and after 6 hours of running my pFsense VM increased disk usage of over 20gb and crashed the VM and needed to be rebuilt.

                            Works on my machines since 4 days without a hassle and without filling up the disks.

                            I did this too. Everything is on the latest release. pfBlockerNG seems to be working fine. Ok it's just an hour ago however it is -up to now- one hour without issues. It looks a bit like stable. I'll give you a feedback if there is any change.

                            1 Reply Last reply Reply Quote 0
                            • S
                              steky9
                              last edited by

                              This is still happening to me on 2.4.1 and the latest PfBlocker. Took 8 days from reboot for the 502's to start and all SSH connections to fail, and approx 1 more day after that for all traffic to be dropped. Needed to get it back asap so don't have logs.

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

                                @steky9:

                                This is still happening to me on 2.4.1 and the latest PfBlocker. Took 8 days from reboot for the 502's to start and all SSH connections to fail, and approx 1 more day after that for all traffic to be dropped. Needed to get it back asap so don't have logs.

                                I can confirm too. Exactly the same happens here :-(

                                pfSense 2.4.0 (amd64) running on IGEL H710C | 1G RAM | 8G SSD | INTEL PRO/1000 PT Dual NIC

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

                                  Ok… don't know if this is luck and I'll be jinxing it with this post but after battling this for weeks (on both UFS and ZFS) I decided to alter my CRON jobs such that all recurring tasks would be assured to have a minimum of 5 minutes. Since doing that, I've gone over 7 days without a hitch for the first time in over a month.

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    SimonSAU
                                    last edited by

                                    This is more of an info post to help try and sort out the issue.

                                    I also had the Bad Gateway error after the 2.4.0 and 2.4.1 updates. pfBlockerNG is installed and running GeoIP and DNSBL parts only, with some periodic updates (essentially Pi-Hole). The pfsense system runs in a VM on XenServer (7.1, I believe).

                                    What I found interesting was that I'm monitoring the firewall with Observium and the graphs are attached. (All of the same unit, same timeline, I just had to take 2 screenshots as the page is long.) Noting the graphs are 1 day / 7 days / 4 weeks / 1 year.

                                    You can clearly see the 'spike' to crash/reboot time on the graphs, in both the running processes and the memory usage (etc)… the first spike is after the 2.4.0 install, with the 2.4.1 install coming immediately after the 'crash' of the 2.4.0 install. Then over a week running fine on 2.4.1... then processes ramp up again to crash point.

                                    I could get to the console on the 2.4.1 box today but selecting 'reboot' from the console menu basically just hung the box... after 15mins it needed a 'force reboot' power cycle.

                                    I'll be keeping a close eye on the firewall's health.. as well as this forum thread.

                                    Happy to try and help debug this issue. It seems to me that something is 'triggering' the process madness and that doesn't seem to be a change (in my case) as the system ran for over a week without any involvement from me.

                                    ![Screen Shot 2017-11-07 at 8.31.55 pm.png](/public/imported_attachments/1/Screen Shot 2017-11-07 at 8.31.55 pm.png)
                                    ![Screen Shot 2017-11-07 at 8.31.55 pm.png_thumb](/public/imported_attachments/1/Screen Shot 2017-11-07 at 8.31.55 pm.png_thumb)
                                    ![Screen Shot 2017-11-07 at 8.32.15 pm.png](/public/imported_attachments/1/Screen Shot 2017-11-07 at 8.32.15 pm.png)
                                    ![Screen Shot 2017-11-07 at 8.32.15 pm.png_thumb](/public/imported_attachments/1/Screen Shot 2017-11-07 at 8.32.15 pm.png_thumb)

                                    1 Reply Last reply Reply Quote 0
                                    • I
                                      igorino
                                      last edited by

                                      Happening here too.

                                      After upgrading to 2.4.1 I cannot access the admin interface locally or with ssh, the text "pfSense - Serial: 0123456789 - " is presented and any command is not interpreted, the options are not displayed too.

                                      I cannot access via http, the message "502 bad gateway" is displayed (I know this is already mentioned in other messages.)

                                      With Zabbix I can list other details and, excluding the console and web interfaces, everything seems running fine.

                                      The packages pfBlocker (with DNSBL) and Snort are installed and running. The box is a supermicro 5015mt with 8G ram and two 80G drives (mirror geom)

                                      1 Reply Last reply Reply Quote 0
                                      • D
                                        D-Kun
                                        last edited by

                                        Hi,

                                        confirming SimonSAUs observation about the amount of processes.
                                        nagios nrpe reporting for my pfsense box 59-84 processes in avg. But hitting 250-310 procs when the error occours.

                                        1 Reply Last reply Reply Quote 0
                                        • V
                                          vpadro
                                          last edited by

                                          Well after 2 weeks without issues, it just bit me again.

                                          Guess it's time to run pihole instead of pfblocker until this gets resolved.

                                          1 Reply Last reply Reply Quote 0
                                          • S
                                            seanr22a
                                            last edited by

                                            @igorino:

                                            Happening here too.

                                            After upgrading to 2.4.1 I cannot access the admin interface locally or with ssh, the text "pfSense - Serial: 0123456789 - " is presented and any command is not interpreted, the options are not displayed too.

                                            I cannot access via http, the message "502 bad gateway" is displayed (I know this is already mentioned in other messages.)

                                            With Zabbix I can list other details and, excluding the console and web interfaces, everything seems running fine.

                                            The packages pfBlocker (with DNSBL) and Snort are installed and running. The box is a supermicro 5015mt with 8G ram and two 80G drives (mirror geom)

                                            Exactly the same is happening in 2.4.2 as well  :( I'm running on a SG-8660 with 2.4.2, pfblocker, snort and squid. Running a week when "502 Bad Gateway" and can't ssh (can login but freeze after the serial number)

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