查看網(wǎng)絡(luò)信息命令 ifconfig
岳陽縣網(wǎng)站制作公司哪家好,找創(chuàng)新互聯(lián)公司!從網(wǎng)頁設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、APP開發(fā)、響應(yīng)式網(wǎng)站設(shè)計等網(wǎng)站項目制作,到程序開發(fā),運營維護。創(chuàng)新互聯(lián)公司公司2013年成立到現(xiàn)在10年的時間,我們擁有了豐富的建站經(jīng)驗和運維經(jīng)驗,來保證我們的工作的順利進行。專注于網(wǎng)站建設(shè)就選創(chuàng)新互聯(lián)公司。
或者ip add show
希望可以幫助你,請采納,謝謝
網(wǎng)卡配置后可以用多種方式啟動和關(guān)掉網(wǎng)卡
1、服務(wù)形式開關(guān)網(wǎng)卡
啟動:service network start
關(guān)閉:service network stop
2、還可以在這里開關(guān)網(wǎng)絡(luò)服務(wù)
啟動網(wǎng)絡(luò)服務(wù):/etc/init.d/network start
停止網(wǎng)絡(luò)服務(wù):/etc/init.d/network stop
2、ifconfig開關(guān)網(wǎng)卡
啟動:ifconfig eth網(wǎng)卡編號 up
關(guān)閉:ifconfig eth網(wǎng)卡編號 down
ifconfig和lspci
2.lspci |grep -i 'eth' 或 lspci | grep -i net命令
3. 3.iwconfig? :用于查看無線網(wǎng)絡(luò),如果你設(shè)備上有無線網(wǎng)卡此時可用此命令來查看
4.ethtool -p eth0
linux下用mii-tool和ethtool 查看網(wǎng)線是否正確連接到網(wǎng)卡
輸入mii-tool可以查看網(wǎng)線是否連接到網(wǎng)卡
有時驅(qū)動可能不支持會出錯下列錯誤
可以使用ethtool查看
Link detected: yes為正常no為失敗
mii-tool 的用法:
mii-tool 在更改網(wǎng)絡(luò)設(shè)備通信協(xié)商方式的方法比較簡單,用 -v 參數(shù)來查看網(wǎng)絡(luò)接口的狀態(tài);看下面的例子;
mii-tool 更改網(wǎng)絡(luò)接口協(xié)商的方法;
[root@localhost ~]# mii-tool --help
usage: mii-tool [-VvRrwl] [-A media,... | -F media] [interface ...]
-V, --version display version information
-v, --verbose more verbose output 注:顯示網(wǎng)絡(luò)接口的信息;
-R, --reset reset MII to poweron state 注:重設(shè)MII到開啟狀態(tài);
-r, --restart restart autonegotiation 注:重啟自動協(xié)商模式;
-w, --watch monitor for link status changes 注:查看網(wǎng)絡(luò)接口連接的狀態(tài)變化;
-l, --log with -w, write events to syslog 注:寫入事件到系統(tǒng)日志;
-A, --advertise=media,... advertise only specified media 注:指令特定的網(wǎng)絡(luò)接口;
-F, --force=media force specified media technology 注:更改網(wǎng)絡(luò)接口協(xié)商方式;
media: 100baseT4, 100baseTx-FD, 100baseTx-HD, 10baseT-FD, 10baseT-HD,
(to advertise both HD and FD) 100baseTx, 10baseT
example:
[at_Neal:root:~:]# mii-tool
eth0: negotiated 100baseTx-FD flow-control, link ok
eth1: no link
eth2: negotiated 100baseTx-FD flow-control, link ok