Ethernet not working on Ubuntu 18.04.5 LTS

Solution 1:

the content of the sudo vi /etc/network/interfaces is

iface enp0s31f6 inet loopback

Please change the file to:

auto lo
iface lo inet loopback

Reboot and tell us if there is any improvement.