source: networking/netutils/networkmanager.xml@ 1295f49

11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18 xry111/xf86-video-removal
Last change on this file since 1295f49 was 4d6a0e2, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Add manual pages and doc for NetworkManager

  • Property mode set to 100644
File size: 25.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY NetworkManager-download-http
8"&gnome-download-http;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
9 <!ENTITY NetworkManager-download-ftp
10"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
11 <!ENTITY NetworkManager-md5sum "82088af23cac1be7394bde000f4612f8">
12 <!ENTITY NetworkManager-size "6.3 MB">
13 <!ENTITY NetworkManager-buildsize "265 MB (with tests)">
14 <!ENTITY NetworkManager-time "0.9 SBU (with tests, using parallelism=4)">
15]>
16
17<sect1 id="NetworkManager" xreflabel="NetworkManager-&NetworkManager-version;">
18 <?dbhtml filename="networkmanager.html"?>
19
20 <sect1info>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>NetworkManager-&NetworkManager-version;</title>
25
26 <indexterm zone="NetworkManager">
27 <primary sortas="a-NetworkManager">NetworkManager</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to NetworkManager</title>
32
33 <para>
34 <application>NetworkManager</application> is a set of co-operative
35 tools that make networking simple and straightforward. Whether you use WiFi,
36 wired, 3G, or Bluetooth, NetworkManager allows you to quickly move from
37 one network to another: Once a network has been configured and joined
38 once, it can be detected and re-joined automatically the next time it's
39 available.
40 </para>
41
42 &lfs112_checked;
43
44 <note revision="systemd">
45 <para>
46 Make sure that you disable the <command>systemd-networkd</command>
47 service or configure it not to manage the interfaces you want to manage
48 with <application>NetworkManager</application>.
49 </para>
50 </note>
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>
56 Download (HTTP): <ulink url="&NetworkManager-download-http;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download (FTP): <ulink url="&NetworkManager-download-ftp;"/>
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download MD5 sum: &NetworkManager-md5sum;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Download size: &NetworkManager-size;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated disk space required: &NetworkManager-buildsize;
77 </para>
78 </listitem>
79 <listitem>
80 <para>
81 Estimated build time: &NetworkManager-time;
82 </para>
83 </listitem>
84 </itemizedlist>
85
86 <bridgehead renderas="sect3">NetworkManager Dependencies</bridgehead>
87
88 <bridgehead renderas="sect4">Required</bridgehead>
89 <para role="required">
90 <xref linkend="jansson"/> and
91 <xref linkend="libndp"/>
92 </para>
93
94 <bridgehead renderas="sect4">Recommended</bridgehead>
95 <para role="recommended">
96 <xref linkend="curl"/>,
97 <!--<xref linkend="dhcpcd"/> or
98 DHCPCD support is known to be broken with dhcpcd-9 -->
99 <xref role="nodep" linkend="dhcp"/> (client only),
100 <xref linkend="gobject-introspection"/>,
101 <xref linkend="iptables"/>,
102 <xref linkend="newt"/> (for <command>nmtui</command>),
103 <xref linkend="nss"/>,
104 <xref linkend="polkit"/>,
105 <xref linkend="pygobject3"/>,
106 <phrase revision="sysv"><xref linkend="elogind"/>,</phrase>
107 <phrase revision="systemd"><xref linkend="systemd"/>,</phrase>
108 <xref linkend="upower"/>,
109 <xref linkend="vala"/>, and
110 <xref linkend="wpa_supplicant"/> (built with D-Bus support)
111 </para>
112
113 <bridgehead renderas="sect4">Optional</bridgehead>
114 <para role="optional">
115 <xref linkend="bluez"/>,
116 <xref linkend="dbus-python"/> (for the test suite),
117 <!-- <xref linkend="firewalld"/> (For whenever firewalld is reintroduced) -->
118 <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found),
119 <xref linkend="gtk-doc"/>,
120 <xref linkend="libpsl"/>,
121 <xref linkend="qt5"/> (for examples),
122 <xref linkend="ModemManager"/>,
123 <xref linkend="valgrind"/>,
124 <ulink url="https://thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
125 <ulink url="https://firewalld.org/">firewalld</ulink>,
126 <ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
127 <ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
128 <ulink url="&gnome-download-http;/mobile-broadband-provider-info/">mobile-broadband-provider-info</ulink>,
129 <ulink url="https://www.samba.org/ftp/ppp/">PPP</ulink>, and
130 <ulink url="https://dianne.skoll.ca/projects/rp-pppoe/">RP-PPPoE</ulink>
131 </para>
132
133 <para condition="html" role="usernotes">User Notes:
134 <ulink url="&blfs-wiki;/NetworkManager"/>
135 </para>
136 </sect2>
137
138 <sect2 role="kernel" id="NetworkManager-kernel">
139 <title>Kernel Configuration</title>
140
141 <para>
142 If you wish to run the tests, check that at least the following options
143 are enabled in the kernel configuration. Those options have been
144 determined to be necessary, but may not be sufficient. Recompile the
145 kernel if necessary:
146 </para>
147
148 <!-- Ethernet Teaming support is potentially optional, but I didn't
149 run the tests again to test that. It was needed to convince one of
150 the Linux Platform tests to move farther along because otherwise
151 RTNETLINK would respond with an Error 95 - unknown device type.
152 This would cause the test to fail early on in the process.
153
154 [pierre, Nov 2022]: I cannot tell whether these options are
155 the only ones that are needed. They are the options I had to add
156 in order to have some tests pass. But I already had some other
157 options set for packet filtering (iptables), that may not be
158 available by default and may be necessary. Even with the options
159 below still one test (test-route) fails.-->
160
161<screen><literal>
162[*] Networking support---&gt; [CONFIG_NET]
163 Networking options---&gt;
164 [*] TCP/IP networking [CONFIG_INET]
165 &lt;*/M&gt; IP: tunelling [CONFIG_NET_IPIP]
166 &lt;*/M&gt; IP: GRE demultiplexer [CONFIG_NET_IPGRE_DEMUX]
167 &lt;*/M&gt; IP: GRE tunnels over IP [CONFIG_NET_IPGRE]
168 &lt;*&gt; The IPv6 protocol ---&gt; [CONFIG_IPV6]
169 &lt;*/M&gt; IPv6: IPv6-in-IPv4 tunnel (SIT driver) [CONFIG_IPV6_SIT]
170 &lt;*/M&gt; IPv6: GRE tunnel [CONFIG_IPV6_GRE]
171 [*] IPv6: Multiple Routing Tables [CONFIG_IPV6_MULTIPLE_TABLES]
172 [*] MPTCP: Multipath TCP [CONFIG_MPTCP]
173 [*] MPTCP: IPv6 support for Multipath TCP [CONFIG_MPTCP_IPV6]
174 &lt;*/M&gt; 802.1Q/802.1ad VLAN Support [CONFIG_VLAN_8021Q]
175 [*] QoS and/or fair queueing ---&gt; [CONFIG_NET_SCHED]
176 &lt;*/M&gt; Stochastic Fairness Queueing (SFQ) [CONFIG_NET_SCH_SFQ]
177 &lt;*/M&gt; Token Bucket Filter (TBF) [CONFIG_NET_SCH_TBF]
178 &lt;*/M&gt; Fair Queue Controlled Delay AQM (FQ_CODEL) [CONFIG_NET_SCH_FQ_CODEL]
179 &lt;*/M&gt; Ingress/classifier-action Qdisc [CONFIG_NET_SCH_INGRESS]
180 Device Drivers ---&gt;
181 [*] Network device support ---&gt; [CONFIG_NETDEVICES]
182 [*] Network core driver support [CONFIG_NET_CORE]
183 &lt;*&gt; Bonding driver support [CONFIG_BONDING]
184 &lt;*&gt; Dummy net driver support [CONFIG_DUMMY]
185 &lt;*&gt; Ethernet team driver support ---&gt; [CONFIG_NET_TEAM]
186 &lt;*&gt; MAC-VLAN support [CONFIG_MACVLAN]
187 &lt;*&gt; MAC-VLAN based tap driver [CONFIG_MACVTAP]
188 &lt;*&gt; IP-VLAN support [CONFIG_IPVLAN]
189 &lt;*&gt; Virtual eXtensible Local Area Network (VXLAN) [CONFIG_VXLAN]
190 &lt;*&gt; Virtual ethernet pair device [CONFIG_VETH]
191 &lt;*&gt; Virtual Routing and Forwarding (Lite) [CONFIG_VRF]
192 </literal></screen>
193
194 <indexterm zone="NetworkManager NetworkManager-kernel">
195 <primary sortas="d-NetworkManager">NetworkManager</primary>
196 </indexterm>
197 </sect2>
198
199 <sect2 role="installation">
200 <title>Installation of NetworkManager</title>
201
202 <para>
203 If <xref linkend="qt5"/> is installed and the Qt based
204 examples are desired, fix two meson.build files:
205 </para>
206
207<screen><userinput>sed -e 's/-qt4/-qt5/' \
208 -e 's/moc_location/host_bins/' \
209 -i examples/C/qt/meson.build &amp;&amp;
210
211sed -e 's/Qt/&amp;5/' \
212 -i meson.build</userinput></screen>
213
214<!--
215 <para>
216 Fix a missing meson.build file for initrd hooks (not used in BLFS):
217 </para>
218
219<screen><userinput>sed '/initrd/d' -i src/core/meson.build</userinput></screen>
220-->
221
222 <para>
223 Fix the python scripts so that they use <application>Python
224 3</application>:
225 </para>
226
227<screen><userinput>grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
228
229 <para>
230 Install <application>NetworkManager</application> by running the
231 following commands:
232 </para>
233
234<screen revision="sysv"><userinput>mkdir build &amp;&amp;
235cd build &amp;&amp;
236
237CXXFLAGS+="-O2 -fPIC" \
238meson --prefix=/usr \
239 --buildtype=release \
240 -Dlibaudit=no \
241 -Dlibpsl=false \
242 -Dnmtui=true \
243 -Dovs=false \
244 -Dppp=false \
245 -Dselinux=false \
246 -Dsession_tracking=elogind \
247 -Dmodem_manager=false \
248 -Dsystemdsystemunitdir=no \
249 -Dsystemd_journal=false \
250 -Dqt=false \
251 .. &amp;&amp;
252ninja</userinput></screen>
253
254<screen revision="systemd"><userinput>mkdir build &amp;&amp;
255cd build &amp;&amp;
256
257CXXFLAGS+="-O2 -fPIC" \
258meson --prefix=/usr \
259 --buildtype=release \
260 -Dlibaudit=no \
261 -Dlibpsl=false \
262 -Dnmtui=true \
263 -Dovs=false \
264 -Dppp=false \
265 -Dselinux=false \
266 -Dqt=false \
267 -Dsession_tracking=systemd \
268 -Dmodem_manager=false \
269 .. &amp;&amp;
270ninja</userinput></screen>
271
272 <para>
273 An already active graphical session
274 with a bus address is necessary to run the tests. To test the results,
275 as the &root; user, <!-- needs the "ip" command --> issue:
276 </para>
277
278<screen role="root" remap="test"><userinput>ninja test</userinput></screen>
279
280 <para>
281 A few tests may fail, depending on enabled kernel options.
282 </para>
283
284 <para>
285 Now, as the <systemitem class="username">root</systemitem> user:
286 </para>
287
288<screen role="root"><userinput>ninja install &amp;&amp;
289mv -v /usr/share/doc/NetworkManager{,-&NetworkManager-version;}</userinput></screen>
290
291 <para>
292 If you have not passed the <option>-Ddocs=true</option> option to
293 <command>meson</command>, you can install the pregenerated manual pages
294 with (as the &root; user):
295 </para>
296
297<screen role="root"><userinput>for file in $(echo ../man/*.[1578]); do
298 section=${file##*.} &amp;&amp;
299 install -vdm 755 /usr/share/man/man$section
300 install -vm 644 $file /usr/share/man/man$section/
301done</userinput></screen>
302
303 <para>
304 Still in case you have not used <option>-Ddocs=true</option>, the
305 pregenerated HTML documentation can also be installed with (as
306 the &root; user):
307 </para>
308
309<screen role="root"
310 remap="doc"><userinput>cp -Rv ../docs/{api,libnm} /usr/share/doc/NetworkManager-&NetworkManager-version;</userinput></screen>
311
312 </sect2>
313
314 <sect2 role="commands">
315 <title>Command Explanations</title>
316
317 <para>
318 <envar>CXXFLAGS="-O2 -fPIC"</envar>: These compiler options are
319 necessary to build the Qt5 based examples.
320 </para>
321
322 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
323 href="../../xincludes/meson-buildtype-release.xml"/>
324
325 <para>
326 <option>-Ddocs=true</option>: Use this switch to enable building
327 man pages and documentation if <xref linkend="gtk-doc"/> is installed.
328 </para>
329
330 <para>
331 <parameter>-Dnmtui=true</parameter>: This parameter enables building
332 <command>nmtui</command>.
333 </para>
334
335 <para revision="sysv">
336 <parameter>-Dsystemdsystemunitdir=no</parameter> and
337 <parameter>-Dsystemd_journal=false</parameter>: systemd is not
338 used for sysv init systems.
339 </para>
340
341 <para>
342 <!--<parameter>-Djson_validation=false</parameter>, no longer recognized -->
343 <parameter>-Dlibpsl=false</parameter> and
344 <parameter>-Dovs=false</parameter>: These switches disable building with the
345 respective libraries. Remove if you have the needed libraries installed.
346 </para>
347
348<!--
349 <para>
350 <parameter>-Dlibpsl=false</parameter>: This switch is required if
351 <application>libpsl</application> is not installed. Omit this switch if
352 you have built <application>libpsl</application>.
353 </para>
354-->
355
356 <para>
357 <parameter>-Dmodem_manager=false</parameter>: This switch is required if
358 <application>ModemManager</application> is not installed. Omit if you
359 have built <application>ModemManager</application> and
360 <application>mobile-broadband-provider-info</application>.
361 </para>
362
363 <para revision="sysv">
364 <parameter>-Dsession_tracking=elogind</parameter>: This switch
365 is used to set <command>elogind</command> as the default
366 program for session tracking.
367 </para>
368
369 <para revision="systemd">
370 <parameter>-Dsession_tracking=systemd</parameter>: This switch
371 is used to set <command>systemd-logind</command> as the default
372 program for session tracking.
373 </para>
374
375 <para revision="systemd">
376 <parameter>-Dsystemdsystemunitdir=/lib/systemd/system</parameter>:
377 This switch is used to set the correct installation directory for
378 systemd units.
379 </para>
380
381 <para>
382 <parameter>-Dppp=false</parameter>: This parameter disables
383 <application>PPP</application> support in
384 <application>NetworkManager</application>.
385 </para>
386
387 <para>
388 <parameter>-Dlibaudit=no</parameter> and
389 <parameter>-Dselinux=false</parameter>: libaudit and SELinux are not used
390 in BLFS.
391 </para>
392
393 <para>
394 <parameter>-Dqt=false</parameter>: disables the
395 <application>QT</application> examples. Omit if you have
396 <application>QT</application> available and wish to install the examples.
397 </para>
398
399 </sect2>
400
401 <sect2 role="configuration">
402 <title>Configuring NetworkManager</title>
403
404 <sect3 id="NetworkManager-config">
405 <title>Config Files</title>
406 <para>
407 <filename>/etc/NetworkManager/NetworkManager.conf</filename>
408 </para>
409
410 <indexterm zone="NetworkManager NetworkManager-config">
411 <primary
412 sortas="e-etc-NetworkManager-NetworkManager.conf">
413 /etc/NetworkManager/NetworkManager.conf</primary>
414 </indexterm>
415
416 </sect3>
417
418 <sect3><title>Configuration Information</title>
419
420 <para>
421 For <application>NetworkManager</application> to work, at least
422 a minimal configuration file must be present. Such a file is not
423 installed with <command>make install</command>. Issue the following
424 command as the <systemitem class="username">root</systemitem> user to
425 create a minimal <filename>NetworkManager.conf</filename> file:
426 </para>
427
428<screen role="root"><userinput>cat &gt;&gt; /etc/NetworkManager/NetworkManager.conf &lt;&lt; "EOF"
429<literal>[main]
430plugins=keyfile</literal>
431EOF</userinput></screen>
432
433 <para>
434 This file should not be modified directly by users of the system.
435 Instead, system specific changes should be made using configuration
436 files in the
437 <filename class="directory">/etc/NetworkManager/conf.d</filename>
438 directory.
439 </para>
440
441 <para>
442 To allow polkit to manage authorizations, add the following
443 configuration file:
444 </para>
445
446<screen role="root"><userinput>cat &gt; /etc/NetworkManager/conf.d/polkit.conf &lt;&lt; "EOF"
447<literal>[main]
448auth-polkit=true</literal>
449EOF</userinput></screen>
450
451 <para>
452 To use something other than the built-in dhcp client (recommended if
453 using only <command>nmcli</command>), use the following configuration
454 (valid values include either dhclient <!--dhcpcd --> or internal):
455 </para>
456
457<screen role="nodump"><userinput>cat &gt; /etc/NetworkManager/conf.d/dhcp.conf &lt;&lt; "EOF"
458<literal>[main]
459dhcp=</literal><replaceable>dhclient</replaceable>
460EOF</userinput></screen>
461
462 <para>
463 To prevent <application>NetworkManager</application> from updating the
464 <filename>/etc/resolv.conf</filename> file, add the following
465 configuration file:
466 </para>
467
468<screen role="nodump"><userinput>cat &gt; /etc/NetworkManager/conf.d/no-dns-update.conf &lt;&lt; "EOF"
469<literal>[main]
470dns=none</literal>
471EOF</userinput></screen>
472
473 <para>
474 For additional configuration options, see
475 <command>man 5 NetworkManager.conf</command>.
476 </para>
477
478 <para>
479 To allow regular users to configure network connections,
480 you should add them to the
481 <systemitem class="groupname">netdev</systemitem>
482 group, and create a <application>polkit</application> rule that grants
483 access. Run the following commands as the
484 <systemitem class="username">root</systemitem> user:
485 </para>
486
487<screen role="root"><userinput>groupadd -fg 86 netdev &amp;&amp;
488/usr/sbin/usermod -a -G netdev <replaceable>&lt;username&gt;</replaceable>
489
490cat &gt; /usr/share/polkit-1/rules.d/org.freedesktop.NetworkManager.rules &lt;&lt; "EOF"
491<literal>polkit.addRule(function(action, subject) {
492 if (action.id.indexOf("org.freedesktop.NetworkManager.") == 0 &amp;&amp; subject.isInGroup("netdev")) {
493 return polkit.Result.YES;
494 }
495});</literal>
496EOF</userinput></screen>
497
498 </sect3>
499
500 <sect3 id="NetworkManager-init">
501 <title><phrase revision="sysv">Boot Script</phrase>
502 <phrase revision="systemd">Systemd Unit</phrase></title>
503
504 <para revision="sysv">
505 To automatically start the <command>NetworkManager</command> daemon
506 when the system is rebooted, install the
507 <filename>/etc/rc.d/init.d/networkmanager</filename>bootscript from the
508 <xref linkend="bootscripts"/> package.
509 </para>
510
511 <para revision="systemd">
512 To start the <command>NetworkManager</command> daemon at boot, enable
513 the previously installed systemd unit by running the following command
514 as the <systemitem class="username">root</systemitem> user:
515 </para>
516
517 <note>
518 <para>
519 If using <application>Network Manager</application> to manage
520 an interface, any previous configuration for that interface should be
521 removed, and the interface brought down prior to starting
522 <application>Network Manager</application>.
523 </para>
524 </note>
525
526 <indexterm zone="NetworkManager NetworkManager-init">
527 <primary sortas="f-NetworkManager">NetworkManager</primary>
528 </indexterm>
529
530<screen role="root" revision="sysv"><userinput>make install-networkmanager</userinput></screen>
531
532<screen role="root" revision="systemd"><userinput>systemctl enable NetworkManager</userinput></screen>
533<!-- The below instruction is obsolete. NetworkManager-wait-online is now
534 enabled by default when enabling NetworkManager. -->
535<!--
536 <para revision="systemd">
537 <application>NetworkManager</application> also ships a systemd unit
538 called <filename>NetworkManager-wait-online.service</filename> which
539 can be used to prevent services that require network connectivity
540 from starting until <application>NetworkManager</application> has
541 established the connection. To enable it, run the following command
542 as the <systemitem class="username">root</systemitem> user:
543 </para>
544
545<screen role="root" revision="systemd"><userinput>systemctl enable NetworkManager-wait-online</userinput></screen>
546 -->
547 <!-- As such, let's now provide instructions on how to disable that
548 behavior, for those who wish to do so. -->
549 <para revision="systemd">
550 Starting in version 1.11.2 of <application>NetworkManager</application>,
551 a systemd unit named <filename>NetworkManager-wait-online.service</filename>
552 is enabled, which is used to prevent services that require network
553 connectivity from starting until <application>NetworkManager</application>
554 establishes a connection. To disable this behavior, run the following
555 command as the <systemitem class="username">root</systemitem> user:
556 </para>
557
558<screen role="root" revision="systemd"><userinput>systemctl disable NetworkManager-wait-online</userinput></screen>
559
560 </sect3>
561
562 </sect2>
563
564 <sect2 role="content">
565 <title>Contents</title>
566
567 <segmentedlist>
568 <segtitle>Installed Programs</segtitle>
569 <segtitle>Installed Libraries</segtitle>
570 <segtitle>Installed Directories</segtitle>
571
572 <seglistitem>
573 <seg>
574 NetworkManager, nmcli, nm-online, nmtui, and, symlinked to nmtui:
575 nmtui-connect, nmtui-edit, and nmtui-hostname
576 </seg>
577 <seg>
578 libnm.so
579 and several modules under /usr/lib/NetworkManager
580 </seg>
581 <seg>
582 /etc/NetworkManager,
583 /usr/include/libnm,
584 /usr/lib/NetworkManager,
585 /usr/share/doc/NetworkManager-&NetworkManager-version;,
586 /usr/share/gtk-doc/html/{libnm,NetworkManager}
587 (if the documentation is built),
588 and
589 /var/lib/NetworkManager
590 </seg>
591 <!-- A lot of libraries were removed here. We should verify compatibility.
592 RESTORED AT 1.18.2 -renodr -->
593 </seglistitem>
594 </segmentedlist>
595
596 <variablelist>
597 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
598 <?dbfo list-presentation="list"?>
599 <?dbhtml list-presentation="table"?>
600
601 <varlistentry id="nmcli">
602 <term><command>nmcli</command></term>
603 <listitem>
604 <para>
605 is a command-line tool for controlling
606 <application>NetworkManager</application>
607 and getting its status
608 </para>
609 <indexterm zone="NetworkManager nmcli">
610 <primary sortas="b-nmcli">nmcli</primary>
611 </indexterm>
612 </listitem>
613 </varlistentry>
614
615 <varlistentry id="nm-online">
616 <term><command>nm-online</command></term>
617 <listitem>
618 <para>
619 is an utility to determine whether you are online
620 </para>
621 <indexterm zone="NetworkManager nm-online">
622 <primary sortas="b-nm-online">nm-online</primary>
623 </indexterm>
624 </listitem>
625 </varlistentry>
626
627 <varlistentry id="nmtui">
628 <term><command>nmtui</command></term>
629 <listitem>
630 <para>
631 is an interactive ncurses-based user interface for
632 <application>nmcli</application>
633 </para>
634 <indexterm zone="NetworkManager nmtui">
635 <primary sortas="b-nmtui">nmtui</primary>
636 </indexterm>
637 </listitem>
638 </varlistentry>
639
640 <varlistentry id="nmtui-connect">
641 <term><command>nmtui-connect</command></term>
642 <listitem>
643 <para>
644 is an interactive ncurses-based user interface to
645 activate/deactivate connections
646 </para>
647 <indexterm zone="NetworkManager nmtui-connect">
648 <primary sortas="b-nmtui-connect">nmtui-connect</primary>
649 </indexterm>
650 </listitem>
651 </varlistentry>
652
653 <varlistentry id="nmtui-edit">
654 <term><command>nmtui-edit</command></term>
655 <listitem>
656 <para>
657 is an interactive ncurses-based user interface to edit connections
658 </para>
659 <indexterm zone="NetworkManager nmtui-edit">
660 <primary sortas="b-nmtui-edit">nmtui-edit</primary>
661 </indexterm>
662 </listitem>
663 </varlistentry>
664
665 <varlistentry id="nmtui-hostname">
666 <term><command>nmtui-hostname</command></term>
667 <listitem>
668 <para>
669 is an interactive ncurses-based user interface to edit the hostname
670 </para>
671 <indexterm zone="NetworkManager nmtui-hostname">
672 <primary sortas="b-nmtui-hostname">nmtui-hostname</primary>
673 </indexterm>
674 </listitem>
675 </varlistentry>
676
677 <varlistentry id="NetworkManager-prog">
678 <term><command>NetworkManager</command></term>
679 <listitem>
680 <para>
681 is the network management daemon
682 </para>
683 <indexterm zone="NetworkManager NetworkManager-prog">
684 <primary sortas="b-NetworkManager">NetworkManager</primary>
685 </indexterm>
686 </listitem>
687 </varlistentry>
688
689 <varlistentry id="libnm">
690 <term><filename class="libraryfile">libnm.so</filename></term>
691 <listitem>
692 <para>
693 contains functions used by <application>NetworkManager</application>
694 </para>
695 <indexterm zone="NetworkManager libnm">
696 <primary sortas="c-libnm">libnm.so</primary>
697 </indexterm>
698 </listitem>
699 </varlistentry>
700 </variablelist>
701
702 </sect2>
703
704</sect1>
Note: See TracBrowser for help on using the repository browser.