[Bug 699509] New: Support NetworkManager connectivity checking



https://bugzilla.gnome.org/show_bug.cgi?id=699509
  sysadmin | Other | unspecified

           Summary: Support NetworkManager connectivity checking
    Classification: Infrastructure
           Product: sysadmin
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: Other
        AssignedTo: sysadmin-maint gnome bugs
        ReportedBy: dcbw redhat com
         QAContact: sysadmin-maint gnome bugs
     GNOME version: ---


NetworkManager includes support for connectivity checking to determine whether
a machine actually has access to the internet and whether or not it may be
behind a captive portal.  Since portals are so awful and rarely implement
standards, NM implements two OR-ed checks:

1) an HTTP header, "X-NetworkManager-Status: online"

2) body content, which by default is "NetworkManager is online"

which are done whenever network connections change or (by default) every 120
seconds.

We haven't turned this on by default in any distributions that I know of,
mainly because there hasn't been a generic server with good reliability that we
can use for this.  So I'd like to propose that gnome.org host one for now.

A quick PHP page for this would be:

<html>
<?php
header('X-NetworkManager-Status: online');
?>
NetworkManager is online
</html>

Obviously GNOME wouldn't necessarily use PHP, but you get the idea.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact of the bug.
You are watching the assignee of the bug.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]