Hi everyone,
I recently did my monthly updates on all my homelab devices, as well as my 2-node proxmox cluster.
Everything looked well and was up and running afterwards.
A few days later i tried to log into the WebUI again, but only got a black screen (took quite a while until loading the (black) site was finished).
All the containers and VMs are still running normally, even after rebooting the host.
I then tried to login to ssh, but after successfully login, i cannot type anything anymore and get a connection error after a few seconds.

Access over a local console works normal.
What i tried:
In another thread i saw the black screen problem related to an apt-hook to remove the subscription message (coming from the community helper scripts)
I also did use that a few months ago (yes i know now, will not do that again), so this might be related to that in some way, but there was nothing about ssh problems in the other thread.
This is the script i used back then: https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install
I did some steps to fix the WebUI problem, which seemed to help at first, but after another reboot the problem is back.
Right now i can't get the web UI to work at all anymore. The SSH problem stays the same
Additional information:
Output of "ls -l /etc/apt/apt.conf.d/"

Output of "debsums -as"

UPDATE:
This looks like a proxmox related network issue right now.
My hosts are on a different VLAN than my client. If i switch to the same vlan, everything works.
But any webUI or SSH of every other device in any vlan works fine. So this has to be proxmox-specific.
Any help in this direction would be nice.
UPDATE2:
I did a complete reinstall of my proxmox hosts without using any scripts this time.
The problem is back as soon as i add a NFS or SMB storage and reboot the host.
Web and SSH access work fine from clients on the same vlan, but clients in diffenrent vlans get timeouts.
If i remove the NFS storage and reboot the host, everything works fine again.
I recently did my monthly updates on all my homelab devices, as well as my 2-node proxmox cluster.
Everything looked well and was up and running afterwards.
A few days later i tried to log into the WebUI again, but only got a black screen (took quite a while until loading the (black) site was finished).
All the containers and VMs are still running normally, even after rebooting the host.
I then tried to login to ssh, but after successfully login, i cannot type anything anymore and get a connection error after a few seconds.

Access over a local console works normal.
What i tried:
In another thread i saw the black screen problem related to an apt-hook to remove the subscription message (coming from the community helper scripts)
I also did use that a few months ago (yes i know now, will not do that again), so this might be related to that in some way, but there was nothing about ssh problems in the other thread.
This is the script i used back then: https://community-scripts.github.io/ProxmoxVE/scripts?id=post-pve-install
I did some steps to fix the WebUI problem, which seemed to help at first, but after another reboot the problem is back.
Bash:
#Remove modified files and the apt hook itself
rm -f /etc/apt/apt.conf.d/no-nag-script
rm -f /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
rm -f /usr/share/pve-manager/js/pvemanagerlib.js
#Reinstall affected packages to recreate the deleted files
apt update
apt install --reinstall pve-manager proxmox-widget-toolkit
#reboot
Additional information:
Output of "ls -l /etc/apt/apt.conf.d/"

Output of "debsums -as"

UPDATE:
This looks like a proxmox related network issue right now.
My hosts are on a different VLAN than my client. If i switch to the same vlan, everything works.
But any webUI or SSH of every other device in any vlan works fine. So this has to be proxmox-specific.
Any help in this direction would be nice.
UPDATE2:
I did a complete reinstall of my proxmox hosts without using any scripts this time.
The problem is back as soon as i add a NFS or SMB storage and reboot the host.
Web and SSH access work fine from clients on the same vlan, but clients in diffenrent vlans get timeouts.
If i remove the NFS storage and reboot the host, everything works fine again.
Last edited: