CT and ubuntu from 17.10

kaltsi

Active Member
Mar 22, 2013
71
12
28
http://goo.gl/maps/d9tFg
Hi,

Ubuntu 17.10 network configuration is completely changed.
This new tool replaces the static interfaces (/etc/network/interfaces) file that had previously been used to configure Ubuntu network interfaces. Now you must use /etc/netplan/*.yaml to configure Ubuntu interfaces.

I downloaded this CT template http://download.proxmox.com/images/system/ubuntu-17.10-standard_17.10-1_amd64.tar.gz
If I configure the network interfaces the PVE create an old network file, but the system doesn't use it.

I use Virtual Environment 5.1-39.

Is there a solution or correction?
 
we use systemd-networkd for ubuntu >= 17.10 but you have to have version 2.0-18 of the 'pve-container' package, so please upgrade to the latest version
 
Thanks a lot.
It is working well. I have only a hint. The default configuration of the systemd-networkd is disabled.
It is needed to enbale.

Code:
sudo systemctl enable systemd-networkd
sudo systemctl enable systemd-resolved

Br
Istvan