1. 程式人生 > >linux 用命令配置網路

linux 用命令配置網路

linux的網路配置相關命令除了常用的ifconfig 命令,也可以用nmcli 命令進行配置。

命令:nmcli

nmcli device show 顯示全部介面及屬性

 

nmcli device show eth0     顯示eth0裝置資訊

 

停止eth0介面

開啟eth0介面

nmcli connection show   顯示所有連結

 

nmcli connection show  顯示所有連結

nmcli connection down westos   啟動連結

nmcli connection up westos  關閉連結

 

nmcli connection add type ethernet con-name westos ifname eth0   新增一個靜態ip地址的乙太網連結

nmcli connection add type ethernet con-name westos ifname eth0 type ethernet ip4 172.25.254.177/24   新增網絡卡連結名為為westos並設定ip

 

nmcle connection delete westos

刪除westos的網路配置檔案