-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Minor
-
None
-
Affects Version/s: 4.4.4
-
Component/s: Appliance (L)
-
None
-
Environment: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