带来一篇CentOS下ethtool 下令详解
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的好朋友们!ethtool是用于查询及设置网卡参数的下令。利用提要:
ethtoolethx//查询ethx网口基础设置,个中x是对应网卡的编号,如eth0、eth1等等
ethtool–h//显现ethtool的下令匡助(help)
ethtool–iethX//查询ethX网口的相干信息
ethtool–dethX//查询ethX网口注册性信息
ethtool–rethX//重置ethX网口到自顺应形式
ethtool–SethX//查询ethX网口收发包统计
ethtool–sethX//设置网口速度10/100/1000M、设置网口半/全双工、设置网口是不是自协商
利用举例:
1)#ethtooleth1
Settingsforeth1:
Supportedports:
Supportedlinkmodes:10baseT/Half10baseT/Full
100baseT/Half100baseT/Full
1000baseT/Full
Supportsauto-negotiation:Yes
Advertisedlinkmodes:10baseT/Half10baseT/Full
100baseT/Half100baseT/Full
1000baseT/Full
Advertisedauto-negotiation:Yes
Speed:1000Mb/s
Duplex:Full
Port:TwistedPair
PHYAD:0
Transceiver:internal
Auto-negotiation:on
SupportsWake-on:umbg
Wake-on:d
Linkdetected:yes
2)#ethtool-ieth1
driver:e1000
version:5.0.43-k1
firmware-version:N/A
bus-info:06:08.1
3)#ethtool-Seth1
NICstatistics:
rx_packets:58068300
tx_packets:87124083
rx_bytes:1589713008
tx_bytes:2165825901
rx_errors:0
tx_errors:0
rx_dropped:0
tx_dropped:0
multicast:0
collisions:0
rx_length_errors:0
rx_over_errors:0
rx_crc_errors:0
rx_frame_errors:0
rx_fifo_errors:0
rx_missed_errors:0
tx_aborted_errors:0
tx_carrier_errors:0
tx_fifo_errors:0
tx_heartbeat_errors:0
tx_window_errors:0
4)#ethtool-seth1autonegoffspeed100duplexfull
相干参考:
1)#whichethtool//查询ethtool寄存的路径
/sbin/ethtool
2)#rpm-qf/sbin/ethtool//查询ethtool的版本信息
ethtool-1.6-5
3)将ethtool设置永世保留在收集装备的***
办理***一:
ethtool设置可经由过程/etc/sysconfig/network-scripts/ifcfg-ethX文件保留,从而在装备下次启动时激活选项。
比方:ethtool-seth0speed100duplexfullautonegoff
此指令将eth0装备设置为全双工自顺应,速率为100Mbs。若要eth0启动时设置这些参数,修正文件/etc/sysconfig/network-scripts/ifcfg-eth0,增加以下一行:
ETHTOOL_OPTS="speed100duplexfullautonegoff"
办理***二:
将ethtool设置写进/etc/rc.d/rc.local当中。
如果您觉得本篇CentOSLinux教程讲得好,请记得点击右边漂浮的分享程序,把好文章分享给你的小伙伴们!
带来一篇CentOS下ethtool 下令详解
我感觉linux的学习,学习编程~!~!就去学习C语言编程!! 我想即使Linux高手也很难快速准确精练的回答你。 有疑问前,知识学习前,先用搜索。 一定要学好命令,shell是命令语言,命令解释程序及程序设计语言的统称,shell也负责用户和操作系统之间的沟通。 我们自学,就这个循环的过程中,我们学习了基本操作,用vi,shell,模拟内存的分配过程等一些OS管理。 下面看看一个让人无法回答的问题:“救命各位高手,向你们请教一些问题:如何在Linux下配制HTTP、FTP、Samba、DNS、DHCP、Sendmail服务器,谢谢”这样的问题。 选择一些适于初学者的Linux社区。 不同于Windows?系统需要花钱购买,因为Linux的核心是免费的,自由使用的,核心源代码是开放的。
页:
[1]