source: networking/netutils/networkmanager.xml@ 2b21b49f

10.1 11.0 11.1 11.2 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 upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2b21b49f was 2b21b49f, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to NetworkManager-1.30.0

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24283 af4574ff-66df-0310-9fd7-8a98e5e911e0

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