Hi
I have the following network configuration:
I have OPNsense running inside a VM using vmbr2&3
Using my Mac conected to the same switch as the proxmox server, using the same network and OPNsense firewall I get
Throughput of almost the theoretical maximum of my IP line (1000down/200up): 900down and 200up.
Great.
Now using speedtest inside other VM's (Windows Server or Debian) I get a throughput of 350down and 190up.
Not good.
VM's use the vmbr1 with bond1. I have it now as active-backup but had it LACP before. Same throughput.
I have no clue whatsoever why I get slower downloads. Copying to a NAS I get the maximum of 100MB/s so it's only internet speed....
Any help much appreciated.
I have the following network configuration:
Code:
# network interface settings; autogenerated
# Please do NOT modify this file directly, unless you know what
# you're doing.
#
# If you want to manage parts of the network configuration manually,
# please utilize the 'source' or 'source-directory' directives to do
# so.
# PVE will preserve these directives, but will NOT read its network
# configuration from sourced files, so do not attempt to move any of
# the PVE managed interfaces into external files!
auto lo
iface lo inet loopback
auto enp1s0
iface enp1s0 inet manual
auto enp2s0
iface enp2s0 inet manual
auto enp3s0
iface enp3s0 inet manual
auto enp4s0
iface enp4s0 inet manual
auto enp5s0
iface enp5s0 inet manual
auto enp6s0
iface enp6s0 inet manual
auto bond1
iface bond1 inet manual
bond-slaves enp2s0 enp3s0
bond-miimon 100
bond-mode active-backup
bond-primary enp2s0
auto vmbr0
iface vmbr0 inet static
address 192.168.2.5/24
gateway 192.168.2.1
bridge-ports enp1s0
bridge-stp off
bridge-fd 0
#management interface
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond1
bridge-stp off
bridge-fd 0
#interface for vm's
auto vmbr2
iface vmbr2 inet manual
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
#WAN Untangle
auto vmbr3
iface vmbr3 inet manual
bridge-ports enp6s0
bridge-stp off
bridge-fd 0
#LAN Untangle
I have OPNsense running inside a VM using vmbr2&3
Using my Mac conected to the same switch as the proxmox server, using the same network and OPNsense firewall I get
Throughput of almost the theoretical maximum of my IP line (1000down/200up): 900down and 200up.
Great.
Now using speedtest inside other VM's (Windows Server or Debian) I get a throughput of 350down and 190up.
Not good.
VM's use the vmbr1 with bond1. I have it now as active-backup but had it LACP before. Same throughput.
I have no clue whatsoever why I get slower downloads. Copying to a NAS I get the maximum of 100MB/s so it's only internet speed....
Any help much appreciated.