您好,登錄后才能下訂單哦!
這篇文章將為大家詳細講解有關怎么在linux命令行中對網絡進行配置,文章內容質量較高,因此小編分享給大家做個參考,希望大家閱讀完這篇文章后對相關知識有一定的了解。
除了通用的ifconfig外,對于Redhat/Fedora發行版,有專用的配置工具-netconfig。比較而言,netconfig可以設置IP獲取方式(靜態或者DHCP獲取)等。
netconfig --help
Usage: netconfig [OPTION...]
--bootproto=(dhcp|bootp|none) Boot protocol to use
--gateway=STRING Network gateway
--ip=STRING IP address
--nameserver=STRING Nameserver
--netmask=STRING Netmask
--hostname=STRING Hostname
--domain=STRING Domain name
-d, --device=STRING Network device
--nodns No DNS lookups
--hwaddr=STRING Ethernet hardware address
--description=STRING Description of the device
Help options:
-?, --help Show this help message
--usage Display brief usage message
實例一:設置網卡的DHCP模式自動獲得IP
[root@localhost ~]# netconfig -d eth0 --bootproto=dhcp
實例一:手動設置網卡的IP等
[root@localhost ~]# netconfig -d eth0 --ip=192.168.1.33 --netmask=255.255.255.0 --gateway=192.168.1.1
關于怎么在linux命令行中對網絡進行配置就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。