nmcli command in linux

Publié le: 05 octobre 2021
sur la chaîne: Linux Bhandar
183
6

#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)


Sur cette page du site, vous pouvez voir la vidéo en ligne nmcli command in linux durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Linux Bhandar 05 octobre 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 183 fois et il a aimé 6 téléspectateurs. Bon visionnage!