-
Incident report
-
Resolution: Won't fix
-
Minor
-
None
-
4.4.4
-
None
-
KVM, VirtualBox
-
1
does not have network connectivity out from the box because of DHCP works with an unexisting interface.
Replacing network interface ens3 with enp0s3 does fix the issue:
sudo su
sed -i "s| ens3| enp0s3|g" /etc/network/interfaces
/etc/init.d/networking restart