Fedora Linux中快速设置调整网卡速率
有时我们需要调整一下网卡的速率,在Fedora中可以快速的设置。
使用mii-tool快速设置网卡速率
命令格式:mii-tool [vVrRFwl] media [interface]
-v, --verbose more verbose output 显示网络接口的信息;
-R, --reset reset MII to poweron state 重设MII到开启状态;
-r, --restart restart autonegotiation 重启自动协商模式;
-w, --watch monitor for link status changes 查看网络接口连接的状态变化;
-l, --log with -w, write events to syslog 写入事件到系统日志;
-A, --advertise=media,... advertise only specified media 指令特定的网络接口;
-F, --force=media force specified media technology 更改网络接口速率方式;
media:
100baseTx-FD、100baseTx-HD、10baseT-FD、10baseT-HD
Interface代表所选网卡默认为eth0
实例:
设置网卡工作在10M半双工模式下,输入命令:
#mii-tool -F 10baseT-HD eth0
恢复网卡的自适应工作模式,输入命令:
#mii-tool -r eth0
使用mii-tool快速设置网卡速率
命令格式:mii-tool [vVrRFwl] media [interface]
-v, --verbose more verbose output 显示网络接口的信息;
-R, --reset reset MII to poweron state 重设MII到开启状态;
-r, --restart restart autonegotiation 重启自动协商模式;
-w, --watch monitor for link status changes 查看网络接口连接的状态变化;
-l, --log with -w, write events to syslog 写入事件到系统日志;
-A, --advertise=media,... advertise only specified media 指令特定的网络接口;
-F, --force=media force specified media technology 更改网络接口速率方式;
media:
100baseTx-FD、100baseTx-HD、10baseT-FD、10baseT-HD
Interface代表所选网卡默认为eth0
实例:
设置网卡工作在10M半双工模式下,输入命令:
#mii-tool -F 10baseT-HD eth0
恢复网卡的自适应工作模式,输入命令:
#mii-tool -r eth0
相关推荐
89284553 2020-01-11
onlykg 2019-03-20
85276131 2016-09-05
linuxvae 2012-09-06
atb 2011-12-12
RealJianyuan 2011-07-13
Will0 2011-03-26
六六哥 2011-03-19
84433568 2010-05-27
ljsfighting 2015-12-04
Jasmineyaoyao 2011-06-28
Aveiox 2018-09-15
iphilo 2019-03-20
hufanglei00 2017-06-17
蚂蚁大战大象 2014-10-20
80497312 2012-05-05
滴水穿石点石成金 2018-10-16
yyanglinyu 2012-09-12
mysql0 2019-04-14