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

    Informing users of outages

    Scheduled Pinned Locked Moved General pfSense Questions
    4 Posts 3 Posters 898 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.
    • A Offline
      alltime
      last edited by

      Is there any way to notify users of network changes through pfSense? For example, as a university, we try to notify our users well ahead of schedule regarding upcoming outages. We currently rely on sending email notifications, however, you know students don't always check. We thought about possibly rerouting the Captive Portal log-in page or redirect page. What do some of you guys do, if anything?

      1 Reply Last reply Reply Quote 0
      • DerelictD Offline
        Derelict LAYER 8 Netgate
        last edited by

        Probably not without breaking other things in the process.

        IMHO, if they want to be informed, they can check their email.

        Chattanooga, Tennessee, USA
        A comprehensive network diagram is worth 10,000 words and 15 conference calls.
        DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
        Do Not Chat For Help! NO_WAN_EGRESS(TM)

        1 Reply Last reply Reply Quote 0
        • H Offline
          heper
          last edited by

          you could probably force everyone through captive portal and just create a splash page with useful information with a javascript that redirects them to their original request after x seconds.

          example js to submit cp form after 5 seconds

          
          window.onload=function(){ 
              window.setTimeout(document.yourFormName.submit.bind(document.yourFormName), 5000);
          };
          
          

          you could create an iframe or whatever to include a specific page that runs on an internal/external webserver that you can use to easily change whatever message you want to publish

          oh yea: set  No Authentication option in captive portal ;)

          1 Reply Last reply Reply Quote 0
          • DerelictD Offline
            Derelict LAYER 8 Netgate
            last edited by

            Except that not everything on the network is a javascript-capable web browser.

            Chattanooga, Tennessee, USA
            A comprehensive network diagram is worth 10,000 words and 15 conference calls.
            DO NOT set a source address/port in a port forward or firewall rule unless you KNOW you need it!
            Do Not Chat For Help! NO_WAN_EGRESS(TM)

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