Hi, when I upgraded to the newest kernel (4.15.18-23-pve) the machine cannot find interface ens3 anymore.
I wanted to upgrade to 6.0, but I guess thats only working when you're on the latest kernel.
If i boot into 4.15.18-15 everything works fine.
by the way pve5to6 shows "FAIL: Resolved node IP '123.123.123.123' not configured or active for 'pve'"
but my /etc/hosts is
any idea how to debug that? i could'nt find anything suspicious in syslog or dmesg
I wanted to upgrade to 6.0, but I guess thats only working when you're on the latest kernel.
If i boot into 4.15.18-15 everything works fine.
Code:
auto lo
iface lo inet loopback
allow-hotplug ens3
iface ens3 inet static
address 123.123.123.123
netmask 255.255.255.0
gateway 123.123.123.1
post-up "ip addr a 111.111.111.111/32 dev ens3"
by the way pve5to6 shows "FAIL: Resolved node IP '123.123.123.123' not configured or active for 'pve'"
but my /etc/hosts is
Code:
127.0.0.1 localhost
123.123.123.123 pve.example.org pve pvelocalhost
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
any idea how to debug that? i could'nt find anything suspicious in syslog or dmesg