File: feature-networkmanager.xml

package info (click to toggle)
cockpit 188-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 119,768 kB
  • sloc: ansic: 66,833; xml: 5,776; python: 3,122; sh: 2,322; makefile: 1,289; sed: 7
file content (27 lines) | stat: -rw-r--r-- 1,180 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
	"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
<chapter id="feature-networkmanager">
  <title>NetworkManager</title>

  <para>If available on the system, Cockpit uses
    <ulink url="https://wiki.gnome.org/Projects/NetworkManager">NetworkManager</ulink>
    and the DBus APIs it provides to interact with the system's network configuration.</para>

  <para>For non root users, NetworkManager controls access to its APIs via
    <link linkend="privileges">Policy Kit</link> and a user logged into Cockpit will have
    the same permissions as they do from the command line.</para>

  <para>To perform similar tasks from the command line, use the
    <ulink url="https://fedoraproject.org/wiki/Networking/CLI">nmcli</ulink> command:</para>

<programlisting>
$ <command>nmcli general status</command>
STATE      CONNECTIVITY  WIFI-HW  WIFI     WWAN-HW  WWAN
connected  full          enabled  enabled  enabled  enabled
</programlisting>

  <para>Devices marked as "not managed" with the <code>NM_CONTROLLED=no</code> setting
    will not be displayed in the interface.</para>

</chapter>