First, I reverted the server settings to their defaults:
Next, I set the MTU on my local computer to 1460 and everything worked as expected:
However, when I set my local computer’s MTU back to 1500 (the default), the issue reappeared:
So, with local computer MTU 1460, everything works, but with MTU 1500, the problem persists.
On 4 Jun 2025, at 22:06, Michael Tuexen <michael...@lurchi.franken.de> wrote:
The difference is that you announce a smaller MSS in SYN segment you
sent. This means that the peer can only send you smaller TCP segments.
So there seems to be a problem if the peer sends too large TCP segments.
That means that the peer must do PMTUD or TCP blackhole detection, not
the local node.
Best regards
Michael
With these settings, is the connection supposed to work even if an intermediate router is dropping the ICMP messages required for Path MTU Discovery? I tried this configuration, but it didn’t resolve the issue.