Hi all,
I have an UTM 9.705-3 running in a KVM VM. My ISP line is a FTTO 100Mbits. The server runs a second VM - Ubuntu 20.04 - from where I make the tests. Problem is that I get a correct download from the Ubuntu machine, but not the upload. I use the command
wget --no-check-certificate -O - raw.github.com/.../speedtest.py | python
taken from this forum to make my tests. If I run it from the UTM I get correct values in both directions knowing that this is a production server
Retrieving speedtest.net configuration...
Testing from SFR (xxx.yyy.13.50)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Ikoula (Reims) [131.50 km]: 22.438 ms
Testing download speed................................................................................
Download: 92.03 Mbit/s
Testing upload speed................................................................................................
Upload: 79.31 Mbit/s
Same test from the Ubuntu VM
Retrieving speedtest.net configuration...
Testing from SFR (xxx.yyy.13.50)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by Naitways (Paris) [1.88 km]: 18.516 ms
Testing download speed................................................................................
Download: 92.45 Mbit/s
Testing upload speed................................................................................................
Upload: 16.89 Mbit/s
As you can see 79.31 vs 16.89 ! MTU is setted to 1500, no DHCP involved to get the IP address on this link. No IPS nor traffic shaping nor Qos.
Has someone any clue about what could be the source of the problem ?
Cheers, Daniel
This thread was automatically locked due to age.