Ethernet Not Working (Server)

After doing a fresh install of the Ubuntu Server on the Vim2 Max. Ethernet doesn’t seem to work. I have followed the instructions here, but got a failure on restarting. I restart Vim2 completely, but still don’t have ethernet.

Restart Failure

jounrnalctl -xe

Systemctl status networking.status

what is the contents of /etc/network/interfaces ? might be a typo in there?

try ;

root@Khadas:~# echo “auto eth0” >> /etc/network/interfaces
root@Khadas:~# echo “iface eth0 inet dhcp” >> /etc/network/interfaces
root@Khadas:~# /etc/init.d/networking restart