set linux ubuntu eth0 ethernet settings 100 full duplex
apt-get install ethtool
Code:vi /etc/rc.localAdd a new line above exit 0:Code:ethtool -s eth1 speed 100 duplex full autoneg off