Hello,
I installed proxmox on my old gigabyte p35-ds3r,
it has Realtek 8111B (10/100/1000 Mbit) it is discovered as 1Gbit but transfer to host or guest os not move more than 100Mbit sftp/ftp/samba.
On windows it works fine gigabit works flowesly , my kernel 5.4.27-1-pve. Cables 6 cat.
I do not know what else i could check.
Thanks
I installed proxmox on my old gigabyte p35-ds3r,
it has Realtek 8111B (10/100/1000 Mbit) it is discovered as 1Gbit but transfer to host or guest os not move more than 100Mbit sftp/ftp/samba.
On windows it works fine gigabit works flowesly , my kernel 5.4.27-1-pve. Cables 6 cat.
I do not know what else i could check.
Code:
[ ID] Interval Transfer Bandwidth
[ 3] 0.0-10.0 sec 112 MBytes 94.0 Mbits/sec
Code:
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:04:00.0
logical name: enp4s0
version: 01
serial: 00:1a:4d:5b:c0:d7
size: 1Gbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list rom ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 duplex=full latency=0 link=yes multicast=yes port=MII speed=1Gbit/s
resources: irq:16 ioport:d000(size=256) memory:f9000000-f9000fff memory:f8000000-f801ffff
Code:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
iface enp4s0.108 inet dhcp
iface enp4s0.80 inet manual
iface enp4s0.50 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports enp4s0.108
bridge-stp off
bridge-fd 0
#108
auto vmbr1
iface vmbr1 inet static
address xxx.xxx.xxx.xxx
netmask 24
bridge-ports enp4s0.80
bridge-stp off
bridge-fd 0
Thanks