#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)
Nesta página do site você pode assistir ao vídeo on-line nmcli command in linux duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Linux Bhandar 05 Outubro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 183 vezes e gostou 6 espectadores. Boa visualização!