Community discussions

MikroTik App

Search found 12943 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 44
by pe1chl
Mon Apr 28, 2025 6:37 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

That is the problem, WPA2+WPA3 will not work with all clients. Especially old and IoT clients have trouble with that.
You can only use WPA2 and when you want WPA3 you need to put that on a different SSID.
by pe1chl
Mon Apr 28, 2025 5:25 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I didn't enable WPA3 this time and did set management-protection=disabled Now the naughty clients behave, it wasn't related to what I've said above. I'll move them to another SSID in the future. That is quite common, also with other manufacturers. WPA3 requires management protection, but even setti...
by pe1chl
Mon Apr 28, 2025 5:22 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

Unfortunately you cannot have recursive routes with reference to routes in another routing table. So the "check routes" to e.g. 8.8.8.8 have to be replicated in each table. The only thing different between the tables is the order (distance) of the default routes. At least that is my unders...
by pe1chl
Sun Apr 27, 2025 9:46 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

Yes, I have 3 routing tables: the main, and an extra table for each ISP.
I use route marking to select the table, based on source address (for router outgoing traffic) or a PCC for load balancing during normal operation.
by pe1chl
Sun Apr 27, 2025 12:44 pm
Forum: RouterOS beta
Topic: FEATURE REQUEST: full cone NAT
Replies: 298
Views: 65621

Re: FEATURE REQUEST: full cone NAT

Probably you need to make sure that it is not activated for traffic that is high volume and does not require the feature, like DNS requests.
by pe1chl
Sun Apr 27, 2025 12:12 am
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

There is no "or use IPv6 servers", I need to use both of them independently to make it work for IPv4 and IPv6. Which of course is required as well because an ISP may e.g. be defective for IPv6 but working for IPv4 (currently one of ours is). So the failover procedure is independent for IPv...
by pe1chl
Sat Apr 26, 2025 8:40 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Probably many of those examples are just special cases of the generic "there is so much flexibility in RouterOS configuration and usage that it is impossible to test everything", and stuff that we see fail over time is not a hardwired "that is not supported (anymore)" but it is j...
by pe1chl
Sat Apr 26, 2025 11:33 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

I wonder if YOU are reading the post and see if that topic has been discussed before?
by pe1chl
Sat Apr 26, 2025 11:29 am
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

That is what I am doing now. But you need to know the context: https://help.mikrotik.com/docs/spaces/ROS/pages/26476608/Failover+WAN+Backup (in reality it is slightly more complicated than that, because we also do load balancing using multiple route tables) With this solution you necessarily have /3...
by pe1chl
Fri Apr 25, 2025 11:40 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

Yeah, but as I wrote they are also often used by users on the local network (behind the router) so using them for the recursive route check is not optimal (when the ISP associated with the particular address is down, the service becomes unavailable). I notice that I can ping 1.1.1.2, 1.1.1.3, 1.1.1....
by pe1chl
Fri Apr 25, 2025 10:40 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

Ah that is a great idea! Thanks. Well, except of course that "they" could block ping at such servers at any time, just as they could do on 8.8.8.8 etc. I think I still have to extend my search for services that are publicly offering ping support, like 8.8.8.8 offers DNS support, and are si...
by pe1chl
Fri Apr 25, 2025 7:56 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

That is why I want to have a "reliable address to ping". Maybe I should have also specified that I prefer it to be an anycast address, like the ones I mentioned already to be using. I need addresses that are sufficiently nearby to not be affected by some random failure on the other side of...
by pe1chl
Fri Apr 25, 2025 7:02 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

Not an answer to your question, but pinging may be only part of a thorough "is internet working?" check, you may have ping OK but (for whatever reasons) DNS not working, the router will provide connection, but your browser won't go anywhere. That does not matter. We have two independent f...
by pe1chl
Fri Apr 25, 2025 6:58 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

Re: ... ping ... monitor an internet connection ... If I was going to try this , I think I would write up a Netwatch script. Have it ping multiple IPs out on the internet and then have the script detect if all the the remote IPs being pinged were down , then take an action to reboot or use an alter...
by pe1chl
Fri Apr 25, 2025 6:56 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Re: Reliable addresses to ping on internet

2600::
8)
Indeed it works, but how reliable is that? Is there a description somewhere?
by pe1chl
Fri Apr 25, 2025 5:45 pm
Forum: General
Topic: Reliable addresses to ping on internet
Replies: 23
Views: 1126

Reliable addresses to ping on internet

