linux_wiki:ethtool

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux_wiki:ethtool [2015/12/27 21:33]
billdozor created
linux_wiki:ethtool [2019/05/25 23:50] (current)
Line 6: Line 6:
  
 **Checklist** **Checklist**
-  * Enterprise Linux 6+  * Distro(s): Enterprise Linux
  
 ---- ----
Line 23: Line 23:
 Set eth0 to 100 Mbps and full duplex Set eth0 to 100 Mbps and full duplex
 <code bash> <code bash>
-ethtool -s eth0 speed 100 duplex full+ethtool -s eth0 speed 100 duplex full autoneg off
 </code> </code>
  
Line 40: Line 40:
 ETHTOOL_OPTS="speed 1000 duplex full autoneg on" ETHTOOL_OPTS="speed 1000 duplex full autoneg on"
 </code> </code>
-  * **Note:** Gigabit requires autoneg to be on, even thought you are manually specifying speed and duplex.+  * **Note:** Gigabit requires autoneg to be on, even though you are manually specifying speed and duplex.
  
 ---- ----
  
  • linux_wiki/ethtool.1451269986.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)