I updated my two PVEs recently and one of the servers did not come back to the network. The update itself went smooth and I followed the update guidelines step by step.
I followed this thread for a while but it was a different problem to mine in the end.
It looks like a botched update since
but the kernel should have version 6.14.x, 6.17.x or 7.0.x. according to daanw.
I am at the point where
gives me hope that we have a valid IP but nothing network related works. No pings, no
What irritates me is the fact that I do not see my physical interfaces anymore (formerly named ino1).
Here is
Any ideas?
Thanks,
Max
I followed this thread for a while but it was a different problem to mine in the end.
It looks like a botched update since
cat /etc/debian_version returns 13.5 and pveversion returns pve-manager/9.2.2/b9984c6d90a4bd80 (running kernel: 6.8.12-25-pve) but the kernel should have version 6.14.x, 6.17.x or 7.0.x. according to daanw.
dpkg -l | grep proxmox-kernel showed that I had kernel 7.0 available so I installed it with apt install proxmox-kernel-7.0. This update had a hickup when it asked if I wanted to update the file /etc/apt/sources.list.d/pve-enterprise.sources to the maintainers version which I accepted. It got stuck and the only way to get out of this was to reboot the machine with Ctrl+Alt+Del. Afterwards the system booted with kernel 7.0 and I tried to clean up my mess with dpkg --configure -a I am at the point where
ip a
Code:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
3: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether c8:**:**:**:**:** brd ff:ff:ff:ff:ff:ff
inet 10.241.1.113/24 scope global vmbr0
valid_lft forever preferred_lft forever
inet6 fe80::ca7f:54ff:fe00:c838/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
4: tap113i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc fq_codel master fwbr113i0 state UNKNOWN group default qlen 1000
link/ether fe:56:a1:28:f5:e0 brd ff:ff:ff:ff:ff:ff
5: fwbr113i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 02:d4:ac:40:df:21 brd ff:ff:ff:ff:ff:ff
6: fwpr113p0@fwln113i0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master vmbr0 state UP group default qlen 1000
link/ether d6:95:4c:d7:1d:9b brd ff:ff:ff:ff:ff:ff
7: fwln113i0@fwpr113p0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master fwbr113i0 state UP group default qlen 1000
link/ether 02:d4:ac:40:df:21 brd ff:ff:ff:ff:ff:ff
gives me hope that we have a valid IP but nothing network related works. No pings, no
apt update no webinterface.What irritates me is the fact that I do not see my physical interfaces anymore (formerly named ino1).
Here is
/etc/network/interfaces for reference
Code:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface enxa0369f381708 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.241.1.113/24
gateway 10.0.10.8
bridge-ports eno1
bridge-stp off
bridge-fd 0
# source /etc/network/interfaces.d/*
Any ideas?
Thanks,
Max