As an unsuspecting and new user who just bought a hAP ax S, I read the manual carefully. It clearly says:
We recommend clicking the "Check for updates" button and updating your RouterOS software to the latest version to ensure the best performance and stability.
By upgrading your RouterOS software to the latest version, you can ensure optimal performance
If I followed this official recommendation and then discovered that WebFig no longer works properly after the update, I would feel quite misled.
I would expect that a recommended update from the manufacturer - already available for weeks - should not break basic functionality.
Hi!
OpenVPN still doesn't work on firmware version 7.20.4 (and 7.21beta11).
I ran some tests and discovered that the problem occurs when I initiate push routes from the OpenVPN server (Linux) to the client, and the OpenVPN client simply freezes during the connection process.
If I disable push routes on the OpenVPN server (Linux), the connection succeeds. Therefore, all routes must be entered manually.
When I check the box:
Don't pull routes, it doesn't affect the freeze.
Only the error appears in the log:
warning - received OVPN option length exceeds limit
Perhaps this will give the developers some insight.
I created a support ticket #[SUP-200620] - 2025/10/03
This was the issue on some older OpenVPN versions on Windows with improper line ending handling, it did not recognised LF line ending as sent from Linux but only CR/LF pair...
You cannot change how Linux OpenVPN server sends push "route a.b.c.d x.y.z...", it will always send the string delimited in the same way regardless of white space in ccd file.
The issue is probably how MT own implementation (they are not using the standard one as far as I know) decodes the pulled string, there could be an issue in delimiter interpretation or the receive buffer is too short with delimiter cut of, anyways it looks mostly as they have changed something that introduced this bug.