Hi have a PMG on a Hyper-V Host and found that the upload is highly limited to 15 mbps when downloads are around 900+ mbps.
I have to run this line which fixes the problem:
This fixes the slowness and uploads becomes the same speed as download. However after reboot sometimes and definitely after updates it reverts and I need to run the above again which fixes it.
Is there a way I can either:
I have to run this line which fixes the problem:
Code:
sudo ethtool -K eth0 gro off gso off tso off lro off
This fixes the slowness and uploads becomes the same speed as download. However after reboot sometimes and definitely after updates it reverts and I need to run the above again which fixes it.
Is there a way I can either:
- Make this change permanent even after reboots/updates; or
- CRON to run this on every reboot regardless of updates; or
- Another thought that is better?