您好,登錄后才能下訂單哦!
這篇文章主要為大家分析了Linux系統(tǒng)中nmcli命令怎么用呢的相關(guān)知識點(diǎn),內(nèi)容詳細(xì)易懂,操作細(xì)節(jié)合理,具有一定參考價值。如果感興趣的話,不妨跟著跟隨小編一起來看看,下面跟著小編一起深入學(xué)習(xí)“Linux系統(tǒng)中nmcli命令怎么用呢”的知識吧。
一、常用命令查看網(wǎng)絡(luò)信息
查看網(wǎng)絡(luò)接口信息 ifconfig
查看IP地址 ip add
查看設(shè)備狀態(tài)
nmcli dev status
顯示連接狀態(tài)
nmcli con show
添加網(wǎng)絡(luò)接口
nmcli connection add con-name type ifname nmcli connection add con-name em4 type ethernet ifname em4 ip4 192.168.2.11/24 gw4 192.168.2.1
修改網(wǎng)絡(luò)接口
nmcli connection modify [選項] [參數(shù)]
ipv4選項查看:對應(yīng)選項輸入ipv4,敲擊tab鍵
## 1.添加網(wǎng)絡(luò)接口(名、方式、網(wǎng)卡名稱) nmcli connection add con-name type ifname ## 2.設(shè)置IP地址、子網(wǎng)掩碼 nmcli connection modify ipv4.addresses ## 3.修改配置方式為手動 nmcli connection modify ipv4.method manual ## 4.啟用該網(wǎng)絡(luò)接口 nmcli connection up ## 5.查看配置是否成功 nmcli connection ip addr
關(guān)于“Linux系統(tǒng)中nmcli命令怎么用呢”就介紹到這了,更多相關(guān)內(nèi)容可以搜索億速云以前的文章,希望能夠幫助大家答疑解惑,請多多支持億速云網(wǎng)站!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。