Does anyone have a list of reliable addresses one can use to monitor an internet connection? I want to use that for a fail-over solution with recursive routing and ping-check of a sort of remote destination. (the first level pings the next hop ISP router, but I have a second level that checks if the...
by pe1chl
Fri Apr 25, 2025 2:33 pm
Forum: General
Topic: DNS missing in Netwatch
Replies: 2
Views: 838

Re: DNS missing in Netwatch

By now it is available in winbox as well. But I find the parameters very non-intuitive... When you want to use ping (type=simple) you specify the host address to ping. But with type=dns in that host address field it wants the DNS name and there is a new field dns-server= where you specify the server...
by pe1chl
Thu Apr 24, 2025 8:37 pm
Forum: General
Topic: Kid Control ROs 6.49.18 vs 7.18.2
Replies: 4
Views: 478

Re: Kid Control ROs 6.49.18 vs 7.18.2

You are right, it looks like "activity" no longer works in recent versions.
No idea if this is a bug or if it is an intentional change either to overcome some problem or because of customer or legislator wish...
by pe1chl
Thu Apr 24, 2025 3:20 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Well, it is also already quite some time ago that we were promised the capability to store received routes in an address list rather than (or in addition to) a routing table, presumably via a routing filter... that would also help in some special cases.
by pe1chl
Thu Apr 24, 2025 3:00 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Recently I see some of these messages in the log: pool6 refused acquire: bad preferred prefix length! (1) That these messages appear just now is likely not caused by a RouterOS change but by some update in client software. I am running a DHCPv6 server with only prefix pool, I guess that client is tr...
by pe1chl
Wed Apr 23, 2025 12:19 pm
Forum: Forwarding Protocols
Topic: How in v7? Selectivity accept prefixes, not load the rest?
Replies: 16
Views: 9365

Re: How in v7? Selectivity accept prefixes, not load the rest?

Actually it appears I have misunderstood the "Input accept NLRI" filtering. MikroTik told me the entries in the address list have to be an exact match, so a 0.0.0.0/0 entry only matches the default route. That makes the entire filter useless for me (I would have wanted to put something lik...
by pe1chl
Tue Apr 22, 2025 10:36 pm
Forum: Beginner Basics
Topic: Suggestions for hAP ac2 configuration
Replies: 10
Views: 846

Re: Suggestions for hAP ac2 configuration

For the usual "WiFi access point with NAT router" function, the default configuration should be fine.
by pe1chl
Tue Apr 22, 2025 10:12 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

May I ask why using Xtightvnc is that because of using some game OS like Windows :), when you can use ssh with forward X11 ? Maybe it can be solved with WSL2 in Windows ? I don't know. I have heard that WSL2 have support for translating X11 to WinAPI. I use this because I can leave the Linux system...
by pe1chl
Tue Apr 22, 2025 10:04 pm
Forum: General
Topic: Feature requests
Replies: 1810
Views: 991284

Re: Feature requests

+1 for that. would be really useful Another +1 Actually it appears I have misunderstood the "Input accept NLRI" filtering. MikroTik told me the entries in the address list have to be an exact match, so a 0.0.0.0/0 entry only matches the default route. That makes the entire filter useless ...
by pe1chl
Tue Apr 22, 2025 7:41 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

I'm using xorg-x11-server-21.1.11 Is it so difficult to read? The issue occurred with Xtightvnc. That is an X server that has no physical screen but can be connected using VNC. Kind of terminal server solution. With the normal X11 server this issue did not occur. I presume there is some way to set ...
by pe1chl
Tue Apr 22, 2025 10:57 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Please read. The system was upgraded from Debian bullseye to Debian bookworm. The issue was that on Xtightvnc the window of WinBox 4 could not be enlarged above a certain size. As my desktop is 1600x1200 it would not allow to fullscreen the window, it looks like it crashed at about 1 megapixel. (the...
by pe1chl
Tue Apr 22, 2025 10:50 am
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1461

Re: Reset RouterOS without losing remote access (Winbox/SSH)

The important question of course remains: "what do you mean with remote access". When the MikroTik router in question provides the internet routing at the remote location, and is the only device to do so, it is a different question than when there is other connectivity to the location with...
by pe1chl
Mon Apr 21, 2025 10:29 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

One thing keeping me from using WinBox 4 on my work system is that it does not work on the Xtightvnc X server that I use there. My work Linux machine runs on a VMware server and I connect to it using VNC. The install is bullseye, still did not get around to upgrading it to see if it is magically so...
by pe1chl
Sun Apr 20, 2025 5:36 pm
Forum: Beginner Basics
Topic: Why does this not work (very basic setup)
Replies: 11
Views: 854

Re: Why does this not work (very basic setup)

It is not the best approach to "define a second bridge". Keep everything in one bridge, define VLAN subinterfaces with that bride as parent interface, and configure VLANs and VLAN filtering on the bridge. Putting an IP address on the VLAN subinterface enables the management via that VLAN, ...
by pe1chl
Sun Apr 20, 2025 5:31 pm
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1461

Re: Reset RouterOS without losing remote access (Winbox/SSH)

Hogwash, of course. When you have a dedicated OOB port, you need remote access to that anyway. And when that is a prerequisite, you can do it with MikroTik equipment too. Some routers have RS232, you can cross-connect that between two routers and access one router from the other, even after factory ...
by pe1chl
Sun Apr 20, 2025 12:03 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

If you do this, you can see what libs being used and loaded. Have removed the links in this list though. ldd WinBox | cut -f2 | cut -f1 -d' ' | sort /lib64/ld-linux-x86-64.so.2 libbrotlicommon.so.1 libbrotlidec.so.1... etc The issue with that is that many distributors name their packages differentl...
by pe1chl
Sat Apr 19, 2025 11:43 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Your assumption is that customers buy their MikroTik hardware (or do not walk away from MikroTik) based on the existence of a new version of WinBox... but that isn't necessarily true. I am using winbox3 for production use myself, and only try winbox4 now and then to see how it develops. Other users ...
by pe1chl
Sat Apr 19, 2025 9:54 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

What is a reasonable time frame to complete a beta to official? I know it took GIMP 7 years to migrate from 2.10 to 3, but they were an incredibly small team of volunteers who contributed as they could. MT have been working on v4 since last August - almost a year now and still haven't got close to ...
by pe1chl
Wed Apr 16, 2025 4:41 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

With today's networking libraries you actually have to make effort to NOT support IPv6...
(like unnecessarily "validating" addresses before handing them over to the library)
by pe1chl
Wed Apr 16, 2025 12:56 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Do you mean that we do that in winbox3 BEFORE we import the addresses into winbox4?
Or does it mean that it is safe to share the Addresses.cdb file between winbox3 and winbox4 e.g. using a symbolic link?
by pe1chl
Wed Apr 16, 2025 12:52 pm
Forum: Beginner Basics
Topic: Suggestions for hAP ac2 configuration
Replies: 10
Views: 846

Re: Suggestions for hAP ac2 configuration

You can go to the "Tools->Graphing" menu, under "interface rules" add a new rule for "all", allow address 0.0.0.0/0, but do NOT check store on disk. Also under "resource rules" add a new entry like that (allow address 0.0.0.0/0, but do NOT check store on disk)...
by pe1chl
Tue Apr 15, 2025 10:19 pm
Forum: Forwarding Protocols
Topic: BGP: amsix configuration guide
Replies: 4
Views: 529

Re: BGP: amsix configuration guide

/interface/bonding/ set LAG2 arp=proxy-arp disabled=yes
This is just WRONG!!!
They want to disable proxy arp, not the interface. It means you should use "arp=enabled".
by pe1chl
Tue Apr 15, 2025 10:16 pm
Forum: General
Topic: How to minimize the impact of bridge use-ip-firewall?
Replies: 1
Views: 343

Re: How to minimize the impact of bridge use-ip-firewall?

I agree with you, it would be a useful extension when instead of / in addition to "use IP firewall" you could configure a set of custom firewall chains to be used for the IP filtering in bridges! What you can do to improve efficiency: in "bridge filter" apply a "packet mark&...
by pe1chl
Tue Apr 15, 2025 10:07 pm
Forum: General
Topic: HEX RB750Gr3 random kernel failure after 7.18.1
Replies: 6
Views: 2764

Re: HEX RB750Gr3 random kernel failure after 7.18.1

It probably depends on the use of some encryption protocol, e.g. with IPsec, OpenVPN, etc.
When you do not have any of that, you may not be affected.
by pe1chl
Tue Apr 15, 2025 10:02 pm
Forum: Beginner Basics
Topic: Suggestions for hAP ac2 configuration
Replies: 10
Views: 846

Re: Suggestions for hAP ac2 configuration

Could it be that the 10 second disconnect is happening because the hAP ac2 is restarting?
Connect to the admin interface and check under System->Resources what the "Uptime" is.
Is that many days, or is it just a short time ?
by pe1chl
Tue Apr 15, 2025 8:31 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

There is no need to turn all of them ticket numbers into bugID, but if some of them is misunderstanding, then you could improve your documentation if/where it needed, maybe asking the reporter what should be in the documentation to get it more understandable. For misconfiguration the same. Unfortun...
by pe1chl
Tue Apr 15, 2025 10:59 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I guess it is much easier to find developers that can create stuff like "detect internet". "kid control", "device mode", "media server" and "storage server" than to find those that can develop all those complicated routing protocols in a locally crea...
by pe1chl
Tue Apr 15, 2025 10:55 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Apr/09/2025 07:45:24 pppoe,ppp,error could not add dhcpv6 server with pool PPP-30M-LAN: server with such name already exists (7) Apparently, there are attached elements that are not being consistently cleared from the dynamic interface, preventing the PPPoE session from being restarted. Did you con...
by pe1chl
Mon Apr 14, 2025 2:22 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

It probably depends on whether there is an active developer with interest and time for the specific topic...
The problems introduced in simple BGP use-cases (not all those VPN and VRF things but simply routing in a small partial-mesh network) in 7.16 have not been taken up either...
by pe1chl
Sat Apr 12, 2025 3:01 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

It's almost like MT is afraid to publish a super-long list of known issues and scare customers away. Well, at least give us a page of the top 20 or so of the most important issues, at your discretion. The list of issues should not only include the known issues but also the resolved issues. Then the...
by pe1chl
Fri Apr 11, 2025 2:25 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

As I have said multiple times, this forum is a deep dark corner of geeks, amongst millions and millions of other people that have never seen this forum in their life, but are using mikrotik products. It is irritating that you see it this way. A bunch of geeks. I visit the "active topics" ...
by pe1chl
Fri Apr 11, 2025 10:35 am
Forum: General
Topic: Static CNAMEs cause DNS cache memory leak
Replies: 10
Views: 1025

Re: Static CNAMEs cause DNS cache memory leak

The graphing pattern suggests that there is a memory leak for each query to the resolver.
It may also depend on whether the target of the CNAME is also local to the router, or is some remote record.
We have seen many interesting problems with CNAME in the DNS resolver before.
by pe1chl
Thu Apr 10, 2025 5:39 pm
Forum: General
Topic: Static CNAMEs cause DNS cache memory leak
Replies: 10
Views: 1025

Re: Static CNAMEs cause DNS cache memory leak

Impossible to tell if that is the same problem.
The DNS cache has a configurable size, default is ridiculously small.
When you haven't changed it it can easily get full, but that is not the same as the DNS process using up all memory (even above configured cache size)!
by pe1chl
Thu Apr 10, 2025 4:19 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

It must be related to configuration and/or usage pattern.
by pe1chl
Thu Apr 10, 2025 4:17 pm
Forum: General
Topic: Static CNAMEs cause DNS cache memory leak
Replies: 10
Views: 1025

Re: Static CNAMEs cause DNS cache memory leak

I don't agree. Any router should be capable of providing DNS resolver functions! However, that is a difficult programming project, and it is being under-estimated by MikroTik, There are already so many bugs like this one that have been fixed in the past and then there usually was another problem (wh...
by pe1chl
Thu Apr 10, 2025 11:30 am
Forum: MikroTik hardware questions
Topic: RB5009 POE powering
Replies: 2
Views: 593

Re: RB5009 POE powering

When you want to power a RB5009 using PoE and then use the RB5009 to power other things, you will easily exceed the max power for PoE from the switch. So you should first check that. It will probably not work. I use several RB5009UPr+S+IN to PoE-power other things (WiFi AP, phones) but always only w...
by pe1chl
Thu Apr 10, 2025 11:25 am
Forum: General
Topic: T1 interface
Replies: 9
Views: 985

Re: T1 interface

Meanwhile the "others" who provide the T1 are probably researching how they can keep up that T1 to the single customer that still wants it...
by pe1chl
Thu Apr 10, 2025 11:21 am
Forum: General
Topic: Transport UDP Multicast Over Internet
Replies: 11
Views: 824

Re: Transport UDP Multicast Over Internet

Why do you use EoIP and bridging, instead of a L3 tunnel like IPIP or GRE with the correct routes in place?
by pe1chl
Thu Apr 10, 2025 11:18 am
Forum: General
Topic: Static CNAMEs cause DNS cache memory leak
Replies: 10
Views: 1025

Re: Static CNAMEs cause DNS cache memory leak

It is time that MikroTik abandon their resolver toy and go for something like "unbound".
by pe1chl
Wed Apr 09, 2025 10:18 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

And to be clear, the MikroTik team has improved A LOT regarding documentation in recent times! I don't know who, but someone deserves to be congratulated for this. Please give it to this person. What I miss the most are the use cases! Something that there was much better back in the wiki days. Well...
by pe1chl
Wed Apr 09, 2025 6:42 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

@felixka I have been arguing many times that this should be done at least for the release notes. Right now we get basic and cryptic statements about what has changed in a release, but we never see a complete description and an underlying bug report. It is often difficult to guess what is really mean...
by pe1chl
Mon Apr 07, 2025 11:48 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Your issues are caused by the use of some advanced encryption method that has a bug in the kernel implementation.
It has been discussed in release topics before and will probably be fixed in the next release.
by pe1chl
Sat Apr 05, 2025 7:32 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

After upgrading old RB2011 to 7.19 beta7, can't upload anything any longer (e.g. can't upgrade to beta8). File list empty. Scripts that create backups fail.
What's up with that?
Flash memory full?
by pe1chl
Fri Apr 04, 2025 9:25 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Yes. All advanced STP-aware equipment has this. That is not too difficult to Google, isn't it?
by pe1chl
Thu Apr 03, 2025 7:58 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

CHR version still has the issue that disk space is greatly reduced after an upgrade, usually but not always back to normal after an extra reboot.
by pe1chl
Thu Apr 03, 2025 12:09 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Well, the whole topic of "how do I setup a number of similar routers" and "how do I migrate my existing router config to the new shiny box that I bought" certainly deserves a bit more attention! For skilled users it is possible to export a config, edit it, and paste it into a new...
by pe1chl
Wed Apr 02, 2025 8:04 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

As is stated in the documentation, the check for locally originated routes is "if ( bgp-network )"
can you share the documentation link, google was not enough for me to find it
https://help.mikrotik.com/docs/
by pe1chl
Wed Apr 02, 2025 12:20 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

So you are filtering outgoing routes here?
The local AS is not yet part of the AS-path at the time the filters are applied!
As is stated in the documentation, the check for locally originated routes is "if ( bgp-network )"
I use that and it works OK.
by pe1chl
Wed Apr 02, 2025 11:40 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Be it routing table names or partition names - all points towards the need of better configuration integrity checks. We might not be able to get full reference level checks but object name level checks should be one of most basic things there is... Actually in most places it just works fine. You ge...
by pe1chl
Wed Apr 02, 2025 11:33 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

anyone have problem with bgp filtering for local as?
regexp ^$ or bgp-path-len < 1 did not works
what do you want to achieve?
by pe1chl
Tue Apr 01, 2025 5:20 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Same applies to other objects as well - partitions can have same name as well to create more confusion. Partitions can be renamed from command line though... Well, at least partitions also have a number that is visible to the user. The routing table number (which of course exists in Linux) is compl...
by pe1chl
Tue Apr 01, 2025 9:42 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

in the future when IPv6 implementation start rising massively
Are you calling us from 2010? Or is it an April fools joke?
by pe1chl
Mon Mar 31, 2025 6:48 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

I noticed that it is possible to add multiple routing tables with the same name:
/routing table
add disabled=no fib name=test
add disabled=no fib name=test
This is accepted without error message and then there are two tables with name test, and it is unclear which one is used.
SUP-184107 created.
by pe1chl
Mon Mar 31, 2025 3:28 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

But they could respond like: "Hello Mr. Pe1chl, at the moment, we do not have any available resources to address these issues. We will get back to you as soon as we start working on them. Thank you." That is likely against company policy... I remember during the early days of v7 the BGP f...
by pe1chl
Mon Mar 31, 2025 3:19 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I did, and you said "it could instead use a RAMdisk that is already configured, or dynamically configure a temporary RAMdisk, for the download and upgrade ." which is exactly what MT does... No, that is not correct. In the 16MB models, a RAMdisk is ALWAYS configured, not only for the upda...
by pe1chl
Mon Mar 31, 2025 2:55 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Wait until they are up for a day or two... The problem has been discussed in release topics. But could You do a quick heads up here? Just a little list of small bullet points, Mikrotik style? :D I have already done that in almost every release topic after 7.16 so no need to repeat it. My support ti...
by pe1chl
Mon Mar 31, 2025 11:36 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

7.15.x was the last version where BGP worked OK Is there a thread where I could read up on what is wrong with BGP? I just upgraded our 2216s to 7.18.2 and they seem to be running fine with full table Internet peering. Wait until they are up for a day or two... The problem has been discussed in rele...
by pe1chl
Mon Mar 31, 2025 11:34 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

They do kind of, on 16MB (and some other) devices upgrade packages are downloaded to RAM not disk...
Please read the posting again. What works for 16MB devices should work for all, but it does not.
by pe1chl
Mon Mar 31, 2025 11:32 am
Forum: General
Topic: PXE Boot From Mikrotik
Replies: 21
Views: 30828

Re: PXE Boot From Mikrotik

Yes, that is for sure a bug in the BIOS!
It should not have taken the filename up to the 00 byte, but instead it should use the length field 10 which means the filename is 16 characters long... so the FF is not part of the filename.
by pe1chl
Sun Mar 30, 2025 7:24 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

7.15.x was the last version where BGP worked OK
by pe1chl
Sat Mar 29, 2025 11:29 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I believe that anything small enough that precludes me to use partitions, is too little. Really. I agree with that. And also I think that the way upgrades are downloaded and installed should be made the same on all hardware, or at least allowed to be configured the same. When you have a 16MB device...
by pe1chl
Sat Mar 29, 2025 11:23 am
Forum: General
Topic: PHPbb Prosilver has problem
Replies: 28
Views: 2964

Re: PHPbb Prosilver has problem

Yes, that is a problem that started some time before the "PHPbb Prosilver has problem" described in this topic, and that just continues after the above problem has been solved. As "msatter" already wrote, just refresh a couple of times and it works. It has the behavior of a broke...
by pe1chl
Sat Mar 29, 2025 11:21 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

In my case I added a new VLAN, assigned it a new /24 address (not overlapping), and used the setup wizard selecting the new VLAN. It recognized the new address, proposed a new range in that new /24, which I accepted (Next) but in the final step it complained about the pool name already being in use....
by pe1chl
Sat Mar 29, 2025 11:16 am
Forum: General
Topic: PXE Boot From Mikrotik
Replies: 21
Views: 30828

Re: PXE Boot From Mikrotik

The problem is that in DHCP the fields have a length, so a filename is in the DHCP packet e.g. as 03 41 42 43 to indicate the filename ABC with length 3. This is not understood by some programmers who assume that such a filename would be stored as 41 42 43 00 with 00 being the terminator byte for a ...
by pe1chl
Fri Mar 28, 2025 2:50 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

ROSE is already a separate package, so nothing to worry about.
What we need is removal of other functions from the base package so it again fits in a 16MB flash device. That is totally unrelated to ROSE.
by pe1chl
Thu Mar 27, 2025 7:27 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

When doing a demo for my co-workers today, I noticed that you can use the "DHCP setup" wizard only once. It creates the same name for the IP pool every time, so the second time you use it, it errors out with "pool already exists". (I tried using it to create a new DHCP instance f...
by pe1chl
Wed Mar 26, 2025 2:01 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

@MT any chance on fixing BGP sessions refresh on winbox3 just like how ros v6 behave?
+1
It is really a shame that this still has not been fixed.
At first the claim was "we need a new version winbox for that" but new versions have appeared, even the v4 beta does not fix it.
by pe1chl
Wed Mar 26, 2025 12:04 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Feature request: allow the user to add custom buttons to the toolbar (stored in the workspace file) that run a specified RouterOS command when clicked. Minimal implementation would be to specify a custom button with only a "text", which would then do a /system/script/run "text". ...
by pe1chl
Wed Mar 26, 2025 12:00 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I don't particularly like safe-mode, at the very least I would want Winbox/Terminal to blatantly indicate that it is active, across ALL connected sessions regardless of where it was turned on Even better I would prefer if MikroTik implemented a variant that took a backup of the current state, const...
by pe1chl
Tue Mar 25, 2025 4:32 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

In Linux, the functionality of "terminal emulator" and "ssh connection" are completely separate. You start a terminal emulator like xfce4-terminal or Konsole or xterm or whatever you like, usually with a shell running in it, and from there you start a connection using ssh or teln...
by pe1chl
Tue Mar 25, 2025 11:52 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Maybe their SSH server is not fully compatible with Windows SSH clients. This is not an SSH level problem! SSH is only responsible for secure transport of the terminal bytestream, a successor to TELNET. (in the old days we used serial RS232 lines for the same purpose) What matters is the "term...
by pe1chl
Tue Mar 25, 2025 11:28 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

The tab character is often preferred by those who want the flexibility to adjust indentation to their personal preference. Any other TAB width than 8 is seriously broken! It usually isn't workable to change indentation by changing TAB width anyway, e.g. due to comments in the right margin. Today, o...
by pe1chl
Tue Mar 25, 2025 11:25 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Get some serious terminal emulator (not putty or winbox terminal). Then you won't see/have any issues.
Ok, that hints that the bug is actually not in RouterOS but in the terminal emulator part of WinBox 4.
So those that claimed "not a WinBox bug, go away!" were probably wrong.
by pe1chl
Tue Mar 25, 2025 12:17 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Well, of course there are two components involved in the editing: - the RouterOS /system/script/edit - the WinBOX terminal emulator When the two are not operating well together, it is a bug that should be solved. It is not yet clear in which of the two the bug is. Maybe someone who considers it impo...
by pe1chl
Mon Mar 24, 2025 11:56 am
Forum: General
Topic: Feature Request : DSCP on DHCP packets
Replies: 24
Views: 11116

Re: Feature Request : DSCP on DHCP packets

It is part of the EU Open Internet regulation: https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=uriserv:OJ.L_.2015.310.01.0001.01.ENG&toc=OJ:L:2015:310:TOC (5) When accessing the internet, end-users should be free to choose between various types of terminal equipment as defined in Commission ...
by pe1chl
Mon Mar 24, 2025 11:05 am
Forum: General
Topic: Feature Request : DSCP on DHCP packets
Replies: 24
Views: 11116

Re: Feature Request : DSCP on DHCP packets

But has Orange or the consumer authority already been contacted about this?
Because what they are doing is ILLEGAL and it should result in a reprimand and fine according to EU rules.
by pe1chl
Mon Mar 24, 2025 11:02 am
Forum: General
Topic: PHPbb Prosilver has problem
Replies: 28
Views: 2964

Re: PHPbb Prosilver has problem

It has been fixed! This morning I got the complete set of icons and I could again locate the "user control panel" to switch back to Prosilver, and it also works again.
by pe1chl
Sun Mar 23, 2025 7:35 pm
Forum: General
Topic: PHPbb Prosilver has problem
Replies: 28
Views: 2964

Re: PHPbb Prosilver has problem

Maybe we are the betatesters for the next MikroTik product, a server load balancer? (after the storage server) The initial problem (sometimes forum not available) looked a bit like the connections are sent to different servers, but some of them are up and others are administratively down. Now at the...
by pe1chl
Sat Mar 22, 2025 11:36 am
Forum: Announcements
Topic: Newsletter #122 | December 2024
Replies: 88
Views: 89271

Re: Newsletter #122 | December 2024

Well, it is the budget model for home and (very) small office.
When you have other needs there are other models, even the CSS326 is only $20 more.
by pe1chl
Fri Mar 21, 2025 10:48 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

It is a more or less obscure feature, but when you have a use-case and your client supports it, it is very useful. Like so many features, probably a user has suggested it, and it was either quite trivial to implement it or the user had a good sales case. That does not mean it is useful to YOU. (or m...
by pe1chl
Fri Mar 21, 2025 6:26 pm
Forum: General
Topic: PHPbb Prosilver has problem
Replies: 28
Views: 2964

Re: PHPbb Prosilver has problem

Considering how old Mikrotik is, why dont they have a usenet server? With usenet, you do not need a server. You need a newsgroup or set of newsgroups. Others provide the servers. It would have been easy to create a number of alt.mikrotik.subgroup groups similar to what we have on the forum. With mo...
by pe1chl
Fri Mar 21, 2025 10:49 am
Forum: General
Topic: PHPbb Prosilver has problem
Replies: 28
Views: 2964

Re: PHPbb Prosilver has problem

It seems that the forum is under some form of attack... The past few days I regularly got the message that the forum is currently offline, try again in a couple of minutes. As a Prosilver user I tried going to the profile page and selecting the other theme (forgot the name) and it shows a usable lay...
by pe1chl
Fri Mar 21, 2025 10:43 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I've been checking on the windows 11 client and it doesn't seem to support this option. is there any information on how to reconfigure my devices to support this option? or is there a possible workaround, such as sending a message even if the client does not support the option? Why would you want t...
by pe1chl
Thu Mar 20, 2025 3:38 pm
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

Re: IPsec parameter negotiation (and ancient defaults)

I tried again today on Windows 11 and now I found (and remembered) what was the problem: When you configure IKEv2 with username/password in Windows VPN the identity of the connecting router is not set to the username, but to the address of the system. Thus it is not possible to match the identity wh...
by pe1chl
Thu Mar 20, 2025 11:46 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

There is a 512Mbit Flash chip from ST on the upper side of the 1100AH board, and RouterBOOT says its 64MB. I went as far back as ROS 6.20 with RouterBOOT 3.18 -- always shows 64MB. Looks like some models shipped with 64MB. No worries - it served long. Greetings - azg As written above, it could be f...
by pe1chl
Wed Mar 19, 2025 7:49 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Netinstall will for sure allow you to install the current (beta)version, but the question is whether you can upgrade after that... I had the same issue on a CCR1009 with 2 partitions (64MB each), it cannot upgrade anymore in that configuration. One would wish that it is possible to upgrade via a RAM...
by pe1chl
Wed Mar 19, 2025 12:11 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

When you have gone through so many updates, it is better to do a netinstall of 7.18.2.
Do a "/export show-sensitive file=myconfig" first and download the file, you can later import it to restore the config.
(although there usually are some unexpected hickups doing that)
by pe1chl
Tue Mar 18, 2025 8:56 pm
Forum: General
Topic: renew ssl certificate let's encrypt
Replies: 15
Views: 2172

Re: renew ssl certificate let's encrypt

do you have a list of domains or ip used for renewal? it doesn't seem very professional to expose the port to everyone unless there is a service exposed on it. There is no published list of IP addresses used for renewal. There is some document that says they don't publish it to reduce the risk of m...
by pe1chl
Tue Mar 18, 2025 8:50 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

I have upgraded a PPC 1100AHx2 router to 7.18.2 from 7.13 and the login page is messed up. Any ideas?
Look on page 1 of this topic!
by pe1chl
Tue Mar 18, 2025 1:44 pm
Forum: RouterOS beta
Topic: Feature Request: GREtap
Replies: 24
Views: 18738

Re: Feature Request: GREtap

Read the above.
Posting here is useless, submit a support ticket or mail to sales@mikrotik.com
by pe1chl
Mon Mar 17, 2025 7:31 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Well, as you know this problem goes through a cycle. It has happened before that people could no longer upgrade certain devices, and they spent development effort to solve that for that moment. But of course the problem comes back, we all predicted that. Because the effort that was made yielded some...
by pe1chl
Mon Mar 17, 2025 7:26 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

hAP ac2 without wireless or wifi-qcom-ac is not a reasonably expected use of that device.
Normally you would buy a hEX for that use-case.
by pe1chl
Fri Mar 14, 2025 6:36 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Well, there may be an issue with 7.18.2 after all... I netinstalled a wAP ac (old MIPBE version), I could connect it via MAC-TELNET, setup a password for admin (8 ASCII alphanumeric characters), could still login, then I added the wireless package (netinstall was only base package) and did a reset-c...
by pe1chl
Fri Mar 14, 2025 6:31 pm
Forum: MikroTik hardware questions
Topic: Running out of space on hAP ac2 [SOLVED]
Replies: 84
Views: 50778

Re: Running out of space on hAP ac2 [SOLVED]

That means you are quite close to problems. Others may already run into problems, e.g. when they have a longer upgrade history, more complicated configuration, history of changes in configuration, etc.
by pe1chl
Fri Mar 14, 2025 6:29 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Yes, I think that "applications" should all be split off in separate packages. Because there are no inter-dependency issues and often not everyone wants them. And they are now easy to install. That would include such things as: - CAPsMAN - Hotspot - Web Proxy - SMB server / Media server - ...
by pe1chl
Fri Mar 14, 2025 12:33 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

The wAP and cAP lines suffer from the same problem of having little permanent storage space, and they don't have a USB port. Why does the main RouterOS package need to load all the USB device drivers on these devices? Wouldn't it be possible to reduce the size of routeros.npk by about 2MiB if there...
by pe1chl
Fri Mar 14, 2025 12:24 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

AC2 only has 128Mb RAM ??
It's AX2 we're talking about.
Correct, I edited it. I meant ax2.
by pe1chl
Fri Mar 14, 2025 11:20 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

In any system that involves things like scripting languages, web interfaces, etc I at least avoid these characters all the time:
@ % " $ & # + < > (space)
That never hurts even when it is not really necessary.
by pe1chl
Fri Mar 14, 2025 11:16 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I have once again log full or red "cache full, not storing" DNS Adlist related messages. My cache size is raised to 8192 KiB and Adlist size was something over the 2000 KiB. I definitely removed the functionality from the router. Ok but why do you use such a tiny amount of storage for the...
by pe1chl
Fri Mar 14, 2025 12:44 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

2025-03-04T01:01:17+01:00 MikroTik HeadOffice possible SYN flooding on tcp port 53 2025-03-04T06:06:52+01:00 MikroTik Branch3 possible SYN flooding on tcp port 53 2025-03-04T08:24:20+01:00 MikroTik Branch4 possible SYN flooding on tcp port 53 2025-03-04T08:52:10+01:00 MikroTik Branch2 possible SYN ...
by pe1chl
Thu Mar 13, 2025 10:38 pm
Forum: RouterOS beta
Topic: Feature Request: GREtap
Replies: 24
Views: 18738

Re: Feature Request: GREtap

One thing is for sure, posting on the forum will do zero for your request! You can try making a ticket in the support system, that will at least make it end up on the desk of someone considering it. Of course that does not mean it will be implemented, but at least there is a chance. Even better is t...
by pe1chl
Thu Mar 13, 2025 7:25 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Windows Update uses http as well... (it uses https to determine what updates to download, and then downloads the actual updates over http)
by pe1chl
Thu Mar 13, 2025 7:14 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Yes, when you have a hAP ac2 it is better to do a netinstall and also to give up on wifi-qcom-ac.
That simply will not last. Go back to "wireless" and when you want new drivers buy a hAP ax2 or ax3.
by pe1chl
Thu Mar 13, 2025 4:11 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

Why not? If https is used, then client can verify authenticity of server it's talking to. Yes, npk files do have some verification built in (I believe that packages are digitally signed by MT so it's not trivial to alter the contents). But two layers of security are better than one. And we definite...
by pe1chl
Thu Mar 13, 2025 10:29 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

*) queue - fixed system failure when CAKE kind queue was configured but queue type definition does not exist anymore (introduced in v7.18); Was the instability of CAKE that you previously mentioned really limited to having an interface with a CAKE queue and then deleting the queue type? In the ment...
by pe1chl
Wed Mar 12, 2025 9:01 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

When was that introduced?
by pe1chl
Wed Mar 12, 2025 4:12 pm
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173037

Re: Advanced Routing Failover without Scripting

Using console code as an example for how it would work in scripts is not good, especially not after you first used "print"!
by pe1chl
Wed Mar 12, 2025 11:19 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.2 [stable] is released!

*) queue - fixed system failure when CAKE kind queue was configured but queue type definition does not exist anymore (introduced in v7.18); Was the instability of CAKE that you previously mentioned really limited to having an interface with a CAKE queue and then deleting the queue type? In the ment...
by pe1chl
Wed Mar 12, 2025 11:16 am
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173037

