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

    pfsense behavior on power outages

    Scheduled Pinned Locked Moved General pfSense Questions
    11 Posts 7 Posters 1.4k 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.
    • G
      gstlouis
      last edited by

      I have two sites that work with UPS. However, this late summer has not be kind to us, with power outages lasting a long time. There are no generators.

      I can see in services ->Apcupsd the "Shutdown Behavior" only holds halt and power off. I tried both and router stays off.

      The things is I want my router to power back on when there is a power outage, and the UPS runs out causing a non-graceful shutdown. I can shut down the server manually, which is important to me, but the router I'll risk it.

      I am at a distance for these sites, and if they die after the UPS battery dies, without a graceful shutdown, then at least the pfsense router will boot back up so I can get in, and my server is setup the same when the UPS powers on when power is restored.

      pfsense does a graceful shutdown with halt and power off ( right?? ), because of this, it does not start back up.

      Is there any way to do this?

      Is my only option to shut off the deamon APC UPS Daemon service? at least this way nothing happens for graceful, all dies but will auto start when power is restored. I do not like this because I will most likely not get my email notifications of power outages...

      thanks for advice

      JKnottJ VioletDragonV 2 Replies Last reply Reply Quote 0
      • JKnottJ
        JKnott @gstlouis
        last edited by

        @gstlouis said in pfsense behavior on power outages:

        The things is I want my router to power back on when there is a power outage

        That's a setting in the computer pfSense is running on. Also, apcupsd should be telling the computer to shut down. Mine is set to halt. Power off requires the hardware to support it. I haven't tried mine to see if it does.

        PfSense running on Qotom mini PC
        i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
        UniFi AC-Lite access point

        I haven't lost my mind. It's around here...somewhere...

        G 1 Reply Last reply Reply Quote 0
        • G
          gstlouis @JKnott
          last edited by gstlouis

          @JKnott
          thanks for your comment. So you cannot confirm that "power off" will set the computer to power back on when power is restored?

          My understanding of both of these are halt and power off are graceful, and that the bios setting APM (AC power management) will only trigger when it is not a graceful shutdown.

          When I can test, I will try pulling the UPS plug to see what happens with power off selected...

          To your point, I did not find any setting in BIOS to autostart on power fail. So either I didn't find it, or the bios does not support it. Which would super suck. I just feel like I remember this router starting up once when power outage happened.

          My BIOS
          Vendor: American Megatrends Inc.
          Version: 5.6.5

          R JKnottJ 2 Replies Last reply Reply Quote 0
          • R
            rcoleman-netgate Netgate @gstlouis
            last edited by

            @gstlouis said in pfsense behavior on power outages:

            thanks for your comment. So you cannot confirm that "power off" will set the computer to power back on when power is restored?

            You have to check your BIOS for a setting that says how to handle power restoration.

            Ryan
            Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
            Requesting firmware for your Netgate device? https://go.netgate.com
            Switching: Mikrotik, Netgear, Extreme
            Wireless: Aruba, Ubiquiti

            G 1 Reply Last reply Reply Quote 3
            • bingo600B
              bingo600
              last edited by

              My Qotoms can be set (in bios) to "Turn on" when AC is restored.

              ISTR that i had to enable some advanced setting , in order to see those settings.

              /Bingo

              If you find my answer useful - Please give the post a šŸ‘ - "thumbs up"

              pfSense+ 23.05.1 (ZFS)

              QOTOM-Q355G4 Quad Lan.
              CPUĀ  : Core i5 5250U, Ram : 8GB Kingston DDR3LV 1600
              LANĀ  : 4 x Intel 211, DiskĀ  : 240G SAMSUNG MZ7L3240HCHQ SSD

              1 Reply Last reply Reply Quote 1
              • M
                mer
                last edited by

                Depending on what the pfSense install is running on, it may not do power off. Official Netgate hardware, most of them will not do power off, but everything should be doing halt. That would be the setting for APCUPSD.
                "power off" setting tells the device to power down after halting (I think ACPI stuff) has nothing to do with turning back on.
                "halt" == shutdown -h now
                "power off" == shutdown -p now
                power off requires hardware support.

                As others say the "turn back on" is a setting in BIOS somewhere, maybe something like "last power state".

                1 Reply Last reply Reply Quote 0
                • G
                  gstlouis @rcoleman-netgate
                  last edited by

                  @rcoleman-netgate

                  yes I have. with AMI american megatrends the settings are in the north bridge

                  https://www.youtube.com/watch?v=0cQ48MiEGQE

                  It was setup to power on. so I tried last state change

                  I then unplugged the UPS, waited it for signal a shutdown, then unplugged the battery completely to trigger a full UPS shutdown of all. Once I plugged my UPS back in all the hardware started but the router itself. >:|

                  I have tried in the pfsense the halt and power off options. halt seems to really freeze up the router needing a hard boot. power off does what it says and shuts down. But the router does not go back online, and BIOS is set to last state change

                  S 1 Reply Last reply Reply Quote 0
                  • S
                    SteveITS Galactic Empire @gstlouis
                    last edited by

                    @gstlouis With Apcupsd I believe you want the option checked:

                    Kill on Power Fail

                    Hibernate UPS on powerfail.

                    (huh, that is [ x ] without spaces which apparently formats as a checkbox and strips the preceding text. anyway...)

                    Then the UPS will shut off, and when it turns on everything should have been rebooted.

                    In your test did you unplug the router power cord from the UPS?

                    Pre-2.7.2/23.09: Only install packages for your version, or risk breaking it. Select your branch in System/Update/Update Settings.
                    When upgrading, allow 10-15 minutes to restart, or more depending on packages and device speed.
                    Upvote šŸ‘ helpful posts!

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      gstlouis @SteveITS
                      last edited by

                      @SteveITS
                      well that's cool. I was wondering what that option was.

                      So if I understand correctly, with this option enabled, the UPS will simply start the shutdown immediately, trigger the router to do shutdown, hibernate (like it is off) and when power is restored it will detect and turn itself back on triggering all the hardware to power on as well?

                      In my tests, yes, I would unplug the UPS which starts the ONBATT, then around 30% when it triggered the router shutdown -p I would disconnect the "cap" in the back of UPS (APC 750) that would disconnect the battery simulating a complete power off.

                      1 Reply Last reply Reply Quote 0
                      • JKnottJ
                        JKnott @gstlouis
                        last edited by

                        @gstlouis said in pfsense behavior on power outages:

                        thanks for your comment. So you cannot confirm that "power off" will set the computer to power back on when power is restored?

                        That depends on the computer and has nothing to do with pfSense. Check the CMOS settings.

                        Here's what it looks like in the computer described in my sig:

                        44e03592-42d9-4647-92b6-872214392d8c-image.png

                        PfSense running on Qotom mini PC
                        i5 CPU, 4 GB memory, 32 GB SSD & 4 Intel Gb Ethernet ports.
                        UniFi AC-Lite access point

                        I haven't lost my mind. It's around here...somewhere...

                        1 Reply Last reply Reply Quote 1
                        • VioletDragonV
                          VioletDragon @gstlouis
                          last edited by

                          @gstlouis That is a configuration on the Firewall itself, Auto Power on when Failure, It is a setting in the BIOS, I have configured my Firewalls and Firewalls in other locations to Power on Automatically which is configured in the BIOS.

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