Hi,
Running a proxmox setup where all VMs are bridged to a single physical interface in host, all with default MTU of 1500.
We noticed that websocket connections are closing abruptly, and running the following bash script:
size=1272
while ping -s $size -c1 -M do google.com >&/dev/null; do...