Skip to content

Commit

Permalink
Updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
harneshalaka committed Dec 19, 2024
1 parent 091a99c commit 49f379c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tasks/networkmanager-nmcli-enabledisable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in the assembly -->
<para>Enable network connection using the <command>nmcli</command> command to establish network connections.</para>
<procedure xml:id="enable-networkmanager"><step><para>View the list of existing connections:</para>
<screen>nmcli connection show</screen>
<para>Available network connections appear with the names and UUIDs.</para>
<para>The available active network connections appear with the names and UUIDs</para>
</step>
<step><para>Enable a connection using the name or UUID.</para>
<screen>nmcli connection up uuid <replaceable>CONNECTION-UUID</replaceable></screen></step>
Expand All @@ -44,7 +44,7 @@ in the assembly -->
<para>You can disable network connection using the <command>nmcli</command> command. You can disable a network connection to isolate the system temporarily from external networks.</para>
<procedure xml:id="disable-networkmanager"><step><para>View the list of active connections:</para>
<screen>nmcli connection show --active</screen>
<para>The list of active network connections appear with the names and UUIDs.</para>
<para>The available active network connections appear with the names and UUIDs</para>
</step>
<step><para>Terminate a specific connection:</para>
<screen>nmcli connection down <replaceable>CONNECTION-NAME/CONNECTION-UUID</replaceable></screen>
Expand Down
2 changes: 1 addition & 1 deletion tasks/networkmanager-nmcli-troubleshoot.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<para>Verify the connection and reconnect to the network.</para>
<itemizedlist>
<listitem>
<para>Verify the SSID and password:</para>
<para>Verify the SSID:</para>
<screen>
nmcli device wifi rescan
nmcli device wifi list
Expand Down

0 comments on commit 49f379c

Please sign in to comment.