Proxmox slow when networking

helgisnw

New Member
Aug 6, 2023
9
0
1
I was copying all my stuffs to my xpenology vm. But when I was copying all my vm were too slow. I was using SMB. After transfer, all my vm worked fine. It was too slow that my Minecraft server shows me the log 100ticks behind every minute. Is it common?
 
Hello,

What version of Proxmox VE are you using?

Can you share your network configuration on the Proxmox VE `cat /etc/network/interfaces`?
Did you also check to disable the firewall?

I would also check the traffic using Wireshark, this will maybe give you hint.
 
Hello,

What version of Proxmox VE are you using?

Can you share your network configuration on the Proxmox VE `cat /etc/network/interfaces`?
Did you also check to disable the firewall?

I would also check the traffic using Wireshark, this will maybe give you hint.
VE 7.4, Firewall is clear,

auto lo
iface lo inet loopback

iface enp6s0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.191/24
gateway 192.168.1.1
bridge-ports enp6s0
bridge-stp off
bridge-fd 0

I'll check Wireshark later