Re: Advanced Routing Failover without Scripting

Ok, a difference between your config and the one I use is that I do not use connection marks but I base the route mark on the source address of the packet (for output) and on a "PCC on src address" rule for the forwarded/NATted traffic (for loadbalancing). That selects the particular route...
by pe1chl
Tue Mar 11, 2025 5:03 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

Besides that, RouterOS already offers a "configure session" in terminal mode! Most people do not know it... When you enter a { in terminal mode, you enter a "block" (as in scripting) and you can enter commands, and when you enter } the block is closed and the commands are execute...
by pe1chl
Tue Mar 11, 2025 3:23 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Back in those days we lived with having a dark screen with light characters on it. But when I first got a computer (in 1985) that used dark characters on a white background, and a windowing system that did the same thing, I really liked it and I never wanted to go back. Whenever I see a "dark m...
by pe1chl
Tue Mar 11, 2025 3:21 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

Thanks for the advice, It seems based on this that it would be recommended to netinstall when moving from v6 to v7.
Yes, that certainly is the case. Netinstall and import an export made just before (not a restore of a backup).
That will free up space, and prevent unexplainable problems as well.
by pe1chl
Tue Mar 11, 2025 12:09 pm
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173037

Re: Advanced Routing Failover without Scripting

When you are facing packet loss in a config like this, try disabling fasttrack.
You can start a "torch" on the internet interface, that will temporarily disable fasttrack.
When it then starts working, fasttrack is your problem.
by pe1chl
Tue Mar 11, 2025 12:02 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 113
Views: 20278

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2

