Using Nmcli Interactively To Set A Static Ip Addre
~]$ nmcli con edit type ethernet con-name ens3
| === | nmcli interactive connection editor | === |
Adding a new ‘802-3-ethernet’ connection
Type ‘help’ or ‘?’ for available commands. Type ‘describe [>setting<.>prop<]’ for detailed property description.
You may edit the following settings: connection, 802-3-ethernet (ethernet), 802-1x, ipv4, ipv6, dcb nmcli> set ipv4.addresses 192.168.122.88/24 Do you also want to set ‘ipv4.method’ to ‘manual’? [yes]: yes nmcli> nmcli> save temporary Saving the connection with ‘autoconnect=yes’. That might result in an immediate activation of the connection. Do you still want to save? [yes] no nmcli> save Saving the connection with ‘autoconnect=yes’. That might result in an immediate activation of the connection. Do you still want to save? [yes] yes Connection ‘ens3’ (704a5666-8cbd-4d89-b5f9-fa65a3dbc916) successfully saved. nmcli> quit ~]$