Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Leverage3082

#1
All is still running fine, basically have the same setup because I imported the old configs in full into my new instances. The basic change was the Proxmox VM machine type from i440fx to q35.

Again thanks for the suggestions, they are still useful in optimizing flows.
#2
@meyergru thanks for your suggestions. I did the bufferfloat test and it shows Grade A+. No issues at all.
Still I tried to do some traffic shaping but without any effect.

I am a bit confused as bufferfloat does not seem to be an issue and I do not see anything which indicates retransmissions. The download streams just stop at certain moments. No data is coming in after it stops, I just keeps waiting.

I finally created a new OPNsense VM, with just the required WAN and LAN gateway, tested it and no issues at all. I will continue rebuilding my OPNsense instances and keep testing until/if it goes wrong again at a certain point. Wanted to put certain configs in terraform anyway.

Thanks for the help and if I discover what setting is trigger the issue again I will update this topic.
#3
Hello, homelab-networker-newbie here.

For more than a day I am debugging a strange issue where my connections halt/freeze/stop when they go beyond 1 GB/s. I have a 2 GB/s ISP WAN connection, https://www.speedtest.net/ however, works fine and show 2000+ mb/s speedtest up/down.
My setup is Proxmox with an OPNsense VM with virtio network devices (underlying hardware is an N150 with I226-V network devices).
I started noticing the issue when I downloaded a large file with curl, it kept stalling at random points. When I add '--limit-rate 120m' to curl it still works fine, but when I raise it to 130m (or higher) the issue occurs. I tried this on devices in the network but also directly via the OPNsense host.

On the same Proxmox instance I also tried an OpenWRT VM, on the same type of virtio device, and then I have issues at all. So underlying hardware looks OK.
I also tried connecting directly to my fiber modem and that is also working fine.

I tried changing MTU and MSS settings, which also did not change anything and for OpenWRT the same settings work fine. For debugging further I tried turning hardware offloading options on/off, and a lot of tunable options (as suggested in other topics), but without any noticeable change.

Before I try changing more options, or even create a new OPNsense instance to test it, I want to understand what the possible issue is. I just don't get why the connection halts when a certain threshold is reached. Other networking connections continue just fine, so only high speed connections break.
Any suggestions what the underlying issue could be? Or how I can debug it further? Any help would be appreciated.