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

    Gateway down - no notification received via SMTP

    Scheduled Pinned Locked Moved General pfSense Questions
    33 Posts 8 Posters 8.5k 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.
    • P
      phaze75 @stephenw10
      last edited by

      @stephenw10 said in Gateway down - no notification received via SMTP:

      You don't have gateway action disabled in the gateway setup?

      No. See below.

      e2d1f2c1-96f7-497f-ae4b-0d7e51428e89-image.png

      1 Reply Last reply Reply Quote 0
      • P
        phaze75 @stephenw10
        last edited by

        @stephenw10 So, where do we go from here? Should I file a bug?

        1 Reply Last reply Reply Quote 0
        • GertjanG
          Gertjan @phaze75
          last edited by

          I guess this is it :
          @phaze75 said in Gateway down - no notification received via SMTP:

          I suspect pfsense did not try to send an email at all (bug?)

          I took a look at what happens when a gateway (WAN) goes down.
          I'm pretty sure that there are no mail notifications attempts in that case.

          No "help me" PM's please. Use the forum, the community will thank you.
          Edit : and where are the logs ??

          1 Reply Last reply Reply Quote 0
          • johnpozJ
            johnpoz LAYER 8 Global Moderator
            last edited by

            This is kind of been a gray area for a while - I am not aware of any docs that spell out what triggers a notification.

            Would be a nice if there was some doc listing what exactly will trigger a smtp notification... Better yet would be a way to toggle different notifications on or off..

            Notification of wan down is prob never thought of since more than likely smtp notification would be going to outside smtp server. I just use a "free" outside monitoring service that send me email when it can not ping my wan IP..

            An intelligent man is sometimes forced to be drunk to spend time with his fools
            If you get confused: Listen to the Music Play
            Please don't Chat/PM me for help, unless mod related
            SG-4860 24.11 | Lab VMs 2.8, 24.11

            1 Reply Last reply Reply Quote 1
            • GertjanG
              Gertjan
              last edited by Gertjan

              @phaze75
              /etc/inc/gwlb.inc - line https://github.com/pfsense/pfsense/blob/30335336358db3bcdc0ede634a4f81b7f3273c7b/src/etc/inc/gwlb.inc#L120
              add

              		notify_all_remote("WAN went down (and when I receive this, it will be up again !)");
              

              This part of the file will now look like :

              ....
              	if (!$gateway['action_disable']) {
              		$params .= "-C \"{$alarm_cmd}\" ";	/* Command to run on alarm */
              		notify_all_remote("WAN went down !");
              	}
              ....
              
              Works for me ^^
              I ripped out the WAN cable - counted to 35, put it back in .... 
              The logs mentioned a mail being send - several, actually - my DynDNS's also kicked in.
              I received also :
              

              Notifications in this message: 1

              11:22:06 WAN went down (and when I receive this, it will be up again !)

              
              Btw : I'm not advising you to mess up your pfSense ;)
              
              
              @johnpoz said in [Gateway down \- no notification received via SMTP](/post/840825):
              > Would be a nice if there was some doc listing what exactly will trigger a smtp notification... Better yet would be a way to toggle different notifications on or off..
              
              +1 !

              No "help me" PM's please. Use the forum, the community will thank you.
              Edit : and where are the logs ??

              P 2 Replies Last reply Reply Quote 1
              • P
                phaze75 @Gertjan
                last edited by

                @Gertjan said in Gateway down - no notification received via SMTP:

                Btw : I'm not advising you to mess up your pfSense ;)

                Fiddling around with the code/scripts will bring me exactly there. So I will refrain from leaving the standard. Thanks anyway!

                1 Reply Last reply Reply Quote 0
                • johnpozJ
                  johnpoz LAYER 8 Global Moderator
                  last edited by

                  If you just want an easy way to get notified when your wan goes offline - other than your users screaming at you ;) There are many a FREE place that will do this for you..

                  An intelligent man is sometimes forced to be drunk to spend time with his fools
                  If you get confused: Listen to the Music Play
                  Please don't Chat/PM me for help, unless mod related
                  SG-4860 24.11 | Lab VMs 2.8, 24.11

                  GertjanG 1 Reply Last reply Reply Quote 0
                  • GertjanG
                    Gertjan @johnpoz
                    last edited by

                    @johnpoz said in Gateway down - no notification received via SMTP:

                    your wan goes offline

                    Yeah !! Sending a mail with WAN down means : receiving the mail when WAN comes up. Rather useless.

                    No "help me" PM's please. Use the forum, the community will thank you.
                    Edit : and where are the logs ??

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

                      @Gertjan said in Gateway down - no notification received via SMTP:

                      Yeah !! Sending a mail with WAN down means : receiving the mail when WAN comes up. Rather useless.

                      Guys, am I writing in Chinese? ๐Ÿ˜‰ I am repeating myself (see the quote of my second post below) when I tell you that the pfsense's LAN interface, the SMTP-Server, the Mail-Server and all Email-Clients are all in the same private LAN, that continue to work even with the WAN down. So no, it is not useless, because I would instantly receive pfsense's email notification within my private LAN, if pfsense would just send it. So simple, no strings attached. ๐Ÿ˜‰

                      @phaze75 said in Gateway down - no notification received via SMTP:

                      Hmm, why? The LAN interface (still up) and the SMTP server are in the same private subnet. I even configured the static IP of the SMTP server instead of the FQDN to prevent any DNS related issues.

                      1 Reply Last reply Reply Quote 0
                      • GertjanG
                        Gertjan
                        last edited by

                        Non, not Chinese, I understood that part : pfSense can deliver to a local mail on server just fine.
                        What I do understand just know : your mail box is also on LAN.
                        I saw your "mail server", and was things "oh, that would be a mail forwarder".

                        My ISP is quiet tolerant, but hosting a mail server locally is impossible : port 25 is blocked for incoming connection. Outgoing 25 is only allowed to the ISP mail servers. In Europe, most ISP's handle this way.

                        No "help me" PM's please. Use the forum, the community will thank you.
                        Edit : and where are the logs ??

                        P johnpozJ 2 Replies Last reply Reply Quote 0
                        • P
                          phaze75 @Gertjan
                          last edited by phaze75

                          @Gertjan said in Gateway down - no notification received via SMTP:

                          My ISP is quiet tolerant, but hosting a mail server locally is impossible : port 25 is blocked for incoming connection. Outgoing 25 is only allowed to the ISP mail servers. In Europe, most ISP's handle this way.

                          I agree regarding to ISP's private contracts. I am lucky. ISP's business contracts have to enable the full IP port range, otherwise companies could not host their SMTP servers on premise. So there will be others too hosting on premise SMTP servers behind pfsense firewalls who could use that feature... ๐Ÿ˜‰

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

                            It might be nice (for the rest of us) to receive an email once the gateway is back online, simply stating the gateway was down at <datetime> for #h:#m.
                            perhaps an event on the gateway up event with some log analysis to calc the duration?

                            Any way to do that without an external NMS watching everything?

                            1 Reply Last reply Reply Quote 0
                            • johnpozJ
                              johnpoz LAYER 8 Global Moderator @Gertjan
                              last edited by johnpoz

                              @Gertjan said in Gateway down - no notification received via SMTP:

                              Outgoing 25 is only allowed to the ISP mail servers. In Europe, most ISP's handle this way.

                              That is not just EU, most consumer lines are the same way in the US. And even if your isp doesn't block - most major players block you sending them mail if your IP is listed as being dynamic.

                              An intelligent man is sometimes forced to be drunk to spend time with his fools
                              If you get confused: Listen to the Music Play
                              Please don't Chat/PM me for help, unless mod related
                              SG-4860 24.11 | Lab VMs 2.8, 24.11

                              P 1 Reply Last reply Reply Quote 1
                              • P
                                phaze75 @johnpoz
                                last edited by phaze75

                                @johnpoz said in Gateway down - no notification received via SMTP:

                                That is not just EU, most consumer lines are the same way in the US. And even if your isp doesn't block - most major players block you sending them mail if your IP is listed as being dynamic.

                                Aren't there any business users of pfsense using business lines that are not blocked by the ISP? I did not understand that pfsense was only for home users using consumer lines.

                                By the way: since almost 8 years our business is extensively using the on-premise SMTP server via a dynamic IP address including a DynDNS setup. In all those years there has never been an occasion where one of our emails has been blocked. And we have also communicated to major players.

                                1 Reply Last reply Reply Quote 0
                                • P
                                  phaze75 @Gertjan
                                  last edited by

                                  What is now to do with the result of this long controversial discussion that even contains a potential solution from @Gertjan (see below)? Is this now taken care of? Do I need to submit a bug report/feature request?

                                  @Gertjan said in Gateway down - no notification received via SMTP:

                                  ....
                                  	if (!$gateway['action_disable']) {
                                  		$params .= "-C \"{$alarm_cmd}\" ";	/* Command to run on alarm */
                                  		notify_all_remote("WAN went down !");
                                  	}
                                  ....
                                  

                                  Works for me ^^
                                  I ripped out the WAN cable - counted to 35, put it back in ....
                                  The logs mentioned a mail being send - several, actually - my DynDNS's also kicked in.

                                  1 Reply Last reply Reply Quote 0
                                  • GertjanG
                                    Gertjan
                                    last edited by

                                    It's just a feature request.
                                    These belong here : pfSense redmine feature requests.

                                    Btw, this :

                                     		notify_all_remote("WAN went down !");
                                    

                                    isn't really perfect.
                                    A setup can have more then one WAN interface. It should at least mention which interface.
                                    I didn't check if this part of the code only executes ones, or could execute several times.
                                    And of course, the feature would make sense if a local mail server is available. IMHO : this is very rare.

                                    No "help me" PM's please. Use the forum, the community will thank you.
                                    Edit : and where are the logs ??

                                    1 Reply Last reply Reply Quote 0
                                    • stephenw10S
                                      stephenw10 Netgate Administrator
                                      last edited by stephenw10

                                      In 2.4 you can set a failover group as the default gateway so you should be able to send an email as long as one WAN is still up. Though I've never tested that.

                                      Steve

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