+1Nice!! I have updated mine and works well!!! I use a MacOS and even it works via Wine it will be very nice to get a native MacOS version (also Linux!)
Because it would require a full re-write, for something that works perfectly fine in WINE, also offering WebFig which is OS independent GUI.
Half of Mikrotik staff using MacOS and Linux, and yet is there still only Windows version, I don't get it, I don't get it at all...
Can confirm this to be working now, too.This seems to fix the Wireguard issue where adding allowed-addresses as ::/0 will disappear if done through Winbox.
This rewrite is overdue for over 10 years. It did not happen until now - so it wont ever happen.maybe they'd commit some resources to a full winbox rewrite but right now it'd be a waste of time and money.
I don't recall MikroTik promised anything or any time frame and for most users the Windows version is perfectly usable as it is even on Linux therefore it doesn't seem to be a priority so how can it be overdue?This rewrite is overdue for over 10 years. It did not happen until now - so it wont ever happen.maybe they'd commit some resources to a full winbox rewrite but right now it'd be a waste of time and money.
That is nice. Even better would be when it could do this without destroying the window, going back to the new connection window, and then setting up a new window for the connection.*) added "Auto Reconnect" feature;
And to that I'll add:
- IPv6 route add - routing table selection not available in Winbox, so this has to be done from the command line
- Packet sniffer - Old packet list not erased when new sniff started
- Packet sniffer - Source and destination addresses and ports not populated
*) added "Auto Reconnect" feature
I used to think that, but it be better if they improved the iOS app and allowed it to run on Mac... I'll say it used to be more dicey with wine, but yeah since I've notice MT videos with Macs...wine with winbox has seem to work flawless for past year+.Nice!! I have updated mine and works well!!! I use a MacOS and even it works via Wine it will be very nice to get a native MacOS version (also Linux!)
Similar issue with the LTE graphs on QuickSet screen:Before, the QuickSet page on a wireless link (e.g. LHG) showed the signal strength over time graph when the link is up.
This no longer works.
Yes, i've seen that too.Hi;
Anyone experiencing problem for connecting the 72.rc1, because I have issue... it is not connecting..!!!!
I have a hAP ac2 with 7.2rc1 and I can connect it with WinBox 3.32 without problem (aside from the quickset display bug I reported above)Anyone experiencing problem for connecting the 72.rc1, because I have issue... it is not connecting..!!!!
That is nice. Even better would be when it could do this without destroying the window, going back to the new connection window, and then setting up a new window for the connection.
E.g. by handling everything using messages in the button bar.
I cleared my cache and did as you asked. Seems to be working now.W0lt - the column order seems to stay for me, perhaps the session didn't save? What if you save it manually, are the columns ordered then?
Update, it appears to be doing it again. So I guess the problem is still there.😟I cleared my cache and did as you asked. Seems to be working now.W0lt - the column order seems to stay for me, perhaps the session didn't save? What if you save it manually, are the columns ordered then?
Thanks
-tp
That would involve too much development effort. The reconnect dialog was already there. All they "added" was a way to trigger reconnect automatically.That is nice. Even better would be when it could do this without destroying the window, going back to the new connection window, and then setting up a new window for the connection.*) added "Auto Reconnect" feature;
E.g. by handling everything using messages in the button bar.
+1Agree too... a configurable timeout would be a nice feature...
All for configurability. But not sure I understand this one: The session should return to where you left off in winbox, so waiting longer for it retry doesn't seem like something you'd want?Agree too... a configurable timeout would be a nice feature...
I have no idea if fixed... But I haven't seen it in v3.32. Kinda why I asked – curious if I was just lucky. ;)It does not return where you left off. Unless that has been fixed as well.
Like this one seems like a bug too. I've seen this for long while, but re-connect make it worse I'd imagine. I use wine on Mac, so hard for me attribute winbox vs wine bugs – but it has work WAY better since @normis got a Mac.Also note the comment I made w.r.t. desktop pagers. When the session is lost and re-established, the window is on another desktop and has to be moved again. That would not be a problem when it does not get disconnected in the first place.
I would not call it "a bug", it is just an unfortunate effect of using a desktop pager in a program that creates new windows. I see it happening in otherLike this one seems like a bug too. I've seen this for long while, but re-connect make it worse I'd imagine. I use wine on Mac, so hard for me attribute winbox vs wine bugs – but it has work WAY better since @normis got a Mac.Also note the comment I made w.r.t. desktop pagers. When the session is lost and re-established, the window is on another desktop and has to be moved again. That would not be a problem when it does not get disconnected in the first place.
Been a long time, but apps should get a WM_DISPLAYCHANGE event message from windows (or even wine), so app could know about it. Since the desktop pager (Mac has one too) is mostly like having multiple monitors to apps, so thought it be similar.The desktop pager is implemented as part of the window manager, and AFAIK the application has no knowledge of it, certainly notLike this one seems like a bug too. I've seen this for long while, but re-connect make it worse I'd imagine. I use wine on Mac, so hard for me attribute winbox vs wine bugs – but it has work WAY better since @normis got a Mac.
when it is running in an emulation program like wine.
Generally, older applications do not need changes to work on multiple monitor systems. For most, the system will appear to have only one display. System metrics reflect the primary display and fullscreen applications show up on the primary. The system handles minimization, maximization, menus, and dialog boxes.
However, some programs will have problems. Some that could have problems are remote control applications, those that have direct hardware access, and those that have patched the GDI or DISPLAY driver. In these cases, the user may be required to disable any monitor beyond the primary monitor.
I see the same happening with this version.... I only have about 50 saved devices.Loads Very Slow... Have to clear cache everytime to make it respond fast.
Support Team Kindly Note tha same and do the needful
Aha, that's what seemed so odd about it !Has anyone seen that when running a ping/trace/torch from selecting an interface/ip/mac it starts with the stop button greyed out instead of the other way round. One has to press "start" an then "stop" for it to stop the action.
I beg to differ. Even Microsoft can get that right and keep those separated.But in terminal Ctrl-c is terminate the currently running command. So bad idea to use it for copy.
That's blasphemy! Everyone knows that the only true clipboard shortcuts are Ctrl+Ins, Shift+Ins, Shift+Del. :) On serious note, there are two sets, this and probably more common Ctrl+C/V/X, they coexist for ages and work at the same time.Isn't that ctrl-c ?
Never used ctrl- ins in my life...
I'm with you on this, and that's exactly the reason, why Ctrl+Ins should work, because it's Windows standard (one of the two) and it works with all standard system controls.Shortcut is normally determined by OS, not by application.
The first computers I used with teletype terminals used BREAK to interrupt the running command. BREAK is not a character but a longish toggle of the serial line level.In any OS taking CLI seriously (beginning with ancient mainframes using teletype terminals), CTRL-c was always way to interrupt running command.
I'm with you on this, and that's exactly the reason, why Ctrl+Ins should work, because it's Windows standard (one of the two) and it works with all standard system controls.Terminal in WinBox currently seems to have dual-use Ctrl+C. It interrups e.g. running ping, but also copies selected text to clipboard. If you wonder what happens when you want to copy text from runninning ping, it works fine. If there's any selected text, copying has precedence. If not, it interrupts command. It also happens, if you try to copy same selection twice. Seems like good system to me.
See https://wiki.mikrotik.com/wiki/Manual:C ... st_of_keysIsn't Ctrl+X in Terminal the only way to enable HotMode in v6? Looks like it's broken after WinBox v3.30...
HotLock mode hotkey has been changed too. Now it is F7 (Ctrl-V removed). Winbox Terminal still doesn't support Ctrl-V, though. You have to press Shift+Ins to paste. But at least now you won't accidentally activate HotLock mode while trying to paste.
Are those types of changes documented somewhere?https://help.mikrotik.com/docs/display/ ... ListofKeys
Well, sometimes that is an improvement, sometimes it isn't. In long lists, the original unsorted listing tended to group them by function and this is gone now that they are alphabetically listed.*) sort "Columns" window alphabetically;
Graphings with high values now displays correctly, but when you click on a specific column the current label value is wrong*) fixed graphs with values higher than 2^31;