Maybe Mikrotik wait for kernel 5.xLinus Towards launch Kernel 5.xx, happens probably this summer....
Maybe Mikrotik wait for kernel 5.xLinus Towards launch Kernel 5.xx, happens probably this summer....
right, and then hang on old drivers, that is exactly what happendIt becomes more clear that the kernel has been so heavily modified that it is not so easy to upgrade it anymore.All new products with IPQ have driver throughput problems, Mikrotik works with a back ported driver, it would be easier to use the origin one,
but it is only available for newer kernels...
here the delay takes its toll
This is of course always a tough decision: do you limit the kernel changes and try to forward them to the kernel development group, which will cause a lot of wasted time due to discussion about how to implement some feature, or do you just "fork" the kernel based on some version uptodate at that time, causing the problem there is now.
On the other hand, when you do all the work on a forked kernel, you are not affected by decisions like the dropping of TILE support in the kernel.
so 15 years from version to version. Nice... so we only have another 11 years.DNF was released in 2011, so ...
That is not the problem.I am still not sure why Mikrotik didn't go with IP Infusion....
To be honest, I think it's both. However I think what you bring up is likely more of the issue though.
That is not the problem.
The problem is getting a modern kernel that boots on all of the platforms while supporting hardware offloads.
Just my opinion...
Then explain the difficulty's with migrating on to newer Kernel.....RouterOS uses very little of open source code. MikroTik is in direct relationship with the CPU manufacturers. We use the official drivers and code. We don't use open source code.
Do you have any timeline? We are waiting more than 4 year for the VRF supportThis is the difficulty If we were using all open source code, it would be easy to upgrade. Now we must only rely on ourselves to upgrade all programs.
Is RouterOS 7 going to ship a Linux kernel?This is the difficulty If we were using all open source code, it would be easy to upgrade. Now we must only rely on ourselves to upgrade all programs.
That is why it is often impractical to develop software that way.If V7 is a major overhaul, I can't image the hour/man needed to do that.
I agree that would be the best way to handle this.Probably a chance to survive this mess is to make a release that aligns the kernel with a reasonably current version and
then work from there on replacement of the subsystems that were announced to be rewritten. However it will be impossible
to release such a change as "v7.0" because there will be a big flood of "you announced it will be fixed in v7 and now we have
v7 and it is still not fixed!" complaints.
Why is Mikrotik so against using open source software? We would have working 802.11ac Wave2, 5 GHz spectral scan, OpenVPN UDP support, more secure smbd, httpd, etc if Mikrotik would stop re-inventing everything in-house and use well-tested open source software. You could combine open source kernel with proprietary modules for hardware offloading etc in much the same way NVIDIA provides proprietary Linux graphics drivers for their chips.This is the difficulty If we were using all open source code, it would be easy to upgrade. Now we must only rely on ourselves to upgrade all programs.
I don't see all this bloat. Well, not at where we talking: low level, kernel, drivers and servers. Take a look at the RaspberryPi: Full OpenSource, ARM, Linux kernel. This is fdisk usage from one I have access to (default install, with graphic desktop and full updated).One reason is probably that when you use opensource software and keep tracking all the updates, you end up with more and more bloated software that does not fit into a space-limited router anymore.
It works fine on the PC platform where space and other resource usage (CPU) has grown with the code, but on embedded hardware it is a bit more difficult.
Remember the current routers mostly have only 16MB of flash space!
(the previous generation usually had 128MB which was a bit more generous, but to store generic opensouce software for all functions you would need more like 512MB-1GB in my experience)
I think you somehow are confusing MB and GB here. Quite common these days!True, it doesn't have OpenVPN and everything else installed - but it would not use more than 1 GiB. Even if it used 3 more GiB: It would be still using less than ROS.
many people think that if 1 megabyte = 1024 kilobytes, then 1 megabit per second = 1024 kilobits per secondmany people also confuse bit (b) and byte (B) for traffic analysis.
LOL True enough. Things move so fast, we lost track of these things. Nowadays we carry in the pocket a mobile with 4GiB of RAM - and my first computer had 16KiB of RAM... Sometimes is enough to make lost track of things...I think you somehow are confusing MB and GB here. Quite common these days!True, it doesn't have OpenVPN and everything else installed - but it would not use more than 1 GiB. Even if it used 3 more GiB: It would be still using less than ROS.
I don't really buy this argument. Linksys, DLINK, etc all use open source software and have no issues selling $50 routers with enough disk space to support all these packages. With good compilation options and stripping of binaries it's possible to get very small versions of many popular packages. And as you say, Mikrotik used to have plenty of disk space with their products, only recently have they been skimping on the NAND size.One reason is probably that when you use opensource software and keep tracking all the updates, you end up with more and more bloated software that does not fit into a space-limited router anymore.
It works fine on the PC platform where space and other resource usage (CPU) has grown with the code, but on embedded hardware it is a bit more difficult.
Remember the current routers mostly have only 16MB of flash space!
(the previous generation usually had 128MB which was a bit more generous, but to store generic opensouce software for all functions you would need more like 512MB-1GB in my experience)
Well, sometimes those changes are simply not accepted into kernelIf any manufacturer is reading this: STOP DOING OUT-OF-LINE KERNEL RELEASES. UPSTREAM YOUR CHANGES.
What it really boils down to is management decision to go where the money is. This is not unexpected or really all that surprising. Apple does the same thing. What's troubling is that they are effectively alienating some of their fiercest advocates, service providers, in the same way Apple is alienating their professional customers. From where I stand, it's a short-sighted and frustrating turn of events; especially since they aren't really communicating this change in strategy to their customers (maybe in shareholder meetings, but I'm not privy to those).I agree with almost everything @brotherdust has said above, his comments match my own feelings on the current state of Mikrotik.
I have been a huge fan of Mikrotik's RouterOS, but I am using it less and less. The service provider market has kept evolving but RouterOS has not evolved with it.
Mikrotik had a lot of momentum with RouterOS and Service Provider features, e.g. they moved from Quagga to their own Routing engine and added MPLS features during the 3.x and 4.x phase, and then it all just stopped during the 5.x phase. That was over 7 years ago now!
Mikrotik's sales are growing and they are focusing on the areas where they see growth, but that does not mean long term success.
This reminds me somewhat of Toyota thinking they could keep growing by making variations of the Corolla and Camry, so they stopped producing cars like the Celica and Supra, but what they did not realise was that while sales volumes for the Celica and Supra were low, they were the "hero" cars that were attracting buyers to the brand... The result, Toyota, from #1 to #6...
The Service Provider features like BGP, OSPF, MPLS, BNG (PPP/DHCP) are the "Hero" features of RouterOS...
That's a fair point. It's not a simple matter to get those changes accepted. But that begs the question: if they're being denied, why? Maybe write better code? =)Well, sometimes those changes are simply not accepted into kernelIf any manufacturer is reading this: STOP DOING OUT-OF-LINE KERNEL RELEASES. UPSTREAM YOUR CHANGES.
waiting for three year laWe will release a beta, when it will exist. Currently v7 is in alpha stage, many functions are not completed and non functional. Beta needs at least all functions to be somewhat operational.
This makes me seriously thinking about goin back to this U named company, the lack of news on the great version 7 with support for 'old' thing like wave2 support and serious ipv6 support for instance. The Mikrotik hadware is capable but the software is limping on this hardware. Shame on Mikrotik for not even ging us an indication on how far development is. I'm done waiting.Hmm.. heared that U named company released linux 4 based firmware for their routers. Just to mention.
And, as i heared u can have frr on it.
No hands on that equipment, but i keep my eye on it.
And, as i track linux kernel changes, some descent work has been done in networking stack by guys from 6wind and cumulus.
So, mikrotik team, you have a chance. Or had?
The problem is that the U named company has so few options for routers, and so little router functionality in WiFi equipment.This makes me seriously thinking about goin back to this U named company, the lack of news on the great version 7 with support for 'old' thing like wave2 support and serious ipv6 support for instance. The Mikrotik hadware is capable but the software is limping on this hardware. Shame on Mikrotik for not even ging us an indication on how far development is. I'm done waiting.
The real issue is lack of clarity. No communication or anything to keep us posted on the progress of the new kernel version. ( they call it version 7 but that's just a number ).The problem is that the U named company has so few options for routers, and so little router functionality in WiFi equipment.This makes me seriously thinking about goin back to this U named company, the lack of news on the great version 7 with support for 'old' thing like wave2 support and serious ipv6 support for instance. The Mikrotik hadware is capable but the software is limping on this hardware. Shame on Mikrotik for not even ging us an indication on how far development is. I'm done waiting.
the customers answer of missing features, don't buy itfrom what I'm seeing from a business perspective there is no point pushing for the mythical v7 as long as the v6 still sells well
Mikrotik doesn't see v7 as a priority because v6 still sells.
when v6 will become a deterring factor we will see v7 being worked on seriously until that day comes don't expect to see any major investment in v7
you should all that this is the way things are v6 is available as is because there is no official word about v7 or future roadmap take that to consideration when buying Mikrotik products.
v7 the eternal alpha will be a unicorn until maintaining v6 will cost more than developing a new one
true endeedAfter these years, I do not expect any serious answers to come from the Mikrotik. .... Ubiquity is much more flexible in communication ... another region, another morality
I've been forced into ubiquiti for Wireless gear (PtMP Sector -> CPE networks), comfortably finding 27dbi, 29dbi dishes , 20+dbi sectors and a functioning proprietary high-speed AC protocol beat out Mikrotik systems - but FUCK ME if Ubiquity's management tools are absolute shit compared to Mikrotik / Winbox - talking purely over 500+ms links here my ubiquity web-portals are constantly timing out, where I can manage my RB1100's spread out over the same country fine (still use Mikrotik for routing and PPP termination).After these years, I do not expect any serious answers to come from the Mikrotik. .... Ubiquity is much more flexible in communication ... another region, another morality
Router OS v7 is never going to happen.2019?
Well ... so let's get routeros v8.0.0 ...Router OS v7 is never going to happen.2019?
Are you also happy with VRF implementation?Numbering doesn't matter, I am happy with them as it is.
"MikroTik. Destroying the company since 1999. For 20 years already." (c)3) Continue the nose dive, destroy the company
1995 Arnis and John start to provide Internet services to local businesses.
Wireless network project in Moldova.
1996 SIA “Mikrotīkls” is incorporated. The name means “Small network” in the Latvian language.
1997 Starting work on a routing utility, which then is a MS-DOS program and is called “Tik” software system.
PC routers based on 2.4GHz Aironet platforms IC2200.
1999 Installations in Kosovo and the first Linux based RouterOS v2.0
Yes, then the Mikrotik hardware would finally openWRT friendly.If MikroTik is unwilling to be transparent at the very least they could do is help RouterOS become Open Source so those who care about the platform can assist in development. Many of us have the skills needed and are willing to sign agreements with vendors to help push Mikrotik ahead.
Can you please define the definition of transparency? I'll save you some time, "the quality or state of being transparent".What do you mean? We have been very open about it.
Yeah. They flexibly told me that their products will misbehave if power is lost unexpectedly and the only solution is factory reset and restore from backup. Unfortunately I am stuck with them on three hospitality sites...Ubiquity is much more flexible in communication
This is apart of the development process, many of us are the people who build complete platforms and architectures from the ground up. Even if a timeline or development status stated there was work on a specific feature which was later removed during a release then people would be enthralled there's at least some level of transparency.Those are subjects to change. I don't want to promise anything and later tell you that we decided to remove something, or similar.
All network equipment should have UPS units with AVR, to not have conditioning and backup power supplies attached to radio and networking equipment is asking for trouble.Yeah. They flexibly told me that their products will misbehave if power is lost unexpectedly and the only solution is factory reset and restore from backup. Unfortunately I am stuck with them on three hospitality sites...
Can't you be just happy that there are free updates which not only fix security holes but also improve functionality? And you can get all of that with device prices starting at $50?
Without sounding harsh, I think you would have been better off not telling us about v7 if that's the case.Those are subjects to change. I don't want to promise anything and later tell you that we decided to remove something, or similar.
No??We have not advertised v7 as a version.
Just google, site:mum.mikrotik.com "v7"We have not advertised v7 as a version. The first post in this forum thread is by a user.
MikroTik only mentions v7 if there is some feature, that can't be implemented because of kernel limitations. In that case, it's technically not possible to make something until we have new kernel.
Other than that, have we told you there will be a v7 soon?
You know what would help fix this? Having an open source version of Mikrotik. Some of your users are the engineers who develop operating systems, have worked on various OSes including integrating code from KAME in to the BSD projects.MikroTik only mentions v7 if there is some feature, that can't be implemented because of kernel limitations. In that case, it's technically not possible to make something until we have new kernel.
Fake News!We have not advertised v7 as a version. The first post in this forum thread is by a user.
MikroTik only mentions v7 if there is some feature, that can't be implemented because of kernel limitations. In that case, it's technically not possible to make something until we have new kernel.
Other than that, have we told you there will be a v7 soon?
Correct, that indeed is the thing you keep telling us.Sorry to break the news to some of you, but the official stance has always been - use v6. We are working on v7, and it will be released when it will be ready.
Developing on old Platforms often costs more ManPower then needed, there are so much changes in 4.xx Linux Kernel, why invest the time to back port them?Correct, that indeed is the thing you keep telling us.Sorry to break the news to some of you, but the official stance has always been - use v6. We are working on v7, and it will be released when it will be ready.
The problem we have is that for many years now you refer to this V7 and there even is a subforum called V7Beta, this raises expectations that after many years turn into frustration
In that case, please do not say V7 but instead say: Some version we might release in the (probably distant) futureIt doesn't even mean v7 exists.
In that case, please do not say V7 but instead say: Some version we might release in the (probably distant) future
Why not, holds the same informational value: nothingIn that case, please do not say V7 but instead say: Some version we might release in the (probably distant) future
Really?
Sorry to break the news to some of you, but the official stance has always been - use v6. We are working on v7, and it will be released when it will be ready.
Elon has stated publicly the release of information about the model will come out around March 15.When is the new Tesla Y model coming out? What features will it have?
The current kernel needs quite a few modifications in order to accommodate much needed improvements.A lot of the roadmapped features have been put into 6.x because of the delays 7.x brings. 7.x isnt going to suddenly have a heap of new features, 7.x will likely be the latest 6.x but on new kernel
Before he said that. You didn't know about March 15, right?Elon has stated publicly the release of information about the model will come out around March 15.
We've been patiently waiting 5+ years :/Before he said that. You didn't know about March 15, right?Elon has stated publicly the release of information about the model will come out around March 15.
OK so, please wait for a similar statement.
How about you get the big boys at Mikrotik to the table so we can have an adult discussion?Before he said that. You didn't know about March 15, right?
OK so, please wait for a similar statement.
Wait, isnt this poster the magic unicorn? Even the magic unicorn doesn't know when v7beta will come out and thus we are all being treated equally. By the way buset1974 is obviously a student of software engineering and knows of what he speaks, the rest of you yahoos are smart as whips but on big picture stuff not really. Anyway, the real question is what will happen first, v7Beta released or a fricken stable version of Apex Legends.........Hey guys, stop harassing Mikrotik about V7 It is a good topic for jokes but bad choice for serious discussion.
I am not a blind fan, but in this case, @normis is right. Anyone, who ever did a continuous development, knows that specifying future dates of release is a suicide. If you don't make it on time, everyone will complain (and it will be legit because promise was not delivered). If you rush it and make mistake/bug, everyone will complain (and it will be legit because even a simple bug can cost business millions).
Can't you be just happy that there are free updates which not only fix security holes but also improve functionality? And you can get all of that with device prices starting at $50?
In addition, demanding things this way is a bit ridiculous: "what mikrotik is doing ... is wrong" , "you need to address". Cmon... are you a shareholder or what?
Yeah. They flexibly told me that their products will misbehave if power is lost unexpectedly and the only solution is factory reset and restore from backup. Unfortunately I am stuck with them on three hospitality sites...Ubiquity is much more flexible in communication
Same here I'm willing to join forces towards a community driven project.How about you get the big boys at Mikrotik to the table so we can have an adult discussion?Before he said that. You didn't know about March 15, right?
OK so, please wait for a similar statement.
You're only showing us how worthless the MikroTik training is since there is "no v7", no road map, nothing to show, no transparency and no engagement for the community who would gladly work on an community distribution (sort of like how people can load SwOS).
At least you can repair a broken tesla. But we can't repair RouterOS. BGP has been broken for 5+ years now and nobody knows when it will be fixed.When is the new Tesla Y model coming out? What features will it have?
I'd be interested as well. A community driven firmware could push MikroTik back in to the limelight, but as right now they're falling to the way side.Same here I'm willing to join forces towards a community driven project.
Good idea. Write us the result...We should email the executives of the company starting with Mr. Tully.
Normis:We have not advertised v7 as a version. The first post in this forum thread is by a user.
All unfixed Problems with ROS, where we get the answer, „will be fixed in ROS7“ show us how Mikrotik cares about there costumers, we decided last year to not buy Mikrotik Wireless anymore because of ARM NV2 Issue, what looks like it fixed now. (first issues told to support on Xmas 2017. viewtopic.php?f=7&t=128916&p=633371&hil ... v2#p633371 -to now, so it is about 13 month for this fix) and in all this time nothing as information so I think it is not possible to do serious Business with Mikrotik.Sry Mikrotik - your public relations behaviour is a total desaster when it comes to this topic.
This is a user forum. So I don‘t expect u guys to do the right thing nor do I expect that u even know the truth. We all know that here and there especially software projects might end in a desaster. In combination with the announcement years ago there is a dramatic chance, that ur development is lost in space, i.e. will never been finished.
This would be a desaster for the community but it will hit others even more if their business is based on your products.
Answering ‚it will be ready when its ready‘ is not an option anymore after years of ‚coming soon‘ answers. But this is again something I would expect to be dealt with by you board. So there must be anything more serious than ‚alpha status‘, ‚coming soon‘, ‚not ready yet‘. If you are lost in space and don‘t believe you gonna make it shortly - plz tell us. This will be the better option and will let u determine the right action to be taken.
Nothing has changed from that time. Please suggest what answer you wanted to hear.Normis:We have not advertised v7 as a version. The first post in this forum thread is by a user.
Your post from 08Jan 2015 - v7 is currently in internal testing, and will be released as beta when it's stable enough
Your post from 06 Feb 2015 - We will release a beta, when it will exist. Currently v7 is in alpha stage, many functions are not completed and non functional. Beta needs at least all functions to be somewhat operational.
This topic about V7 was created itself?
And now you say V7 is not a version? Are you kidding?
I understand you can not say anything, but do not make fun of us at all
We are not able to do Business decisions with a maybe or "in near future"
Nothing has changed from that time. Please suggest what answer you wanted to hear.
The feature I'm personally interested in is udp support for openvpn which was requested in 2008. It's not even a new feature just an extension of existing one. It was never stated that it is not feasible or possible.It is not never. I suggested to stop worrying about it and use v6.
About the features, which features do you need? Remember that MikroTik does not implement features by demand. It might not be feasible or possible to make something. Everything has to be evaluated individually.
As a WISP - I'm primarily interested in wireless so I'm interested about spectral scan on AC. And wave2 support?Nothing has changed from that time. Please suggest what answer you wanted to hear.
As many other people, I also expect that when v7 comes out, my router will be able to do anything I've ever dreamed of and more, and make me a coffee on top of that (without any additional hardware required, that's how great will v7 be).... when you now release a v7 that is just a 6.44 with new kernel there will be a large uproar.
The point is that many new features have been postponed for many many years "until v7" even when they do not require a new kernel at all!As many other people, I also expect that when v7 comes out, my router will be able to do anything I've ever dreamed of and more, and make me a coffee on top of that (without any additional hardware required, that's how great will v7 be).... when you now release a v7 that is just a 6.44 with new kernel there will be a large uproar.
Mikrotik writes its own drivers, and maintains its own kernel patches to the Tile CPUs. It is open to discussion if this is a good decision, but I don't know enough (both of the internals of Mikrotik business and of driver development) to have an informed opinion.There is obviously a huge stumbling block as to why a kernel upgrade has not happened, either in a 6.x version or the unicorn v7.
Let’s not forget that Mikrotik is mostly made up of open source software, maybe one or more elements can’t be upgraded to a more recent kernel?
My guess is that it’s fast path / fast track… They both rely on the route cache, which isn’t available in more recent kernels.
some cases promise fix on v7 are not fix yet on v6 thought.Very good response pe1chl, you are getting it.
Anyway, I am just trying to keep expectations mild. Most development is done on v6, as you can see from all the new features, fixes and huge changelogs.
But for now it's RouterOS 9 ("Nein" in German)maybe skip straight to RouterOS X (10)
Don't worry you'll have RouterOS 7 soon enough.. (when pigs will fly)But for now it's RouterOS 9 ("Nein" in German)maybe skip straight to RouterOS X (10)
This is the first question from this thread in 2015.Hi,
When RouterOS v7 beta1 is gonna to be released?
someone may not liveAges are not ending by 2020.
The cycle of RoS?May not... But others will be borned.
/31 supportIt is not never. I suggested to stop worrying about it and use v6.
About the features, which features do you need? Remember that MikroTik does not implement features by demand. It might not be feasible or possible to make something. Everything has to be evaluated individually.
About features, due to adaptation of IPv6, IPv6 route marking should be implemented ASAP. Also recursive routing should be supported for easy implementation of BGP on IPv6.It is not never. I suggested to stop worrying about it and use v6.
About the features, which features do you need? Remember that MikroTik does not implement features by demand. It might not be feasible or possible to make something. Everything has to be evaluated individually.
my estimation is 1 - 2 yearsGuys, what are you arguing about? Everyone of us knows the v7 release date. Really. Just a mathematics. We are at 6.44 now. Each release requires 3-4 months. So.... 700 - 644 = 56 release cycles. 56 * 4 / 12 = 18,(6) years. So, the year 2037 will be year of 7.00 release!
P.S. Don't thank
You forgot "make me a coffee" button.RouterOS v7 MUST include stable x86-64 architecture for PC. New and old ethernet drivers compatibility, and/or the ability to install custom drivers from linux repositories.
You're right, but lot of people concerns (including me) about the x86-x64 PC support through the forums. So we need a real "official" industrial coffee machine for all.You forgot "make me a coffee" button.
Don't worry. I'm sure it will be fixed with RouterOS v7never ever solved...
This is my expectation as well.I think there's a high risk that some architectures/platforms will be stuck on ROS v6 for flash-size and toolchain reasons. v7 will probably be ARM and x86_64 only, and will probably lack some features thats simply not portable (I guess MPLS- and tunnel stuff).
No worries, mate, just ship all your latest MT products to me I will take them off your hands and will pay shipping LOL. In Nova Scotia, we help you part with those things that are stressing you out. Its the least we can do. Things are so chill here.Wow this is the biggest blunder in the history of the internet.
Such a shame since RouterOS is great except for this problem with IPv6 in general.
This should be open sourced before they go under. Really it's pretty much to late.
I say open source RouterOS 7+ now or die. Release it for the community to make it work. At least they will be able to try and do something.
As long as they get what they need working, other parts can be addressed over time, and not by waiting over 10 years <SHOCKING>.
This is so bad I think you are really left with corruption as the only explanation, (trying hard not to be paranoid) that and incompetency that is not being addressed.
Incompetency can be resolved. Retardation of an entire corporation is mind boggling. No one is at the wheel.
Or get some financing to hire as many experts (all on here waiting for a decade) to add what seems like a simple enough thing.
Can I install https://dd-wrt.com/ DD-WRT on this RB4011 paper weight? Will a refund on my new RB4011 send the right message or should I hope my loses will help support a company that has passed the point of no return, and think maybe it will be usable in a few years,
If we get some kind of source we can replace or another company can maybe take charge. Can this be given to apache.org or something?
How can we as a community get Mikrotik to allow us to take the wheel and get shyt done!? Can we start a class action lawsuit? I'll sign it, I have losses due to negligence. We need to decentralize people. For the Grid with Arduinos or similar (I'm for WiFi GPUs in light-bulbs?).
A boycott? A petition? anything. Something to through a stone at maybe?
Okay so what's my alternative Cisco? Does their GUI need Java so lame or lamer are my two choices. Bummer. "It's mi way or the Huawei." [ No there out too. ]
I know this sounds like a rant but it feels like I'm drowning. So desperate to find real solutions. Best one I can think of would be to open source RouterOS.
Is this link below anything, a download archive of binaries or what? Is there a Git Repo for RouterOS. Who can explain why that is not possible? If not, I think I'm done, because 5 years ago was the time to act on this idea. It's really too late for even that. Just stop fixing ROSv6 it's dead without IPv6. Divert all resources to release even a borken alpha as soon as possible.
https://github.com/robimarko/routeros-GPL
I've burned uncountable hour$ smeared over a number of months tracking down this horrible truth about RouterOS' grievous incompetency. It makes me & us look bad and has jeopardised many other companies with similar pointless losses too. [ It's no longer worth my time to pursue this route. ]
Okay so it's too bad it does not even make coffee but it probably has enough juice for that.
If Mikrotik sold to Google, Google would conclude to do the right thing and shut it down in about 9 days (a current statistical fact about google these days see Google+ etc.).
Can I get on a mailing list for when ROS7 is available just so in another 10 years I can have a good laugh?
Okay now I go get a couple of boxes of paper towels for my tears I'm drowning in.
My final thought to share is that we could have a mass burial. This idea will create a release deadline so on Bury Your Mikrotik Day say April 1st 2020 (joke is on us), we all just say a final goodbye together to a tragic death of a good friend, cut down in it's prime by what is best defined a stupid senseless crime against humanity.
Perhaps MT is counting down ... so next beta from the one shown in video (probably not current any more as @Normis hinted) was beta98 ... and so forth. So v7 will be released to public when count-down reaches beta1From the video:
7.00beta99 so long past beta1 as the title asks for
I have seen v6.99, when MT is working on the fix/debugging of some crash fixed on our routersPerhaps MT is counting down ... so next beta from the one shown in video (probably not current any more as @Normis hinted) was beta98 ... and so forth. So v7 will be released to public when count-down reaches beta1From the video:
7.00beta99 so long past beta1 as the title asks for
viewtopic.php?p=725088#p725088 — isn't that about authenticity?
I can't imagine what Mikrotik stock would be like if they were public. The stock would be more volatile than TSLA based on public statements.dude, honestly i'm not here for the lulz. we work with business customers and we expect clear statements from MT so that we can plan our next hardware purchases.
I think the plan is very clear if you're dealing with Enterprise customers. The "It's ready when it's ready" statement says it allviewtopic.php?p=725088#p725088 — isn't that about authenticity?
dude, honestly i'm not here for the lulz. we work with business customers and we expect clear statements from MT so that we can plan our next hardware purchases.
Unfortunately some of us are in such a scenario where we must decide to work on a custom firmware solution for Routerboard devices or spend the money replacing all Mikrotik hardware.I don't mind replacing everything tomorrow for something else that fulfill my needs.
I fully agree. "It's ready when it's ready" is what a hobbyist writes. Or a beginner.The "It's ready when it's ready" statement says it all
Just like Google, btw.This "It's ready when it's ready" approach is something that shouldn't be part of your PR if you are an enterprise company. If so, then your management is seriously lacking.
Agree, yet Google is not selling any enterprise HW products and no customers are planning any new infra deployments based on their hw etc...Just like Google, btw.
HW products by Mikrotik are mostly fine. It's mostly software which makes us sometimes unhappy. ROS7 is, after all, software which will, hopefully, run on our existing HW. All in all, this is not that far from what we expect from google ... only that for google's services you most of times pay with personal data and for Mikrotik's services you pay with hard cash and electricity ... and receive back some heat (you can't say that about google's services).Agree, yet Google is not selling any enterprise HW products and no customers are planning any new infra deployments based on their hw etc...Just like Google, btw.
I was talking about Google Cloud Services. You pay for it in cash alsoonly that for google's services you most of times pay with personal data and for Mikrotik's services you pay with hard cash and electricity ...
Well that sounds better (but still no heat in exchange I guess). Unlike majority of inhabitants of Earth I value my own personal data and choose to pay with cash ... it's much easier to decide if something is worth the price or not ...I was talking about Google Cloud Services. You pay for it in cash alsoonly that for google's services you most of times pay with personal data and for Mikrotik's services you pay with hard cash and electricity ...
Omg, just ordered rb4011 and I thought something is seriously wrong.Such a shame since RouterOS is great except for this problem with IPv6 in general.
No. It's just a signal of no signal. Typical around these corners...A lot of days without New firmware... Is It a Ros 7 signal?
not yetA lot of days without New firmware... Is It a Ros 7 signal?
What an awesome slogan for Mikrotik!It's getting closer every day!
Don't use that example, we all hope that it will not be vaporware like Windows Phone..."Trust in Mikrotik! What you're waiting for is getting closer every day!" TM
Microsoft tried patenting that for Windows Phone/Mobile, but Mikrotik got there first
Windows Phone was not vaporware, it was real ... shit. And that's why it disappeared real soon ...we all hope that it will not be vaporware like Windows Phone...
Well, it really showed that Microsoft thrives only on existing installed base.Windows Phone was not vaporware, it was real ... shit. And that's why it disappeared real soon ...
Indeed we don't want to see the same thing happen to RouterOS.Well, it really showed that Microsoft thrives only on existing installed base.Windows Phone was not vaporware, it was real ... shit. And that's why it disappeared real soon ...
In a "new market", it really stands no chance against the competition.
However, what I meant is that the platform has almost (and also completely) disappeared many times, with the proponents clinging onto a promised new version time after time.
And every time it failed to deliver. We would not want that same thing happen to RouterOS...
I just want to let everyone know, that v7 is progressing pretty good this year, and most core functionality is usable. Some more difficult parts need to be done and we can release a public beta.
Thanks for the feedback @normis! It sure adds a bit more of clarity, although there's no rough timelines.I just want to let everyone know, that v7 is progressing pretty good this year, and most core functionality is usable. Some more difficult parts need to be done and we can release a public beta.
@normis: so in another words, the easier parts are done and now we are just couple of decades from release?Some more difficult parts need to be done and we can release a public beta.
When it's released.This is the day we were looking for. If there are any memorable dates in the Mikrotikls history, don't forget to add this day to it.
Now the question is: When we will be able to install the first public version?
I was at a MUM recently and they said we could expect "stable" RouterOS 7 release before the end of the year.p.s. Now, before everyone get's super hyped and expects a release next month...Personally, and by experience in the software engineering industry, I don't expect any betas before EOCY 2019 or Q1 2020.
Already answered here!I was at a MUM recently and they said we could expect "stable" RouterOS 7 release before the end of the year.p.s. Now, before everyone get's super hyped and expects a release next month...Personally, and by experience in the software engineering industry, I don't expect any betas before EOCY 2019 or Q1 2020.
However, I should add that it was not mentioned WHICH year that was!
The problem is that this only mentions beta versions.Already answered here!I was at a MUM recently and they said we could expect "stable" RouterOS 7 release before the end of the year.
However, I should add that it was not mentioned WHICH year that was!
Thanks for sharing that! Like I estimated. EOCY or Q1 2020.Already answered here!I was at a MUM recently and they said we could expect "stable" RouterOS 7 release before the end of the year.p.s. Now, before everyone get's super hyped and expects a release next month...Personally, and by experience in the software engineering industry, I don't expect any betas before EOCY 2019 or Q1 2020.
However, I should add that it was not mentioned WHICH year that was!
That is not true. Work on v6 development still continues while v7 is being developed.The problem is that this only mentions beta versions.
I do require more IPv6 functionality (like policy routing, hopefully also NAT66) somewhat urgently for a production environment, not really the place to run early beta versions.
Best would be when that appeared in v6 but as I understood, no more work is being done on IPv6 in RouterOS v6.
But not on IPv6 within v6, as far as I understood. IPv6 is (as a whole) apparently a lower priority than IPv4 within RouterOS.That is not true. Work on v6 development still continues while v7 is being developed.The problem is that this only mentions beta versions.
I do require more IPv6 functionality (like policy routing, hopefully also NAT66) somewhat urgently for a production environment, not really the place to run early beta versions.
Best would be when that appeared in v6 but as I understood, no more work is being done on IPv6 in RouterOS v6.
NothingAny news about ROS v7 in hungary MUM?
Can you give some information on what kernel it will be using 4.x or 5.x?I just want to let everyone know, that v7 is progressing pretty good this year, and most core functionality is usable. Some more difficult parts need to be done and we can release a public beta.
4.xxCan you give some information on what kernel it will be using 4.x or 5.x?I just want to let everyone know, that v7 is progressing pretty good this year, and most core functionality is usable. Some more difficult parts need to be done and we can release a public beta.
I recently visited a MUM and there was no mention in the opening announcement, but the people at the MikroTik desk said "it will certainly be released before the end of the year".Today we have a New mum. I Hope any news about Ros v7 or any improvement in router
=================================================================================================================I recently visited a MUM and there was no mention in the opening announcement, but the people at the MikroTik desk said "it will certainly be released before the end of the year".Today we have a New mum. I Hope any news about Ros v7 or any improvement in router
They did not mention WHICH year.
All I can say is that development of v7 has picked up in the last few months, more than ever. While I can't promise anything stable, it is pretty safe to say, that some kind of public test release (like beta for specific platforms) could be expected this year. The chances of that happening are now higher than ever before, when similar promises were made.
That is not true. Work on v6 development still continues while v7 is being developed.I do require more IPv6 functionality (like policy routing, hopefully also NAT66) somewhat urgently for a production environment, not really the place to run early beta versions.
Best would be when that appeared in v6 but as I understood, no more work is being done on IPv6 in RouterOS v6.
I more need netmap66 - in IPv6 is more actuallyAre you implying that RFC6296 NAT66 and IPv6 policy routing is coming soon, then? It would be great to see it on some kind of product development roadmap!
It's fake, even one of the Mikrotik support personnel joked about the video. Someone was using a custom program to jest with us all.It isnt a fake. It is real but we don't have beta...
from 2.6.29
=)old kernel....
It was fixed in 5.1.11 and even that kernel can be considered old now. The current version is 5.1.15 right now.If you are talking about SACK panic, then all Linux version starting from 2.6.29 are affected.
It's even not this month! Way too old!!!!111oneoneRight ... 5.1.11 released 17 Jun 2019 ...
when it's 1072 with ROS 7 becomes useless. why do we need beta for some devices in the end of this year.... may be. Now mainline kernel 5.2 . The kernel in nonexistent ROS 7 is outdated yet now.time to ask when it comes router os 8 with 5.x.x kernel?When? please an update - we are in so much pain with the existing 1072's and really don't want to replace them all if we don't need to!
Or at least open up a version of CHR for ISO install with Intel drivers...
LOLOL! I'm not sure man kind will be around for a Router OS version 8when it's 1072 with ROS 7 becomes useless. why do we need beta for some devices in the end of this year.... may be. Now mainline kernel 5.2 . The kernel in nonexistent ROS 7 is outdated yet now.time to ask when it comes router os 8 with 5.x.x kernel?When? please an update - we are in so much pain with the existing 1072's and really don't want to replace them all if we don't need to!
Or at least open up a version of CHR for ISO install with Intel drivers...
It is not version 8 it is Buterfly version XLOLOL! I'm not sure man kind will be around for a Router OS version 8when it's 1072 with ROS 7 becomes useless. why do we need beta for some devices in the end of this year.... may be. Now mainline kernel 5.2 . The kernel in nonexistent ROS 7 is outdated yet now.time to ask when it comes router os 8 with 5.x.x kernel?When? please an update - we are in so much pain with the existing 1072's and really don't want to replace them all if we don't need to!
Or at least open up a version of CHR for ISO install with Intel drivers...
Please remember to add Duke Nukem ForeverRouterOS v7 is almost there, just need to add some components...
photo_2019-07-17_11-51-35.jpg
Can it run on rb411 or need a more powerful 4 core processor?RouterOS v7 is almost there, just need to add some components..
Will not run, you need one core per pixel.
CCR1072 seems to be weakWill not run, you need one core per pixel.
But will it run Crysis?RouterOS v7 is almost there, just need to add some components...
photo_2019-07-17_11-51-35.jpg
ROS v7 is IPv6-Ready. Then it will become IPv6-Steady, and finally IPv6-Go!Will ROS v7 sport a IPv6-Ready logo from the beginning?
We won't use ROS v7, ROS v7 will use us ...Another one time... When chupaca... When can we use ROS v7?
Mikrotik is unfortunately now the Netware of networking products. Your decision to switch to Mikrotik was a mistake, they'll seriously lagging behind in standards, features and are still running an old linux kernel.I have migrated my network to mikrotik from ubiquity and im not so sure about this desicion.
Unfortunately you are right.. It was a mistake, There are many people here in spain removing mikrotik devices and switching to ubiquiti, it is sad because i like mikrotik but I fell as they dont worry about they clients...Mikrotik is unfortunately now the Netware of networking products. Your decision to switch to Mikrotik was a mistake, they'll seriously lagging behind in standards, features and are still running an old linux kernel.I have migrated my network to mikrotik from ubiquity and im not so sure about this desicion.
Yes we Are, the Home-Brew Drivers they do, Are 50-70% behind real Performance in PTP and PtmP, new Features, not Seen , real issue with every new chipset (arm Nv2 issue for more than 12 Month), 4011 Turms of 5ghz, don’t work with more than 80 mhz, mu-Mimo (we possible See This when competiors have 802.11ax on market)Are we there yet?
-Yes we Are, the Home-Brew Drivers they do, Are 50-70% behind real Performance in PTP and PtmP, new Features, not Seen , real issue with every new chipset (arm Nv2 issue for more than 12 Month), 4011 Turms of 5ghz, don’t work with more than 80 mhz, mu-Mimo (we possible See This when competiors have 802.11ax on market)Are we there yet?
This Mikrotik Wireless, a dead-end
-Most of the features are implemented, but MU-MIMO is WIPWhat is the current status of wave 2 features in Mikrotik wireless drivers?
-which featues are missing now? we already released the driver update in last betas.
160MHz works, like Reinis said, only MU-MIMO is not implemented as the only remaining Wave2 feature.
Version 6.46beta16 has been released.
*) wireless - improved 802.11ac stability for all ARM devices with wireless;
*) wireless - improved U-APSD (WMM Power Save) support for 802.11e;
Oh but competitors (in the same price segment) have their problems as well... Fast roaming not working right, multicast filtering an all-or-nothing selection only, unusable "optimization" features that lock out a percentage of devices due to incompatibility, etc.Yes we Are, the Home-Brew Drivers they do, Are 50-70% behind real Performance in PTP and PtmP, new Features, not Seen , real issue with every new chipset (arm Nv2 issue for more than 12 Month), 4011 Turms of 5ghz, don’t work with more than 80 mhz, mu-Mimo (we possible See This when competiors have 802.11ax on market)Are we there yet?
This Mikrotik Wireless, a dead-end
shure, but other vendors have a way in the right direction, there HQ and LQ Products everything for the right PlaceOh but competitors (in the same price segment) have their problems as well... Fast roaming not working right, multicast filtering an all-or-nothing selection only, unusable "optimization" features that lock out a percentage of devices due to incompatibility, etc.Yes we Are, the Home-Brew Drivers they do, Are 50-70% behind real Performance in PTP and PtmP, new Features, not Seen , real issue with every new chipset (arm Nv2 issue for more than 12 Month), 4011 Turms of 5ghz, don’t work with more than 80 mhz, mu-Mimo (we possible See This when competiors have 802.11ax on market)Are we there yet?
This Mikrotik Wireless, a dead-end
There is so much missing.....
Wave 1 Missings:
- Output Power Managment
- Spectral Scan
- Channel sizes
Wave 2 Missings:
- no wave 2 features available
What’s about 802.11k, 802.11r and 802.11v, we need that in the EU for every Wireless Network in
Government Places / Meeting Rooms etc
ROFL Keyko, you made my day.Koala PicI just want to let everyone know, that v7 is progressing pretty good this year, and most core functionality is usable. Some more difficult parts need to be done and we can release a public beta.
Thanks, I needed a laugh. If you shilled any harder I would've fell on to the floor laughing.I find Mikrotik has grown a lot over these past 5 years and while many of you question their management decisions, I still think they've been doing well for themselves. Though I agree with @nz_monkey with his "hero car" post that RouterOS is what it's all built on and taking into account that the CCR is, well, at the core of their and our business can't be neglected.
Maybe you are going backwards
Hey, I'm all for smiles and grins but after looking up shill in the dictionary I can honestly say that that wasn't the intention of my post. Yes, I posted in a "take it or leave it" sorta way but not for their sake; for ours. Mikrotik routers sit at the core of our network but we are not in the ISP businness and we're still on 100% IPv4 so we don't have a major grief like you guys do with BGP, etc. We'd be looking elsewhere if it ever came to that, instead of buying CCRs and then whining in a forum. As we did with our wireless gear and switches (none are Mikrotik).Thanks, I needed a laugh. If you shilled any harder I would've fell on to the floor laughing.
Yes, only for ARM architecture and only for hap ac^2 and WAPGR LTE/4G/LTE-US testing, to get v7 ready for upcoming 5G products, according to Sergejs. support for remaining boards will gradually come outI don't speak Russian but I take it that the beta is now available? mt.lv/v7 ?
Thank you for the info. Well played MikroTik. There I was a few posts up saying it'll be v8 that gets released!Yes, only for ARM architecture and only for hap ac^2 and WAPGR LTE/4G/LTE-US testing, to get v7 ready for upcoming 5G products, according to Sergejs. support for remaining boards will gradually come outI don't speak Russian but I take it that the beta is now available? mt.lv/v7 ?
it has v6.45.5 feature set and main change is new Linux Kernel atm, feature will gradually come out in time. First they need help with stability testing on those boards
Hmmm, I just installed it on my cAP AC and it works as expected as cAP.Yes, only for ARM architecture and only for hap ac^2 and WAPGR LTE/4G/LTE-US testing, to get v7 ready for upcoming 5G products, according to Sergejs. support for remaining boards will gradually come outI don't speak Russian but I take it that the beta is now available? mt.lv/v7 ?
it has v6.45.5 feature set and main change is new Linux Kernel atm, feature will gradually come out in time. First they need help with stability testing on those boards
No current ETA can be given but won't be years...Any info about V7 on Tile? (CCR)
No current ETA can be given but won't be years...
Ros v7 is release!
Yup. Got 1 kernel panic so definitely would run this in lab onlyanyone installed it on a 4011 yet?
and you flashed it back to 6.x?Yup. Got 1 kernel panic so definitely would run this in lab onlyanyone installed it on a 4011 yet?
I tried this on a cAPAC which is connecting to a CCR as the manager, but get this on the capacHmmm, I just installed it on my cAP AC and it works as expected as cAP.Yes, only for ARM architecture and only for hap ac^2 and WAPGR LTE/4G/LTE-US testing, to get v7 ready for upcoming 5G products, according to Sergejs. support for remaining boards will gradually come outI don't speak Russian but I take it that the beta is now available? mt.lv/v7 ?
it has v6.45.5 feature set and main change is new Linux Kernel atm, feature will gradually come out in time. First they need help with stability testing on those boards
caps,info CAP connect to ccr1 (::ffff:10.0.0.254:5246) failed: ssl: fatal alert received (6)
caps,info CAP failed to join ccr1 (::ffff:10.0.0.254:5246)
caps,debug ::ffff:10.0.0.4:40338 failed to connect, handshake failed: error 140890e9 (6)
Yes it runs about 30s so upload and Downgrade works....and you flashed it back to 6.x?Yup. Got 1 kernel panic so definitely would run this in lab onlyanyone installed it on a 4011 yet?
decades?No current ETA can be given but won't be years...Any info about V7 on Tile? (CCR)