Yes, there really should be multicast enhancement in the WiFi driver (multicast to unicast), but as he wrote it also happens with the Asus as an AP (and it undoubtedly has that) and is triggered by having the MikroTik router, it may be that the IGMP querier being buggy is the main cause. Of course I...
by pe1chl
Mon Mar 10, 2025 10:09 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 113
Views: 20278

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2

Actually it is not correct to stop a multicast stream immediately when there is no response to a query. I don't know if MikroTik use a well established IGMP implementation or have doctored their own (probably the latter) but the way it should work is: when a query is sent and a response received, th...
by pe1chl
Mon Mar 10, 2025 7:57 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Please consider to have a settable option (even if only "normal" vs "long") for the connection timeout, i.e. when a device loses connectivity for up to a minute, maintain the connection instead of closing it after a few seconds.
by pe1chl
Mon Mar 10, 2025 7:42 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

When sorting the saved connection list, it can only be sorted on a single column. With v3.41, you can first click the "Note" header ("Comment" in v4) and then "Group" and you will get the list sorted by group first, and within the group sorted by Note. But in v4 for eve...
by pe1chl
Mon Mar 10, 2025 5:19 pm
Forum: Announcements
Topic: Newsletter #121 | October 2024
Replies: 63
Views: 18420

Re: Newsletter #121 | October 2024

