久久精品人人爽,华人av在线,亚洲性视频网站,欧美专区一二三

linux如何檢查網(wǎng)卡是否正常

185次閱讀
沒有評論

共計 3443 個字符,預(yù)計需要花費 9 分鐘才能閱讀完成。

今天丸趣 TV 小編給大家分享一下 linux 如何檢查網(wǎng)卡是否正常的相關(guān)知識點,內(nèi)容詳細(xì),邏輯清晰,相信大部分人都還太了解這方面的知識,所以分享這篇文章給大家參考一下,希望大家閱讀完這篇文章后有所收獲,下面我們一起來了解一下吧。

linux 檢查網(wǎng)卡是否正常的方法:1、通過“mii-tool”指令查看網(wǎng)卡狀態(tài);2、通過“network status”查看網(wǎng)絡(luò)狀態(tài);3、通過“ifconfig -a”命令查看 linux 中所有網(wǎng)絡(luò)接口的信息;4、通過“ethtool”命令查詢網(wǎng)卡信息即可。

查看 Linux 下網(wǎng)卡狀態(tài)或 是否連接

1) 通過 mii-tool 指令

 [root@localhost root]# mii-tool
 eth0: negotiated 100baseTx-FD, link ok
 eth2: no link

 [root@localhost root]# mii-tool -v
 eth0: negotiated 100baseTx-FD, link ok
 product info: vendor 00:50:43, model 2 rev 3
 basic mode: autonegotiation enabled
 basic status: autonegotiation complete, link ok
 capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
 advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
 link partner: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
 eth2: no link
 product info: vendor 00:50:43, model 2 rev 3
 basic mode: autonegotiation enabled
 basic status: no link
 capabilities: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
 advertising: 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control

 [root@localhost root]# mii-tool -w
 21:20:33 eth0: negotiated 100baseTx-FD, link ok
 21:20:33 eth2: no link
 //mii-tool 主要是用于配置網(wǎng)卡工作模式的指令,同時也可以進(jìn)行查詢、監(jiān)控等工作!

2)

 [root@localhost /]# /etc/init.d/network status
 Configured devices:
 lo eth0 eth2
 Currently active devices:
 lo eth0

等同于

 [root@localhost root]# service --status-all
 ............
 ............
 Configured devices:
 lo eth0 eth2
 Currently active devices:
 lo eth0
 ............
 ............

3)ifconfig -a

 [root@localhost /]# ifconfig -a
 eth0 Link encap:Ethernet HWaddr 00:09:6B:09:08:FC
 inet addr:192.168.10.1 Bcast:192.168.10.255 Mask:255.255.255.0
 inet6 addr: fe80::209:6bff:fe09:8fc/64 Scope:Link
 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
 RX packets:106732953 errors:0 dropped:0 overruns:0 frame:0
 TX packets:104379788 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:100
 RX bytes:2351331877 (2.1 GiB) TX bytes:391707945 (373.5 MiB)
 Base address:0x2500 Memory:fbfe0000-fc000000
 eth2 Link encap:Ethernet HWaddr 00:09:6B:09:08:FD
 BROADCAST MULTICAST MTU:1500 Metric:1
 RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
 collisions:0 txqueuelen:1000
 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
 Base address:0x2540 Memory:fbfc0000-fbfe0000

4)ethtool

#ethtool eth0
Settings for eth0:
 Supported ports: [ MII ]
 Supported link modes: 10baseT/Half 10baseT/Full
 100baseT/Half 100baseT/Full
 1000baseT/Half 1000baseT/Full
 Supports auto-negotiation: Yes
 Advertised link modes: 10baseT/Half 10baseT/Full
 100baseT/Half 100baseT/Full
 1000baseT/Half 1000baseT/Full
 Advertised auto-negotiation: Yes
 Speed: 100Mb/s
 Duplex: Full
 Port: Twisted Pair
 PHYAD: 1
 Transceiver: internal
 Auto-negotiation: on
 Supports Wake-on: g
 Wake-on: d
 Current message level: 0x000000ff (255)
 Link detected: yes
#ethtool eth2
Settings for eth2:
 Supported ports: [ MII ]
 Supported link modes: 10baseT/Half 10baseT/Full
 100baseT/Half 100baseT/Full
 1000baseT/Half 1000baseT/Full
 Supports auto-negotiation: Yes
 Advertised link modes: 10baseT/Half 10baseT/Full
 100baseT/Half 100baseT/Full
 1000baseT/Half 1000baseT/Full
 Advertised auto-negotiation: Yes
 Speed: Unknown! (0)
 Duplex: Half
 Port: Twisted Pair
 PHYAD: 1
 Transceiver: internal
 Auto-negotiation: on
 Supports Wake-on: g
 Wake-on: d
 Current message level: 0x000000ff (255)
 Link detected: no

從上面可以看出 eth0 處于連接狀態(tài),eth2 沒有連接

以上就是“l(fā)inux 如何檢查網(wǎng)卡是否正?!边@篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家閱讀完這篇文章都有很大的收獲,丸趣 TV 小編每天都會為大家更新不同的知識,如果還想學(xué)習(xí)更多的知識,請關(guān)注丸趣 TV 行業(yè)資訊頻道。

正文完
 
丸趣
版權(quán)聲明:本站原創(chuàng)文章,由 丸趣 2023-07-12發(fā)表,共計3443字。
轉(zhuǎn)載說明:除特殊說明外本站除技術(shù)相關(guān)以外文章皆由網(wǎng)絡(luò)搜集發(fā)布,轉(zhuǎn)載請注明出處。
評論(沒有評論)
主站蜘蛛池模板: 中牟县| 凌海市| 宁化县| 溧水县| 错那县| 平湖市| 重庆市| 咸丰县| 驻马店市| 芜湖市| 大埔县| 横山县| 安西县| 井陉县| 富川| 石景山区| 河池市| 永定县| 灌云县| 南宫市| 启东市| 金昌市| 静宁县| 南部县| 漯河市| 平乡县| 榆林市| 慈利县| 岳西县| 台北市| 辉县市| 南宫市| 遂宁市| 鄄城县| 宁强县| 通辽市| 平乐县| 普定县| 新民市| 鹰潭市| 定远县|