您好,登錄后才能下訂單哦!
這篇文章主要介紹“CentOS7中mini使用ifconfig的方法是什么”的相關知識,小編通過實際案例向大家展示操作過程,操作方法簡單快捷,實用性強,希望這篇“CentOS7中mini使用ifconfig的方法是什么”文章能幫助大家解決問題。
CentOS 7最小化系統,使用“ip addr”和“ip link”命令來查找網卡詳情。要知道統計數據,可以使用“ip -s link”。
[root@linuxprobe ~]#ip addr1: lo: mtu 16436 qdisc noqueue state UNKNOWN link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: venet0: mtu 1500 qdisc noqueue state UNKNOWN link/void inet 127.0.0.1/32 scope host venet0 inet 192.168.1.101/32 brd 192.168.1.101 scope global venet0:0
[root@linuxprobe ~]#ip link1: lo: mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: venet0: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT link/void
或者使用:ip -s link
[root@linuxprobe ~]#ip -s link1: lo: mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 RX: bytes packets errors dropped overrun mcast 0 0 0 0 0 0 TX: bytes packets errors dropped carrier collsns 0 0 0 0 0 0 2: venet0: mtu 1500 qdisc noqueue state UNKNOWN mode DEFAULT link/void RX: bytes packets errors dropped overrun mcast 8515667 6667 0 0 0 0 TX: bytes packets errors dropped carrier collsns 300403 4249 0 0 0 0
如果你不知道在哪里可以找到ifconfig命令,請按照以下簡單的步驟來找到它。
[root@linuxprobe ~]# yum provides ifconfigLoaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.aol.in * extras: centos.aol.in * updates: centos.aol.in net-tools-2.0-0.17.20131004git.el7.x86_64 : Basic networking tools Repo : @base Matched from: Filename : /usr/sbin/ifconfig
或者你也可以使用以下命令
yum whatprovides ifconfig
這里,“provides”或者“whatprovides”開關用于找出某個包提供了某些功能或文件。
net-tools包提供了ifconfig命令。因此,安裝net-tools包也可以使用ifconfig命令。
yum install net-tools
現在,你就可以像以往一樣使用ifconfig命令了。
[root@linuxprobe ~]# ifconfig -alo: flags=73 mtu 16436 inet 127.0.0.1 netmask 255.0.0.0 inet6 ::1 prefixlen 128 scopeid 0x10 loop txqueuelen 0 (Local Loopback) RX packets 0 bytes 0 (0.0 B) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 0 bytes 0 (0.0 B) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 venet0: flags=211 mtu 1500 inet 127.0.0.1 netmask 255.255.255.255 broadcast 0.0.0.0 destination 127.0.0.1 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0 (UNSPEC) RX packets 7073 bytes 8549159 (8.1 MiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 4611 bytes 359201 (350.7 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 venet0:0: flags=211 mtu 1500 inet 192.168.1.101 netmask 255.255.255.255 broadcast 192.168.1.101 destination 192.168.1.101 unspec 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00 txqueuelen 0 (UNSPEC)
關于“CentOS7中mini使用ifconfig的方法是什么”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識,可以關注億速云行業資訊頻道,小編每天都會為大家更新不同的知識點。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。