10-19-2018, 08:34 AM
Thank you yaslam , now it working flawless !
Here is complete commands list , first you need to install ethtool
sudo su
apt-get install ethtool
ethtool -s eth0 speed 100 duplex full
To make this changes permanent add to /etc/rc.local
sudo /sbin/ethtool -s eth0 speed 100 duplex full
Here is complete commands list , first you need to install ethtool
sudo su
apt-get install ethtool
ethtool -s eth0 speed 100 duplex full
To make this changes permanent add to /etc/rc.local
sudo /sbin/ethtool -s eth0 speed 100 duplex full