I am going a bit crazy with this problem, it's been a week now. To start I am aware of MB and Mb, so assume I am using them correctly.
I recently setup new Hardware to use as a headless server, i5-13500 + Asus Motherboard + SSD, Ubuntu 22.04 etc. This new hardware will be replacing a Virtual Machine with Ubuntu 18.04 that has been running on a NAS. Internet speeds are 1.5Gbps but currently limited by my Gateway to 1Gbps.
Now the problem:
On New Server:
- LAN Speeds are fast, close to 1G (~940MBb/s). Tested via iperf as well as by downloading a file from my NAS
- Fast.com consistently says >900Mbps
- Speedtest.net consistently says >600Mbps
- wget Ubuntu Images downloads at ~9MB/s
- All other downloads start at 15MB/s but settle to less then 10MB/s
On Old VM
- Lan speeds similar at new server at 1G
- Fast.com consistently says >900Mbps
- Speedtest.net consistently says >600Mbps
- wget Ubuntu Images downloads at 90+MB/s
I went down the rabbit hole of the Realtek drivers r8169 etc and when trying to install new ones nothing would work. But based on the fact that the Lan Speeds are consistently ok, leads me to believe that drivers are fine.
I have both the NAS(With VM) and new server hooked up to a Ubiquity Switch and then UDMP gateway, no special rules on either devices.
I truly am not sure where to go next, or what could be causing this issue. Am greatly appreciative of any help and suggestions.
Will try booting Ubuntu on this HW from a USB and see what a fresh trial gives me for speeds in the mean time.
r8125-dkms
driver instead. I just realized that I had to go back to thedkms
driver for myr8168
card that was running the newest driver from Realtek. Thedkms
driver is a little bit older, but seems to be working great with the 6.2 kernel.sudo apt install r8125-dkms
– Terrance Aug 21 '23 at 02:25ip addr | grep mtu
? – Terrance Aug 30 '23 at 21:18wget
using a URI with a specific IP? CDNs and other strategies may tend to select different servers. – Pablo Bianchi Sep 06 '23 at 07:35