#nmcli connection show (to see all the network connections)
nmcli device show
(to see the network details if already configured manually or dynamically)
nmcli connection add con-name "System eth0" ifname eth0 type ethernet
(to add the network connection)
nmcli connection modify "System eth0" ipv4.addresses ' ( IP address )/(netmask )( gateway )
ipv4.dns (dns server IP address ) ipv4.dns-search ( domain name) ipv4.method static or manually
(to assign IP address, gateway, dns, domain name and configure the network as static or manually)
nmcli connection up "System eth0" (to up the connection)
systemctl restart network (to restart the network service)
systemctl enable network (to enable the network service)
ifconfig (to see the IP address of the NIC card)
ping IP address (to check whether the IP is pinging or not)
On this page of the site you can watch the video online nmcli command in linux with a duration of hours minute second in good quality, which was uploaded by the user Linux Bhandar 05 October 2021, share the link with friends and acquaintances, this video has already been watched 183 times on youtube and it was liked by 6 viewers. Enjoy your viewing!