If after a upgrade from Ubuntu 14.04 to 16.04 you notice that networking did not come back online please reference the steps below:
systemctl enable systemd-networkd
systemctl enable systemd-resolved
systemctl start systemd-resolved
rm /etc/resolv.conf
ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
vi /etc/systemd/network/20-dhcp.network
- Add the following:
[Match]
Name=e*
[Network]
DHCP=yes
After this is completed restart the server and networking should be back online.
If it did not come back online after this run ifconfig -a
This will determine if your interface name has changed from eth0 to something else. If this is the case then you will also need to edit /etc/network/interfaces and replace references to eth0 with the new name.
Enjoyed reading this, very good stuff, thanks.
You made some decent factors there. I seemed on the internet for the issue and found most individuals will go along with along with your website.