開心生活站

位置:首頁 > IT科技 > 

linux,netconf命令詳解

IT科技3.24W

1、netconf命令簡介:

netconf是Red Hat Linux發行版專門用來調整Linux各項設定的程序。netconf是Red Hat Linux提供的Linuxconf的一部分,主要用於設定與網絡相關的參數,它可以在consle下執行(文字選單),也可以在X-Window中執行(圖形介面)。

2、語法:

netconf [參數]

3、常用參數:

命令行下調出網絡配置介面:

[root@linuxcool ~]# netconf

命令行下調出網卡eth2配置介面並使之生效:

[root@linuxcool ~]# netconf eth2

[root@linuxcool ~]# service network restart

命令行下調出網卡eth0配置介面並使之生效:

[root@linuxcool ~]# netconf eth0

[root@linuxcool ~]# ifdown eht0

[root@linuxcool ~]# ifup eht0

linux netconf命令詳解

標籤:netconf linux 命令