When you want to reach the claimed performance of these routers, you need to have "fasttrack". When you removed that (e.g. because you cannot have it co-exist with other config) or you did not yet add it (e.g. IPv6) you will not reach 1Gbit. In general, people expect performance similar to...
by pe1chl
Mon Mar 10, 2025 5:12 pm
Forum: Useful user articles
Topic: Advanced Routing Failover without Scripting
Replies: 295
Views: 173037

Re: Advanced Routing Failover without Scripting

Yes, you need to do that. Because the probe packets to check the routes are sent using the main table and your actual traffic is sent via the ISPx table. Unfortunately there is no way to auto-copy some routes between different tables, so you need to do that manually. (MikroTik will tell you to use V...
by pe1chl
Mon Mar 10, 2025 10:19 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Also, when you are so lucky to have a device like the RB951G-2HnD (low-end router from the good old days when you still got 128MB flash) you should have partitioned it before installing a beta!
by pe1chl
Sun Mar 09, 2025 6:10 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Everything here requires either time or money, not just keeping the flash size small. Please take a look at the changelog and see where the effort goes in recent versions. The problem is that working on new features and fixing bugs in existing features inevitably leads to code expansion and people ...
by pe1chl
Sun Mar 09, 2025 6:05 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

It's not related to loops and there is an :error command already for that.
:error can only exit with error. what would be useful is an exit that exits without error.
(especially now that every script that exits with an error triggers a log message)
by pe1chl
Sat Mar 08, 2025 4:58 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Indeed... while that LMP 5G is exactly what I am looking for at one of our locations, and it would be used with an RB5009 as a router so no need for additional packages, I really don't like the idea of having a device with so little flash space. Not only is there a risk of routeros not fitting anymo...
by pe1chl
Sat Mar 08, 2025 11:43 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

We have discovered that CAKE type queue can crash router in v7.18 and v7.19 – we are working on a fix for that. However, it is not as simple as - add queue and router crashes. Seems that a set of events or precise timing is required for the problem to appear. And yes - when your router fits the &qu...
by pe1chl
Sat Mar 08, 2025 11:33 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

For such purposes, you should use "Safe Mode". Very much suggested, especially for new users. https://help.mikrotik.com/docs/spaces/ROS/pages/328155/Configuration+Management#ConfigurationManagement-SafeMode That would only work for mistakes that make the router unreachable (like deleting ...
by pe1chl
Sat Mar 08, 2025 11:29 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

What's new in 7.19beta4 (2025-Mar-06 14:10): *) console - added on-error to "for" and "foreach" loops; Will "break" functionality ever be added for loops? (Don't tell me about workarounds) Or a way to exit from a script midway? ("exit" command with ok/error p...
by pe1chl
Fri Mar 07, 2025 7:06 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Ok that is great! Is there further indication that they are working on fixing the BGP problems?
by pe1chl
Fri Mar 07, 2025 12:13 pm
Forum: Announcements
Topic: Security announcement blog
Replies: 119
Views: 82772

Re: Security announcement blog

No idea if it was changed by now, but here the link on that page is: https://cdn.mikrotik.com/web-assets/supportsec/rss.xml
by pe1chl
Fri Mar 07, 2025 10:58 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

*) rose-storage - show btrfs balance and scrub errors if any; Well, in the 7.18 topic we discussed a little about whether they would use the "btrfs balance" or the "block-level mdraid" function for the RAID setups, and now we know: it is "balance". May the force be wit...
by pe1chl
Thu Mar 06, 2025 5:20 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

Assuming this is still about the "possible SYN flooding on tcp port 53": YES. When having hundreds of clients on the local network, there can be enormous bursts of DNS requests. The CCR2004 should be able to handle that. I have configured 10000 concurrent requests and 1000 TCP connections...
by pe1chl
Thu Mar 06, 2025 3:46 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

A crucial difference between "Safe mode" and also "apply changes only in RAM and require explicit save" and a transaction-like system is that with the latter you can apply a series of configuration changes and do an APPLY at the end of it. It is possible in RouterOS cmdline mode,...
by pe1chl
Thu Mar 06, 2025 11:39 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Well, in your case it would have been valuable when you were warned because what happened is likely not what you intended! E.g. a device was powercycled without clean shutdown ... Nope, device was cleanly rebooted due to ROS upgrade. I can't explain the few hours jump myself, usually it is, as ever...
by pe1chl
Thu Mar 06, 2025 11:35 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

You still have the same BGP problems on 7.19b2? Do you have a forum post listing them all? I also have BGP with stuck routes on 7.16.1 that drive me crazy. I have not installed 7.19b2 yet. It does not list a fix for any of my problems in the changes list. I have posted several times in release topi...
by pe1chl
Thu Mar 06, 2025 10:39 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Ok I seemed to remember that you posted it has been a problem for a while...
But indeed there are several BGP problems and the silence from MikroTik is deafening...
However, on my routers (with 7.18 and 7.18.1) there is no CPU usage problem, only the issues I mentioned before.
by pe1chl
Wed Mar 05, 2025 6:45 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

When upgrading my fleet from 7.17.2 to 7.18.1 ... I saw time jump of a few hours after reboot due to upgrade on one of devices. So the "after boot" time jump can be rather large. However I'd say that severity of first time jump (if caused by NTP client) after reboot can be down-tuned to i...
by pe1chl
Wed Mar 05, 2025 6:41 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

The point is lacking this kind of basic sanity checks on configuration changes. Even if some bug will cause this and there's no sanity check stopping it from happening and you are up to netinstall. It is not as bad as you suggest. Yes, sometimes you can remove an object and leave something else dan...
by pe1chl
Wed Mar 05, 2025 1:56 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

Critically of this action seems for me to be way to high. Exactly Very High :) Well, actually a change of time-of-day is a very critical event, but one could argue that in a device without built-in clock it could be labeled a little less severe when the time adjustment is forward, and less than 5 m...
by pe1chl
Wed Mar 05, 2025 12:40 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

We have seen this behavior as well with winbox, but port 8291 was only exposed to management vlan and I'm the only one accessing the device during that time so this SYN flooding warning is just a fluke at least for me I don't mind that it logs a bogus message, but I worry that when it detects the c...
by pe1chl
Wed Mar 05, 2025 11:22 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

I isolated the issue to BFD. When enabled it causes high CPU usage. I experience the issue on multiple routers and I set up a new router with empty configuration with just BGP + BFD and the issue still occurs. I reported the bug on ticket #SUP-181114 What parameters do you use for BFD? I have sever...
by pe1chl
Wed Mar 05, 2025 12:49 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

either way, I'd like to be able to tune this checks. Since they are in place, why not using them directly and tune them for our needs. Assuming this is still about the "possible SYN flooding on tcp port 53": YES. When having hundreds of clients on the local network, there can be enormous ...
by pe1chl
Wed Mar 05, 2025 12:47 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

What type of package manager introduces such a significant storage overhead? OpenWRT has been using "opkg" for years without issues. However, OpenWRT also provides board-specific builds - perhaps this is the key to addressing flash storage limitations on 16MB devices. The "packages&q...
by pe1chl
Tue Mar 04, 2025 7:25 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

I think the reason this has a high probability of appearing at reboot is because while the router is being rebooted, clients in the network are still firing DNS queries at it ... Yes I think that could be part of the reason, but what I observe is that on our main office network where there is lots ...
by pe1chl
Tue Mar 04, 2025 5:31 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

It is logged exactly once after every reboot. But I think that is because there is some "one time only" flag in the code to avoid overflowing the log with messages like that. However, I was watching a wireshark capture running on a PC that has "spurious delays when visiting websites&q...
by pe1chl
Tue Mar 04, 2025 4:17 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

