We are facing problems uploading PDF files to web server using mikrotik and while with other routers it is ok.
We have done tests changing MTU in pppoe and changing different roules like
/ip firewall mangle
add action=change-mss chain=forward new-mss=1400 passthrough=yes
protocol=tcp tcp-flags=syn
It looks like mikrotik stop sending packets to server, we have also try it using 3 different ISP providers but problem remains.
Any sugestions please?
Thank you
Is this the only rule in chain=forward of /ip firewall mangle? If not, show a complete /ip firewall mangle export; if yes, try to reduce the new-mss to even less (1300, 1200). If the path MTU discovery is broken (e.g. because your firewall drops any icmp packets, even those with connection-state=related), the MTU bottleneck may be somewhere else than on the PPPoE so 1400 bytes may not be enough. If that helps, post your complete configuration export (see my automatic signature below for anonymisation hints), so that we could find what breaks the MTU discovery.
OK, so no firewall filtering at all, which means no icmp dropped, plus the problem is in upload direction. So the only thing I can imagine is that the mangle rule actually doesn’t do its job - I hazily remember there were times (RouterOS versions, that is) when it reportedly didn’t. Can you double-check that using packet sniffing of traffic to&from the address of the PDF server (ideally to a file and then open the file using Wireshark)? Or, since it is a test Mikrotik anyway, can you first upgrade it to the current long-term (6.45.8****) and check whether the issue still exists?