not talking about the link to download old version, that work
i’m talking about making the app auto upgrade to last version when you ask for< when I press check for update the “change log” blank and does not do nothing…
upgrade.mikrotik.com is an alias for download.mikrotik.com.
download.mikrotik.com has address 159.148.172.226
download.mikrotik.com has address 159.148.147.204
download.mikrotik.com has IPv6 address 2a02:610:7501:4000::226
download.mikrotik.com has IPv6 address 2a02:610:7501:1000::204
159.148.172.226 and 2a02:610:7501:4000::226 are broken.
159.148.147.204 and 2a02:610:7501:1000::204 work fine.
Either wait for MikroTik to fix the broken server or define those records locally without the currently broken one.
I keep a txt file on my laptop with the following so I can remember how to get older versions if I need to…sometimes I come across an ancient device that has not been updated for years and it needs an older version of winbox to connect to it.
You just ended up on the working server, that’s all.
.226 and ::226 are still not working.
HTTP replies are different too.
the broken .226 responds with:
When access mikrotik, using Winbox head to IP>FIREWALL then tab RAW.
As example I have 72 RAW rules (info bottom left interface 72 items). But the winbox gui when we scroll down only have max around 50% of it. As fo my case show around 35 36 items only.
Try close the IP>FIREWALL window and try open it again.
All 72 RAW rules will be shown.
Note : If we close the winbox, the bug will be happen again.
Not important but somehow annoying. The bug itself I think have occurred since Winbox 3.35
Hope dev can look for it. TYVM. #Last update, after update to v7.7stable, this bug dont happen anymore.
Same bug with rb5009. The bug happened since prev version (3.36 ?) and still exists in 3.37.
Actually u dont need to close and open again, just resize the window, all the rules come back.
I guess it is winbox UI bug.
Please in a next release change the format of the files used by winbox (.cdb, .viw) from binary to some human-readable format like JSON or XML.
As a transition mechanism, Winbox would still be able to read binary files but would write them in the new format (new extension). When reading, it reads the new format when available.