Hi,
May find it more stable if you reduce the speed to 10/100 rather than gigabit:
sudo apt-get update
sudo apt-get install ethtool
sudo ethtool -s eth0 speed 100 duplex full autoneg on
Then test the speed again.
Thanks Tom.
Hi,
May find it more stable if you reduce the speed to 10/100 rather than gigabit:
sudo apt-get update
sudo apt-get install ethtool
sudo ethtool -s eth0 speed 100 duplex full autoneg on
Then test the speed again.
Thanks Tom.