After boot we get this message once: possible SYN flooding on tcp port 53 (I don't know at which version that started, but it was "recently") DNS service is only allowed from the local networks, not from the internet. There are hundreds of clients on the network and "SYN flooding on t...
by pe1chl
Tue Mar 04, 2025 12:12 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

I think the newly introduced products where it can be expected that users have more than basic needs (i.e. excluding switches) are no longer released with 16MB of flash. But we can all agree it was a stupid move from the beginning. Splitting stuff into packages introduces the issue that merely havin...
by pe1chl
Tue Mar 04, 2025 11:07 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released!

Just netinstalled this device. 7.18.1 is now running, but flash-space is tight. version: 7.18.1 (stable) free-hdd-space: 44.0KiB total-hdd-space: 16.0MiB board-name: D53G-5HacD2HnD platform: MikroTik It looks like your use-case is finished, and you need to either remain on a lower version or remove...
by pe1chl
Tue Mar 04, 2025 11:00 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18.1 [stable] is released! Can't update CCR2116-12G-4S+

Just as an fyi for anyone here (I did create a support ticket, SUP-181012). I have a CCR2116-12G-4S+, with two partitions, each running 7.17.2 (they failover to the other if something breaks). When attempting to update to 7.18.1, via the Webfig, the system downloads the update, reboots and after ab...
by pe1chl
Sat Mar 01, 2025 7:53 pm
Forum: Scripting
Topic: Updating CA root certs regularly [SOLVED]
Replies: 46
Views: 31885

Re: Updating CA root certs regularly [SOLVED]

then change the .txt to .pem
by pe1chl
Fri Feb 28, 2025 5:50 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 522
Views: 185642

Re: v7.19beta [testing] is released!

will measures be taken to increase free space on 16mb devices? hardly enough space to save a backup! You are not supposed to save your backup in flash memory! That normally is useless anyway. Make your backup in the RAMdisk (i.e. in the root directory on those 16MB devices), and then download it to...
by pe1chl
Fri Feb 28, 2025 5:07 pm
Forum: General
Topic: PPPoE and MTU > 1488
Replies: 14
Views: 8951

Re: PPPoE and MTU > 1488

It can also be a limitation of the used network card. I remember that my previous PC motherboard, which had 2 network devices on-motherboard, allowed >1500 byte MTU on one port but not on the other. This was with native Linux installed on the PC. I used one port for my LAN (including VLAN tags, it w...
by pe1chl
Fri Feb 28, 2025 2:40 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

There are four FP columns and you likely want to remove them all. That is most conveniently done using the available column selector.
Note that it has been much improved both in winbox 3 and winbox 4. In the old winbox 3 releases it was a multi-click procedure to remove each column.
by pe1chl
Fri Feb 28, 2025 2:17 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

You can remove columns using the widget at the extreme right on a screen. Another request: move the FP columns from the default layout of all interface types. I can understand they were added upon creation of the FP feature and MikroTik being very proud of it, but in general they are not very useful...
by pe1chl
Fri Feb 28, 2025 2:14 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

After the update, openvpn is rebooting the rb on each external connection made.
Please read previous replies to a release thread before adding another.
by pe1chl
Fri Feb 28, 2025 12:27 pm
Forum: MikroTik hardware questions
Topic: Running out of space on hAP ac2 [SOLVED]
Replies: 84
Views: 50778

Re: Running out of space on hAP ac2 [SOLVED]

Absolutely the same situation ! It is not normal situation when need to do netinstall after each ROS upgrade. There already was good idea to exclude rarely used features like hotspot/mpls to separate packages !!! The official MikroTik reply is that running wifi-qcom-ac on a hAP ac2 is at your own r...
by pe1chl
Fri Feb 28, 2025 12:23 pm
Forum: General
Topic: PPPoE and MTU > 1488
Replies: 14
Views: 8951

Re: PPPoE and MTU > 1488

No idea why it does not work for you. It works perfectly fine for me.
In the meantime I have changed from a Vigor modem to a ZyXEL modem, do the VLAN tagging in the MikroTik, and it still works fine.
Must be an error on your config or in the network.
by pe1chl
Fri Feb 28, 2025 11:48 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

I have all kinds of BGP issues that were introduced with 7.16, reported, but not yet fixed. In version 7.15.x it worked much better. But I cannot downgrade because I require other fixes. @pe1chl, I have an idea. How many peers do your routers have? My main issues with BGP involve a network within a...
by pe1chl
Thu Feb 27, 2025 7:45 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

But you cannot replace a disk with the same disk, that is the problem.
by pe1chl
Thu Feb 27, 2025 7:03 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Disadvantage of kernel RAID: when a single block error occurs the entire device is removed from the array and no longer updated. So when you have two disks in RAID-1 each with a block error at a different location, you lose all your data. BTRFS balance raid1 does not have that problem, it keeps both...
by pe1chl
Thu Feb 27, 2025 4:57 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

I have all kinds of BGP issues that were introduced with 7.16, reported, but not yet fixed.
In version 7.15.x it worked much better. But I cannot downgrade because I require other fixes.
by pe1chl
Thu Feb 27, 2025 4:47 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

I wanted to check if anyone else has experienced this issue on their CCR2216 running v7.16.2. Every now and then, routing seems to stop working properly, and when I go to Routing → BGP, the display is completely blank and unresponsive. Please make a support ticket! When the support tickets about BG...
by pe1chl
Thu Feb 27, 2025 2:14 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

No it does not IMHO. Different type of developers so there should be no conflict. I wish it were so, but experience shows that it isn't. If I open a ticket about dynamic routing or MPLS issue, it takes months to react. If I am the only one about this issue then there is not so big the problem is. T...
by pe1chl
Thu Feb 27, 2025 11:42 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Indeed it already is optional on the router, that is not the issue. What most people worry about is that it takes away development resources from router functionality, e.g. BGP. That is clearly demonstrated by the BGP problems introduced in 7.16 (and not present in 7.15) still not having been fixed ...
by pe1chl
Thu Feb 27, 2025 10:55 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Prophecy?
Well in the Newsletter #123 topic it already begins... "we want ZFS, not BTRFS".
by pe1chl
Thu Feb 27, 2025 10:46 am
Forum: MikroTik hardware questions
Topic: Precision Time Protocol (PTP, IEEE 1588) Support
Replies: 28
Views: 16639

Re: Precision Time Protocol (PTP, IEEE 1588) Support

PTP is used for DECT-bases to sync them if the area is large or the sync-over-air gests disturbed, so DECT with 3-60 bases can be found in basically every company, especially with a warehouse. We had them 15 years ago. All gone. Everyone uses mobile phones, with VoWIFI when required (e.g. in the wa...
by pe1chl
Wed Feb 26, 2025 9:12 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Using BTRFS's RAID finctionality in enterprise environment is a kamikaze solution. I'm curious what solution they use if there is any RAID function in it. I hope it is battery backed HW RAID controller... It is unclear if the RAID function uses Linux block-level RAID or the BTRFS balance profile &q...
by pe1chl
Wed Feb 26, 2025 12:29 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Yes, that would be great! But I fear that once the Rose Data Server really hits the street, we will see lots of requests for (in itself) reasonable requests around data server functionality. (some of them in software not written by MikroTik but becoming their responsibility when used as part of such...
by pe1chl
Wed Feb 26, 2025 12:05 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Starting from 7.18, this list has both the packages that are installed, and those that are optional to install. Can't imagine people overseeing such a thing, can you? Well, I have often commented that the changelog is inadequate and should be replaced with something that has more info, links to doc...
by pe1chl
Wed Feb 26, 2025 11:43 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

PLEASE PLEASE PLEASE study the matter before you claim that packages get installed.
Starting from 7.18, this list has both the packages that are installed, and those that are optional to install.
by pe1chl
Wed Feb 26, 2025 11:11 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

There are no buffer on logging, All logs that are generated at boot are not sent since there are no network up and running. Logs will only be tried sent once, and if that does not work, they are not sent (UDP/TCP). Yes, and it is not something that can be solved easily. E.g. in our network the bran...
by pe1chl
Tue Feb 25, 2025 11:04 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

There was a firmware change in 7.16 that of course may affect you only later when you do not update firmware every upgrade. I had a CCR1009 go into a bootloop when I changed from 2 to 1 partitions (the first one being active) with 7.18beta4 to beta6 upgrade, and when trying to netinstall it things g...
by pe1chl
Tue Feb 25, 2025 4:29 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

When you require that functionality, instead log to memory (as is default) and retrieve the logs using API from a remote system...
by pe1chl
Tue Feb 25, 2025 11:47 am
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

Another useful addition would be when the connect-to parameter (router name) is specified without a username and password, it would connect using the username and password stored in the address list, without requiring further click on CONNECT button.
by pe1chl
Tue Feb 25, 2025 11:32 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Everyone #2 - Please do not turn this version release topic again unrelated to the release itself and talking about how changelogs might be better, testing might be better, etc. Please open new forum topics for such discussions and let us keep these release topics related to RouterOS not management...
by pe1chl
Mon Feb 24, 2025 9:48 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

I upgraded a CHR that is on a local network only (with free license), from version 7.18beta6. After the reboot, 123MB more disk space is used than before. After another reboot, it falls back to 105MB more used. After another reboot with internet access, it returns back to normal. I have seen this be...
by pe1chl
Mon Feb 24, 2025 6:33 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 582
Views: 216455

Re: v7.18 [stable] is released!

Stable release changelog has always been a list of changes since previous stable - bugs introduced and resolved within beta/rc are not in this list. It would be nice when new bugs introduced in a stable release would be added to the changelog (as a separate section) once they become known, so it is...
by pe1chl
Mon Feb 24, 2025 11:48 am
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

Random source port option would be useful in the NTP Client as well...
by pe1chl
Sat Feb 22, 2025 11:03 am
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

Re: IPsec parameter negotiation (and ancient defaults)

Indeed I should have been more specific, it was about "Windows 10 without additional client software". Of course there is software to use IKEv2 with Windows, but when you just go to networking and choose "add a connection to my work or school" (or whatever it is called today) the...
by pe1chl
Fri Feb 21, 2025 6:45 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

I can't find any LTE interface on my dozens of CCRs. CCR owners don't lose your hope and keep your spirits up Of course not... until you plug in a LTE USB stick (when your CCR has an USB port). Unfortunately there is no line with "*) bgp - improved stability;" in sight... that is what CCR...
by pe1chl
Fri Feb 21, 2025 2:57 pm
Forum: Announcements
Topic: v7.17.2 [stable] is released!
Replies: 619
Views: 334315

Re: v7.17.2 [stable] is released!

It seems that in 7.16 there have been changes in the firmware to allow devices to return to factory state when a reset-configuration is done (either using command or the button) and it apparently sometimes gets invoked incorrectly, blocking a netinstall.
by pe1chl
Fri Feb 21, 2025 2:16 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

It has been discussed many times before. The trade-off is always between following the kernel releases and applying your in-house patches to ever changing kernel versions (having to adapt them all the time) or keeping the same kernel version+in-house patches and then following the kernel development...
by pe1chl
Fri Feb 21, 2025 12:13 pm
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

Re: IPsec parameter negotiation (and ancient defaults)

It isn't an issue for statically defined peers. But those require fixed IP addresses. In this case I want to setup a service without having to worry about the IP addresses of the clients. Those regularly change, and it causes a maintenance nightmare. Also, most IPsec implementations do not backoff w...
by pe1chl
Thu Feb 20, 2025 8:22 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

In fact you can already set a lower MTU for IPv6 by configuring it in IPv6->ND. Your end devices which receive IPv6 addresses via SLAAC will pick up the reduced MTU and will use it for their transmitted packets. I have never encountered MTU=1488 on PPPoE over VLAN. Normally the 4 bytes of a VLAN hea...
by pe1chl
Thu Feb 20, 2025 8:06 pm
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

Re: IPsec parameter negotiation (and ancient defaults)

Well, I crafted this solution as a replacement for an older implementation that was in a plain Debian Linux VM.
The goal was to use RouterOS to get an installation that would be easier to maintain.
Unfortunately until now that isn't the case, but maybe when I have everything finished it is...
by pe1chl
Thu Feb 20, 2025 6:59 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

I'm not against storage features or container support, only I think it should be a side project that gets done when the main features like routing and wireless are working OK.
by pe1chl
Thu Feb 20, 2025 6:40 pm
Forum: Announcements
Topic: v7.17.2 [stable] is released!
Replies: 619
Views: 334315

Re: v7.17.2 [stable] is released!

Most likely the RB952Ui-5ac2nD died due to lack of storage during the upgrade. But netinstall should work. I had to netinstall a CCR1009 and ran into an issue because apparently the bootloader had been set to "flash-boot" and would not netinstall. I think it is due to a change in 7.16 firm...
by pe1chl
Thu Feb 20, 2025 4:31 pm
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

Re: IPsec parameter negotiation (and ancient defaults)

Yes. I am hoping for one of the other IPsec experts to chime in, after all that worked well for the other question I recently posted.
by pe1chl
Wed Feb 19, 2025 10:53 pm
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

Re: IPsec parameter negotiation (and ancient defaults)

Yes, I know that issue with EoIP (and also GRE and IPIP) with automatic IPsec configuration.... But in this case I am running an IKE2 server using identities for the different clients, and they all come in on the same "peer". (see the topic "IPsec tunnels without known remote IP"...
by pe1chl
Wed Feb 19, 2025 9:07 pm
Forum: General
Topic: IPsec parameter negotiation (and ancient defaults)
Replies: 14
Views: 5770

IPsec parameter negotiation (and ancient defaults)

I am trying to setup an IPsec server that can accept different parameters, because I have found that defaults used by RouterOS are ancient and no longer supported in some more modern software. E.g. the default phase1 profile uses SHA1 hashing and 3des or aes-128 encryption, the default phase2 propos...
by pe1chl
Wed Feb 19, 2025 4:57 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

While this might be true it's still royal PITA to see core functionality of ROS stagnate at some (partially) defunct state while other functionalities (about which some users do care and are enthusiastic while majority of users don't give a s**t) are getting somewhere. Yes, what is so bad about it ...
by pe1chl
Wed Feb 19, 2025 4:46 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

As I wrote before, there should be a separate (portable) application that performs the netinstall function and also can function as an IP->MAC connection relay. You start it when you need MAC connection and then point your browser at some port like localhost:8291 and you get the list of available MA...
by pe1chl
Wed Feb 19, 2025 2:19 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

Our production network is on 7.13, and absolute zero issues with BGP. Some 1.9M routes hapily routing Don't upgrade past 7.15! We had to do that for other reasons, we use BGP internally on a small network, not for internet routing. But it now fails to perform is basic task: keeping alternative rout...
by pe1chl
Wed Feb 19, 2025 2:14 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

+1, I couldn't agree more. I use those features, and I am happy with the functionalities they provide...
I use BGP routing, and I am sad it no longer works reliably (as it did in v6 and for some time in v7, I would say between 7.10 and 7.15).
by pe1chl
Wed Feb 19, 2025 2:12 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

If you don't like/need them, just don't use them, what the problem? I'm 100% sure, there are different developer teams for network features/storage features and they don't affect each other productivity. Well, the problem is that the network developer team fouled up the routing in 7.16 and now in 7...
by pe1chl
Wed Feb 19, 2025 12:14 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2203
Views: 3591542

Re: 📣 WinBox 4 is here 📣

This is why it would be better to get the functionality of winbox integrated into webfig, so there is no issue with "platform" anymore, everyone brings their own modern browser to their own (supported or unsupported) operating system.
by pe1chl
Wed Feb 19, 2025 12:05 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

We will look into this, but the route service crashes that you are experienced were also there on your router in v7.16, so they are not introduced in v7.18. It is clear that in 7.16 some breakage was introduced in the routing... and now we cannot assume that it will ever be fixed? I presume the win...
by pe1chl
Wed Feb 19, 2025 12:03 pm
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 32870

Re: v7.18rc [testing] is released!

Heads-up - breaking changes for management and monitoring: *) console - put !empty sentence when API query returns nothing; It's still not in docs, which is annoying since we're now at "rc". IMO docs should be done by a "release candidate" (i.e. theoretically shippable). And dev...
by pe1chl
Tue Feb 18, 2025 3:09 pm
Forum: Announcements
Topic: v7.17.2 [stable] is released!
Replies: 619
Views: 334315

Re: v7.17.2 [stable] is released!

The above DNS content is invalid. You cannot have two CNAME records for the same DNS name! But just like many DNS servers will not enforce that or will only issue a warning (and similar for web-based DNS editors), most DNS resolvers will not check for upstream errors and will just cache whatever gar...
by pe1chl
Tue Feb 18, 2025 2:38 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 113
Views: 20278

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2

First try it with an ethernet cable instead of WiFi to isolate that issue with multicast over WiFi.
by pe1chl
Sat Feb 15, 2025 1:12 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

MikroTik staff often argues that the importance of each changelog entry varies from person to person, so users should read the entire changelog. I have suggested possible improvements to the whole changlog thing but they are ignored. Changelog lines are too cryptic (you first have to learn a number...
by pe1chl
Sat Feb 15, 2025 1:04 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

This message is there since v7.14. Please stop hijacking version topics with discussions about other features/issues/bugs. We will look into this and will find a solution. Keep this topic related to 7.18 please! I went back to the 7.14 release topic and I see that user "jimmer" at that ti...
by pe1chl
Fri Feb 14, 2025 9:07 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Well, I think there should probably be a "/system/reset-configuration keep-users=yes no-defaults=yes import -after-reset=myconfig.rsc" command that should run the import in verbose mode and log output including errors to a myconfig.log file, and every time there is an error that is not syn...
by pe1chl
Fri Feb 14, 2025 7:24 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I often had errors while importing, not only with ports. And this is a very good idea! I would suggest to implement it like adding some parameter to import command that will allow to ignore errors. Like /import file=myconfig.rsc ignore-errors=yes Not only with "import" but also with "...
by pe1chl
Fri Feb 14, 2025 6:53 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Today I wanted to load the /export of our router, because there was a change in IP address that occurs in many different places. So I did a /export of the config of our CCR2004-16G-2S+ running 7.18beta2, and it included: /port set 0 name=serial0 set 1 name=serial1 This has always been part of the /e...
by pe1chl
Fri Feb 14, 2025 11:27 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Yes, it should have been added long ago, in v6 even (where separate packages for core functionality still were a thing).
I don't understand what people have against it.
by pe1chl
Thu Feb 13, 2025 9:36 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I think it only applies to what we now call "old" devices ..[cut].. I solved the issue selecting the 'backup bootloader', rebooting and re-apply the routerboard fw update. Then back to the normal bootloader. Maybe it's not right .. but no more complaint in the log ;-) When that is the sol...
by pe1chl
Thu Feb 13, 2025 5:13 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I think it only applies to what we now call "old" devices. The RB951G for example, which is MIPSBE. It is apparently assumed that everyone had upgraded to v7 before v7.6 and then could upgrade to that version and upgrade the backup-routerboot with that. In my ticket I explained that I got ...
by pe1chl
Thu Feb 13, 2025 11:48 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Well, the actual whole picture here would be that our support team wanted to find out firstly what is the reason why you "must" upgrade the bootloader and just wanted to look into this deeper and help not just to you but also to others by doing some global changes if necessary. Unfortunat...
by pe1chl
Wed Feb 12, 2025 8:05 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Maybe they have a script that adds this standard reply to every ticket that has been open for some time and does not have a supout.rif attached??
by pe1chl
Wed Feb 12, 2025 6:51 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I expect @normis to intervene again to steer us at discussion about release-specific issues and I can understand that attitude. Well, the problem is that when you open a topic in another category you will usually not get replies from MikroTik employees, at least in the release topics that is much m...
by pe1chl
Mon Feb 10, 2025 11:49 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

From user's perspective, seeing list of available optional packages on device itself is huge step in right direction. The way it was done until now (downloading separate ZIP file, extracting wanted package, uploading it to device, rebooting) was very error prone ... one had to select correct archit...
by pe1chl
Mon Feb 10, 2025 11:48 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Regarding wifi-qcom-ac: I don't understand why they don't split it into two separate versions: That already happened. We now have wifi-qcom and wifi-qcom-ac. Before that, there was no chance to install on 16MB devices. But maybe the wifi-qcom-ac should instead be two other packages. Unfortunately e...
by pe1chl
Sun Feb 09, 2025 11:54 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

(as new wAP still came with v6 from factory in 2024 it seems) Really struggling how MikroTik gonna stick to their "5 years of upgrades after purchase date" for some of devices released in 2024, because they are already failing on user's desks unable to take any config changes as they ran ...
by pe1chl
Sat Feb 08, 2025 4:26 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

Well of course it would be possible to have different routeros base packages, where the kernel modules and userland code for a lot of features are or are not present. I don't see the typical hAP ac2 user use stuff like MPLS, for example. I can understand why MPLS would be difficult to keep in a sepa...
by pe1chl
Sat Feb 08, 2025 11:23 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

On the note of above, can we please separate cloud package from routeros? Well, I really think that all applications should be separated in packages, not only that but also stuff like proxy, smb, hotspot, etc. But as far as I understand the architecture there is some overhead for having a package, ...
by pe1chl
Fri Feb 07, 2025 8:16 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I do not see how such a messy and convoluted workaround would be the best solution to have connected routes in a second routing table...
I don't want to associate a routing table with interfaces, that is not the goal.
by pe1chl
Fri Feb 07, 2025 8:04 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

What's new in 7.18beta5 (2025-Feb-07 12:25): *) dhcpv4-client - allow selecting to which routing tables add default route (additional fixes); Very welcome!! A long-awaited feature :) It would be nice to allow multiple "routing tables selection" and per routing table "default route di...
by pe1chl
Fri Feb 07, 2025 7:06 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I have a CHR "free" which I have used a since quite a while for v7 testing and where I always install the betas first. Since this week (when updating to beta4) I found that it has logged: system,error,critical could not save configuration changes, not enough storage space available. and in...
by pe1chl
Fri Feb 07, 2025 3:53 pm
Forum: Announcements
Topic: v7.17.2 [stable] is released!
Replies: 619
Views: 334315

Re: v7.17.2 [stable] is released!

Can it really be that someone has knowingly opened port 53 to traffic from WAN? That message also occurs when you have correctly opened it only on LAN but have quite some online devices. For us it only happens immediately after upgrade. Probably some devices get impatient because the router is down...
by pe1chl
Fri Feb 07, 2025 2:26 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

IMO such arguments are relevant only to users with physical access to deployed devices and totally in applicable to customers who must roll trucks with such constraints. Care to make a wager about which market has greater sales volume? Well, when we look at newly introduced devices and the kind of ...
by pe1chl
Thu Feb 06, 2025 8:41 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I think there should be an additional device-mode flag (e.g. named device-mode) which you can enable once and for all to skip all future device-mode flag additions (i.e. automatically enable them).
by pe1chl
Thu Feb 06, 2025 8:22 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

But zerotier has an associated device-mode flag!
by pe1chl
Thu Feb 06, 2025 7:30 pm
Forum: General
Topic: disk backup
Replies: 2
Views: 4769

Re: disk backup

It is difficult because the file management possibilities of RouterOS are limited.
Probably best is to share the disk to a PC on the local network (using IP->SMB or the optional rose-storage package for NFS etc) and then run a backup program on the PC.
by pe1chl
Thu Feb 06, 2025 2:35 pm
Forum: Announcements
Topic: v7.17.2 [stable] is released!
Replies: 619
Views: 334315

Re: v7.17.1 [stable] is released!

- repartition: I don't understand what the current situation is supposed to fix. Sure I like it that without repartition flag we can now copy and switch partitions, but what attack scenario is now made impossible? - routerboard: It sure would be nice when there was another boot setting that first tr...
by pe1chl
Thu Feb 06, 2025 11:19 am
Forum: MikroTik hardware questions
Topic: Running out of space on hAP ac2 [SOLVED]
Replies: 84
Views: 50778

Re: Running out of space on hAP ac2 [SOLVED]

So many people will have to recover bricked router with 0 KiB of free storage, as I had to do today. I feel obliged to write some reviews and warn them. Well, I don't think there is a need to warn MikroTik, they are well aware of the 16MB issue and especially for the hAP ac2. They must have spent c...
by pe1chl
Wed Feb 05, 2025 8:32 pm
Forum: MikroTik hardware questions
Topic: Running out of space on hAP ac2 [SOLVED]
Replies: 84
Views: 50778

Re: Running out of space on hAP ac2 [SOLVED]

But it only works on 5GHz. That is not useful for me. Remember that when "wireless" was still in the base package, and wifi-qcom-ac did not yet exist, it was already possible to install wifi-qcom on this. But it would disable the wireless function. Why? I would think wifi-qcom could handle...
by pe1chl
Wed Feb 05, 2025 7:46 pm
Forum: MikroTik hardware questions
Topic: Running out of space on hAP ac2 [SOLVED]
Replies: 84
Views: 50778

Re: Running out of space on hAP ac2 [SOLVED]

Old Wi-Fi driver is inferior to new driver. As Normis has written before: this device was sold with the old Wi-Fi driver, it is not necessarily compatible with the new driver. It really is time to bin this thing. Unless indeed (as written by others) you use it only as a router or only as an accessp...
by pe1chl
Wed Feb 05, 2025 4:18 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

It would already be helpful when there was a separate script output by e.g. /system/default-firewall/print, in a way that can be cut/paste. That’s why I established my defconf collection . Cut and paste from any that’s close enough to your use case. Yeah, but what we need is something local to the ...
by pe1chl
Wed Feb 05, 2025 4:10 pm
Forum: General
Topic: how to conquer random mac address?
Replies: 26
Views: 12944

Re: how to conquer random mac address?

Expected much more from VRRP than just the routing function failover. Real (hot or cold) standby for DHCP, User Manager, Hotspot is not easy with MT. Well I am not even looking for a VRRP solution, it is fine for me when I can have two routers at two locations with a tunnel between them, each runni...
by pe1chl
Wed Feb 05, 2025 4:05 pm
Forum: General
Topic: how to conquer random mac address?
Replies: 26
Views: 12944

Re: how to conquer random mac address?

And you cannot combine WPA2-EAP and WPA3-EAP on a single SSID. I don't think that's correct. On my UniFi APs setting Security Protocol to "WPA3 Enterprise" allows both old and new devices to connect to the same access point and same SSID. I have tested that (maybe a year ago) and in WPA3 ...
by pe1chl
Wed Feb 05, 2025 12:35 pm
Forum: MikroTik hardware questions
Topic: cAP lite 802.3af/at PoE support
Replies: 12
Views: 6698

Re: cAP lite 802.3af/at PoE support

I have the same problem, but with a UAP-AC-HD :-)
Without a schematic it is difficult, as PoE has that magic detection/power-up sequence that is difficult to debug.
by pe1chl
Wed Feb 05, 2025 12:27 pm
Forum: General
Topic: how to conquer random mac address?
Replies: 26
Views: 12944

Re: how to conquer random mac address?

I am considering it but it ads another layer of complication as I have three physically separated locations visited by the same users. Radius would be one point of failure if it becomes inaccessible for any reason. I yet have to try setting User Manager on all locations and see if I can set managea...
by pe1chl
Tue Feb 04, 2025 7:41 pm
Forum: General
Topic: how to conquer random mac address?
Replies: 26
Views: 12944

Re: how to conquer random mac address?

I suggested before that the DHCP server should have a pre-lease script that is called when the DISCOVER packet is received and can be used to set DHCP parameters like the pool to be used, the lease time, network parameters, etc. With that it would be possible to put dynamic MAC addresses in a separa...
by pe1chl
Tue Feb 04, 2025 5:37 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

I am still hoping for a solution where defconf for the firewall can be applied to an existing router... some command that removes the firewall config and reloads it from defconf, if only as a commandline script. This can be done very easily - just print defconf and apply what you need. But this sou...
by pe1chl
Tue Feb 04, 2025 5:32 pm
Forum: General
Topic: how to conquer random mac address?
Replies: 26
Views: 12944

Re: how to conquer random mac address?

You can implement a "bridge filter" that drops packets with src MAC 02:00:00:00:00:00 / 03:00:00:00:00:00
(first is the MAC, second is the "mask")
by pe1chl
Tue Feb 04, 2025 11:17 am
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 182440

Re: v7.18beta [testing] is released!

My SmokePing shows a +1ms in latency difference since updating to 7.18. That's consistent across all targets. Not a big deal, but it certainly stands out in the graph and exactly coincides with me doing the update. Useless comment when you do not mention compared to what previous version! Maybe you...
  • 1
  • 2
  • 3
  • 4
  • 5
  • 44