since kernel update to 5.15.XX I run into problem that my proxmox after some moments terminates all connections:
no container, vm or proxmox itself is reachable.
if I login on machine and try solve it, even ping 8.8.8.8 does not work.
I already looked into /etc/network/interfaces:
so, nothing suspcious here, name of my eth is "enp1s0"...
I also already looked up if it was renamed: result no it was not:
name matches
I attached syslog, and output if "ip address", "ip link" and "ip route".
Crazy thing is: if i reboot, select advanced boot options and boot with older kernel version (5.13.19-15) then connection works fine again.
So I cannot update my proxmox kernel anymore... any idea whats going on?
no container, vm or proxmox itself is reachable.
if I login on machine and try solve it, even ping 8.8.8.8 does not work.
I already looked into /etc/network/interfaces:
Bash:
root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp1s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.2/24
gateway 192.168.1.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
I also already looked up if it was renamed: result no it was not:
Bash:
root@pve:~# lshw | grep -B 5 enp
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:01:00.0
logical name: enp1s0
I attached syslog, and output if "ip address", "ip link" and "ip route".
Crazy thing is: if i reboot, select advanced boot options and boot with older kernel version (5.13.19-15) then connection works fine again.
So I cannot update my proxmox kernel anymore... any idea whats going on?