Editing Nmcli

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{lowercase}}
+
<code>nmcli</code> is [[NetworkManager]]'s built-in command-line interface added in 2010<ref>https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=c2ec07f17d69a590b45797de5c8a0f26a4c45eaa</ref>, it is used at least in [[Red Hat Enterprise Linux|RHEL]]. nmcli allows easy display of NetworkManager's current status, manage at least [[Ethernet]] and [[WiFi]] connections and devices, monitor connections.
<code>nmcli</code> is [[NetworkManager]]'s built-in command-line interface added in 2010<ref>https://cgit.freedesktop.org/NetworkManager/NetworkManager/commit/?id=c2ec07f17d69a590b45797de5c8a0f26a4c45eaa</ref>, it is used at least in [[Red Hat Enterprise Linux|RHEL]]. <code>nmcli</code> allows easy display of NetworkManager's current status, manage at least [[Ethernet]] and [[WiFi]] connections and devices, monitor connections.
 
  
  
Line 6: Line 5:
 
See RHEL 8.0 official documentation: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_networking/index
 
See RHEL 8.0 official documentation: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/configuring_and_managing_networking/index
 
* Show  network connections:
 
* Show  network connections:
[[nmcli connection show]]
+
<pre>nmcli connection show
  NAME      UUID                                  TYPE      DEVICE
+
  NAME      UUID                                  TYPE      DEVICE
Profile 1  db1060e9-c164-476f-b2b5-caec62dc1b05  ethernet    ens3
+
Profile 1  db1060e9-c164-476f-b2b5-caec62dc1b05  ethernet    ens3
bond0      aaf6eb56-73e5-4746-9037-eed42caa8a65  ethernet    --
+
bond0      aaf6eb56-73e5-4746-9037-eed42caa8a65  ethernet    --
 
+
</pre>
nmcli connection show
+
* <code>nmcli connection show --active</code>
NAME                UUID                                  TYPE      DEVICE
+
* <code>nmcli device status</code>
System eth0        5fb06bd0-0bb0-7ffb-45f1-d6edd65f3e03  ethernet  eth0
+
<pre>
System eth1        9c92fad9-6ecb-3e6c-eb4d-8a47c6f50c04  ethernet  eth1
+
DEVICE  TYPE      STATE      CONNECTION
Wired connection 1  c40205e6-e5f8-37ba-a85b-ef94a15aad79  ethernet  --
+
ens3   ethernet  connected  Profile 1
 
+
ens4    ethernet  disconnected  --
<code>nmcli connection show --active</code>
+
lo      loopback  unmanaged  --
 
+
</pre>
[[nmcli device]] status
+
* <code>nmcli device show</code> (Includes link or carrier status). See also: <code>[[ethtool]]</code>
DEVICE  TYPE      STATE      CONNECTION
+
<pre>
[[ens]]3   ethernet  connected  Profile 1
+
GENERAL.DEVICE:                        ens33
ens4    ethernet  disconnected  --
+
GENERAL.TYPE:                          ethernet
lo      loopback  unmanaged  --
+
GENERAL.HWADDR:                        00:0C:29:54:F7:20
 
+
GENERAL.MTU:                            1500
nmcli device status
+
GENERAL.STATE:                          100 (connected)
DEVICE  TYPE      STATE      CONNECTION
+
GENERAL.CONNECTION:                    ens33
eth0    ethernet  connected  System eth0
+
GENERAL.CON-PATH:                      /org/freedesktop/NetworkManager/ActiveConnection/5
eth1    ethernet  connected  System eth1
+
WIRED-PROPERTIES.CARRIER:              on
lo      loopback  unmanaged  --
+
IP4.ADDRESS[1]:                        192.168.219.150/24
 
+
IP4.GATEWAY:                            192.168.219.2
 
+
IP4.DNS[1]:                            192.168.219.2
<code>[[nmcli device show]]</code> (Includes link or carrier status). See also: <code>[[ethtool]]</code>
+
IP4.DOMAIN[1]:                          localdomain
 +
IP6.ADDRESS[1]:                        fe80::3442:365:1982:aa4b/64
 +
IP6.GATEWAY:     
 +
</pre>
  
 
== Configure commands ==
 
== Configure commands ==
* Configure [[DNS]]: <code>[[nmcli con]] mod test-lab ipv4.dns "8.8.8.8 8.8.4.4"</code>
+
* Configure DNS: <code>nmcli con mod test-lab ipv4.dns "8.8.8.8 8.8.4.4"</code>
* Activate Ethernet connection: <code>[[nmcli con up]] test-lab ifname ens9</code>
+
* Activate Ethernet connection: <code>nmcli con up test-lab ifname ens9</code>
 
* View details: <code>nmcli -p con show test-lab</code>
 
* View details: <code>nmcli -p con show test-lab</code>
 
* Configure IP in eth0:
 
* Configure IP in eth0:
 
+
<pre>
[[nmcli c add]] type ethernet ifname eth0 con-name "My_New_Connection" ip4 192.168.1.166/24 gw4 192.168.1.1
+
nmcli c add type ethernet ifname eth0 con-name "My_New_Connection" ip4 192.168.1.166/24 gw4 192.168.1.1
Connection "My_New_Connection"  (xxxxxxx-sdafasfsdf-adfasdfaf-adsfads) suceessfully added.
+
Connection "My_New_Connection"  (xxxxxxx-sdafasfsdf-adfasdfaf-adsfads) suceessfully added.
 
+
</pre>
* <code>[[nmcli --help]]</code>
 
  
 
== Activities ==
 
== Activities ==
Line 49: Line 50:
  
 
== See also ==
 
== See also ==
* {{nmcli}}
 
 
* {{Netplan}}
 
* {{Netplan}}
 
* {{NetworkManager}}
 
* {{NetworkManager}}

Please note that all contributions to wikieduonline may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Wikieduonline:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)

Advertising: