1樓:匿名使用者
檢視網絡卡驅動版本號:ethtool -i 網絡卡名 如ethtool -i eth0
示例:[root@nt3 ~]# ethtool eth5
settings for p6p1:
supported ports: [ fibre ]
supported link modes: 10000baset/full
supported pause frame use: no
supports auto-negotiation: no
advertised link modes: 10000baset/full
advertised pause frame use: no
advertised auto-negotiation: no
speed: 10000mb/s
duplex: full
port: fibre
phyad: 0
transceiver: external
auto-negotiation: off
supports wake-on: d
wake-on: d
current message level: 0x00000007 (7)
drv probe link
link detected: yes
[root@nt3 ~]# ethtool -i eth5
driver: ixgbe
version: 3.21.2
firmware-version: 0x1bab0001
bus-info: 0000:05:00.0
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: no
關於網絡卡的幾個操作的命令:
1.lsmod 檢視網絡卡的模組是否載入,看看是否網絡卡驅動好了的意思
2. dmesg:檢視是否檢測到了網絡卡。
3.ifup ifdown 啟用/停止網絡卡
4.ifconfig 檢視網絡卡是否正常工作。 看看是否網絡卡有ip,有lo主機回還網路,表示裝置沒有問題。
windows下 檢視的是 ipconfig /all 命令,centos下的 是 ifcofnig 命令
ifconfig 介面
ifconfig eth0(介面) up/down 啟用網絡卡裝置,網絡卡無效。
ifconfig eth0 netmask 255.255.254.0 設定掩碼
ifconfig eth0 192.168.0.21 設定eth0的ip地址為0.21
也可以寫一行:ifconfig eth0 192.168.0.21 netmask 255.255.255.0
修改後需要重新啟動網路設定:service network restart
5.看看網路是否相通
ping -c 10(回顯幾次) ip/域名
eg: ping -c 192.168.1.1 同 windows的一樣。
6.如果上不了網,看下dns填寫是否正確: /etc/resolv.conf檔案。
7.上不去網的話:看看 預設路由設定錯誤,也會導致不能上網。
就設計到了route命令:
route 看下 default 的 閘道器 gateway 是不是你的路由器的ip地址,不是的話就上不了網,需要修改,如何修改呢? 先刪除預設路由,這一條。然後再新增預設路由這一條。
就可以了。
route del default
route add default gw 192.168.0.254(你的路由器的ip),需要root使用者的身份才能操作。
2樓:匿名使用者
以下幾個命令可以檢視。
1、ethtool em1 指定 檢視網絡卡資訊2、ifconfig 檢視網絡卡連線3、cat /etc/sysconfig/network-scripts/ifcf-em1 檢視裝置資訊。
3樓:小飛俠聊車
輸入命令ifconfig檢視
linu下如何檢視某個軟體是否安裝?安裝路徑在哪
以redhat centos 中php mysql為例 1 如果包是通過yum或者rpm方式安裝 root localhost yum.repos.d rpm qa 找出系統所有的包,找到對應的檔名 root localhost yum.repos.d rpm ql php mysql 5.4.16...
怎麼檢視自己電腦是否被安裝遠端監控
檢視方法 通常是通過看系統程序來查,發現可疑程序可以結束它,並通過執行msconfig或通過手工修改登錄檔來清除啟動項,這個方法也適用於檢查清除木馬和膠皮糖程式。防範方法 把計算機屬性裡那個遠端監控的對勾去掉 關閉遠端監控 安裝一個防毒軟體,最好是更新到最新版本 如果在經常被監控的話,可能就是電腦裡...
怎樣檢視顯示卡是否有問題
初級 在我的電腦上點右鍵,選裝置管理器,然後選顯示介面卡,看看有沒有問號或者感嘆號。中級 用3dmark軟體測試,如果能跑完測試並且沒有花屏等問題,那就應該沒問題了,現在一般電腦城二手顯示卡買賣都用這個來測試。高階 稍微複雜了點,實用性也不高,在這就不贅述了。 網際網路相關 沒有驅起來的顯示卡,你開...