Linux : Force network interface speed and duplex with EthTool
Here is a quick how to force your network interface speed and duplex on RHEL/CentOS Linux. Make sure you have the network tools installed : yum install ethtool net-tools To apply the configuration without having to restart the network service or reboot your system, simply do this command with your settings : ethtool -s <INTERFACE>… Read More »