Summary
Manually Setting the Link speed of an Intel adapter to gigabit of a network adapter on Linux*
Description
Unable to limit the Link speed of the network adapter to gigabit without disabling Auto-negotiation.
Resolution
Its possible to set the link speed to gigabit without disabling the auto-negotiation by running the following command with root permissions:
- ethtool -s [interface's name] speed 1000 duplex full autoneg on