Community discussions

MikroTik App

Search found 96 matches

by krisjanisj
Tue Sep 21, 2021 10:38 am
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

I tried with very small container (arm32v7/busybox:stable-musl , tar size is about 1,4MB) on CRS305 and CRS309, but container never start (and nothing is write in logs despite logging=yes) : [admin@CRS309-BU] /container> /container/print 0 file=arm32v7_busybox.tar name="3850934b-17c1-4403-8f04...
by krisjanisj
Mon Sep 20, 2021 4:30 pm
Forum: RouterOS beta
Topic: v7.1rc4 [development] is released!
Replies: 276
Views: 82225

Re: v7.1rc4 [development] is released!

How to explore and get files from container mounts now that they are stored as "container store" and not as directories/files as before?
Fastest and easiest way is via FTP.
by krisjanisj
Fri Sep 17, 2021 9:49 am
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

The `type=amd64` for PiHole containers is gonna be for every package they publish on every arch and can be ignored. Unfortunately that is a quirk and/or a bug on their end. As for why pihole container would not run - please create a supout.rif file and send it to support@mikrotik.com (mentioning thi...
by krisjanisj
Wed Sep 15, 2021 3:09 pm
Forum: RouterOS beta
Topic: 7.1rc3 - containers broken on MIPSBE
Replies: 3
Views: 1652

Re: 7.1rc3 - containers broken on MIPSBE

A fix will be issued in the next RouterOS release, thank You for reporting this.
by krisjanisj
Mon Sep 13, 2021 9:39 am
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

@kivimart, thanks for the reply Started again from scratch and after wait extraction seems complete one of my CPUs is constantly utilising a lot of "management" console 0 0% ssh 0 0% networking 0 0% winbox 0 0% management 0 8% profiling 0 0% unclassified 0 2% cpu0 10% lcd 1 0% console 1 0...
by krisjanisj
Fri Sep 10, 2021 3:50 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

I get this message on a hapac2 and pihole container Fri Sep 10 12:43:36 2021 (826): Fatal Error Unable to allocate shared memory segment of 134217728 bytes: shmget: Function not implemented (38) I have put the mount on disk1 anybody knows this mean Was this with "root-dir=disk1/containers/piho...
by krisjanisj
Fri Sep 10, 2021 10:00 am
Forum: RouterOS beta
Topic: IPERF3 server on RouterOS ARM
Replies: 8
Views: 13188

Re: IPERF3 server on RouterOS ARM

Just ran through the docs page linked above and it doesn't seem to be working for me. I'm on a CHR. commands I entered are as follows /interface veth add address=192.168.99.1/24 gateway=192.168.99.254 name=veth1 disabled=no /interface bridge add fast-forward=no name=docker protocol-mode=none /inter...
by krisjanisj
Thu Sep 09, 2021 6:02 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

@dksoft
Please send us a supout.rif file to support@mikrotik.com (referencing this forum discussion) so we can have look into this, as on "/container/remove" container data should have been cleared.
by krisjanisj
Wed Sep 08, 2021 6:30 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

So will TILE get docker?? If so it looks like I'm docker ready Front: USB - can be used for storage? Smart Card - can be used for storage? Back: Micro SD - can be used for storage? Got me wondering what everybody uses these three slots for ??? Container package is available under "Extra packag...
by krisjanisj
Wed Sep 08, 2021 6:14 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

So a CCR2004-16G-2S+ would be able to execute a 400MB docker image from an attached USB stick?
It will indeed be able to add a container from a image, that's on a USB drive. You can also put the whole container on a USB stick, so no container files exist on devices internal storage.
by krisjanisj
Wed Sep 08, 2021 5:07 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

The pihole example is 384MB in size. Both CCR2004 have only 128MB of storage. CCR1s are Tile based. Will there be any use of the Docker feature on the Cloud Core Router devices? As noted here You can use external storage (via USB ports) to keep .tar files (which can be deleted after container has b...
by krisjanisj
Wed Sep 08, 2021 4:43 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

Yes as well as enable "container" logging under "logging" Is it possible to attach to the container? Currently there is no option for interactive console for containers. Please generate and send us a supout.rif file to support@mikrotik.com (referencing this forum discussion) so ...
by krisjanisj
Wed Sep 08, 2021 4:33 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

wow! ^_^ but the question is where is the link for container.npk? hehhehe care to share
It's under "Extra packages", available here (just choose the right architecture for Your device)
by krisjanisj
Wed Sep 08, 2021 4:11 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

Looks like it supports only one container at time? Please add an example how to start multiple containers. There are no software limitations (except hardware capabilities). Repeat steps to create a second veth interface, add it to the already-created docker bridge and create a second container with...
by krisjanisj
Wed Sep 08, 2021 3:58 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

How do we get any logging output, or attach to a container console? I have attempted to import the Alpine Armv6/v7 container to a RB4011 and neither will start and there is no log output This is a great feature as it will enable things like running a small Zabbix proxy on a CHR or onsite router Whe...
by krisjanisj
Wed Sep 08, 2021 3:35 pm
Forum: RouterOS beta
Topic: v7.1rc3 [development] is released!
Replies: 172
Views: 49643

Re: v7.1rc3 [development] is released!

Is the Docker support an optional package? I can't imagine many people wanting this, and it introduces massive security implications especially for all those hacked routers.
Just like ZeroTier - Container is a seperate package
by krisjanisj
Wed Sep 08, 2021 3:11 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

Hmmm. Container menu is missing for me on my RB4011 and CHR. I upgraded via the built-in upgrade facility. User error or MikroTik build error? ;) [ali@chr01] > /container bad command name container (line 1 column 2) Have You installed the container.npk package (as with ZeroTier - container is a sep...
by krisjanisj
Wed Sep 08, 2021 3:01 pm
Forum: Containers
Topic: v7.1rc3 adds container support
Replies: 493
Views: 161551

Re: v7.1rc3 adds Docker (TM) compatible container support

An example of how to use container package to run PiHole in RouterOS can be found here
by krisjanisj
Tue Sep 07, 2021 1:44 pm
Forum: General
Topic: Can not get 60-day trial license for CHR
Replies: 8
Views: 1666

Re: Can not get 60-day trial license for CHR

Just tested on different new CHR VM deployed on different virtualization host in different place and on different network - still no luck in getting trial license. Seems like getting hacked version on torrent is more robust that to use CHR instance which can one day deny to work as intended due to ...
by krisjanisj
Tue Sep 07, 2021 1:15 pm
Forum: General
Topic: 6-7 Sep 2021 Cloud Problem
Replies: 22
Views: 984

Re: IP Cloud


Looks like all MT employees are at vacation now so noone took a look at domain expiration. As well as license activation server, btw.

Waiting for official statement (which won't be posted I think).
Statement has already been given here!
by krisjanisj
Tue Sep 07, 2021 11:42 am
Forum: General
Topic: Can not get 60-day trial license for CHR
Replies: 8
Views: 1666

Re: Can not get 60-day trial license for CHR

Please create a supout.rif file and send it to us via support@mikrotik.com so we can look into this.
by krisjanisj
Tue Aug 24, 2021 5:19 pm
Forum: RouterOS beta
Topic: v7.1rc1 [development] is released!
Replies: 344
Views: 76848

Re: v7.1rc1 [development] is released!

Also, since we're here: can "CTRL+V" be un-mapped from autocomplete? I've seen so many people think thei'r router is cursed/haunted, it's not funny anymore. Along with "?" being remapped as "F1", "Ctrl+V" has been remapped as "F7" (as stated by the ...
by krisjanisj
Tue Aug 24, 2021 1:24 pm
Forum: RouterOS beta
Topic: v7.1rc1 [development] is released!
Replies: 344
Views: 76848

Re: v7.1rc1 [development] is released!

Also, question mark (?) in CLI doesn't seem to work on my end. it supposes to show the available input options, but all i get is a red '?' ros7.1rc1.png this is true for new features and previously existing things things. As noted by the terminal when You open it up: MMM MMM KKK TTTTTTTTTTT KKK MMM...
by krisjanisj
Tue Jul 27, 2021 10:58 am
Forum: RouterBOARD hardware
Topic: MikroTik RB5009UG+S+IN
Replies: 202
Views: 91905

Re: MikroTik RB5009UG+S+IN

To clear up any confusion about different performance data I would like to point that RB5009 is RouterOS v7 only board. With that in mind it was in our best interest to give both devices a fair comparison, therefore both units were tested with the same RouterOS v7 version (in this case RouterOS v7.1...
by krisjanisj
Tue May 18, 2021 12:47 pm
Forum: Wireless Networking
Topic: New Wi-Fi vulnerability
Replies: 1
Views: 1094

Re: New Wi-Fi vulnerability

Answer has already been given here!
by krisjanisj
Mon May 17, 2021 5:18 pm
Forum: Wireless Networking
Topic: Mikrotik Wireless vs fragattacks.com
Replies: 1
Views: 972

Re: Mikrotik Wireless vs fragattacks.com

Answer has already been given here!
by krisjanisj
Tue Aug 25, 2020 10:09 am
Forum: RouterOS beta
Topic: v7.1beta2 [development] is released!
Replies: 385
Views: 153549

Re: v7.1beta2 [development] is released!

@miroslaw & @rpress - Wireguard peers unable to set a comment has been reported to our developers and fix will be included in next RouterOS release. @npeca75 & @tpedko - Is it possible for You to send supout.rif files to support@mikrotik.com, referencing this forum thread, so we can trouble...
by krisjanisj
Wed Jul 22, 2020 12:06 pm
Forum: RouterOS beta
Topic: v7.1beta1 [development] is released!
Replies: 103
Views: 57478

Re: v7.1beta1 [development] is released!

@notToNew - Please create a support ticket at support@mikrotik.com with all the information about this issue so we can troubleshoot it.
by krisjanisj
Mon Jun 15, 2020 2:17 pm
Forum: General
Topic: Chelsio T422-CR 10G RouterOS not support ??
Replies: 15
Views: 4297

Re: Chelsio T422-CR 10G RouterOS not support ??

Hi,
Is it possible for You to send us a supout.rif file from the device to support@mikrotik.com ,referencing this forum thread, so we can look into this?
by krisjanisj
Fri Jun 05, 2020 12:58 pm
Forum: RouterOS beta
Topic: v7.0beta8 [development] is released!
Replies: 178
Views: 92214

Re: v7.0beta8 [development] is released!

cfcnightmare & D13410N3 - Does the same error pops-up if You try to install v6 x86 package with 7.0beta8 netinstall?
by krisjanisj
Thu May 21, 2020 9:17 am
Forum: RouterOS beta
Topic: Is it possible to install 7.0 beta on an x86 server [SOLVED]
Replies: 19
Views: 15355

Re: Is it possible to install 7.0 beta on an x86 server [SOLVED]

Please send an email to support@mikrotik.com with specifics about the server and experienced issues.
by krisjanisj
Thu May 14, 2020 9:31 am
Forum: RouterOS beta
Topic: Is it possible to install 7.0 beta on an x86 server [SOLVED]
Replies: 19
Views: 15355

Re: Is it possible to install 7.0 beta on an x86 server [SOLVED]

Either You can use the .iso image provided by this link (ISO file should also be accessible in download.mikrotik.com page on the next release) - https://box.mikrotik.com/f/092549ada5484eeab7bb/
Or You can download netinstall-7.0beta5 and install via PXE boot (feature added as of 7.0beta5).
by krisjanisj
Wed Mar 04, 2020 9:47 am
Forum: General
Topic: RAM Support x86
Replies: 4
Views: 2527

Re: RAM Support x86

You can use more than 2GB of RAM in RouterOS v7, by installing it in UEFI mode (added since v7.0beta5)
by krisjanisj
Fri Feb 14, 2020 1:40 pm
Forum: RouterOS beta
Topic: RouterOS 7.0beta4 with Mellanox CX515A
Replies: 7
Views: 7968

Re: RouterOS 7.0beta5 with Mellanox CX515A

Please send us generated supout.rif file, when traffic stops working and send it to us to support@mikrotik.com referencing this topic.
by krisjanisj
Mon Dec 16, 2019 9:30 am
Forum: RouterOS beta
Topic: New User Manager in RouterOS v7
Replies: 210
Views: 80133

Re: New User Manager in RouterOS v7

@mkx & @jolly - My provided lines were just an example. Standart ROS script functions to find a particular set of data can be used while generating vouchers as @mkx mentioned.
by krisjanisj
Fri Dec 13, 2019 9:52 am
Forum: RouterOS beta
Topic: New User Manager in RouterOS v7
Replies: 210
Views: 80133

Re: New User Manager in RouterOS v7

Hi, Thanks for the work with the user manager. Is there any reason why the administrators portal is removed? Or will this be part of webfig/winbox? Right now, i miss the nice possibility to generate and print vouchers from the web interface. Since UserManager now contains also RADIUS server feature...
by krisjanisj
Wed Dec 11, 2019 11:45 am
Forum: RouterOS beta
Topic: [ROS 7.0b4] Ethernet traffic on ‚igb‘ module triggers device reset
Replies: 0
Views: 2540

Re: [ROS 7.0b4] Ethernet traffic on ‚igb‘ module triggers device reset

Please send us an email to support@mikrotik.com with reference to this topic and generated supout.rif files before and after the device has experienced a crash.
by krisjanisj
Wed Dec 11, 2019 9:11 am
Forum: RouterOS beta
Topic: v7.0Beta4 userman does not show up [SOLVED]
Replies: 10
Views: 14865

Re: v7.0Beta4 userman does not show up [SOLVED]

Is it now (or will it now become) a useful RADIUS server for other scenarios than HOTSPOT?
(e.g. port authentication, WPA2-EAP, etc)
viewtopic.php?f=1&t=185562
by krisjanisj
Mon Dec 09, 2019 4:21 pm
Forum: RouterOS beta
Topic: v7.0Beta4 userman does not show up [SOLVED]
Replies: 10
Views: 14865

Re: v7.0Beta4 userman does not show up [SOLVED]

CLI control for UserManager is moved from "/tools user-manager" to its own menu "/user-manager". The Admin panel that was used in the previous UserManager version ("<IP>/userman") is no longer active due to changes in UserManager behaviour in version 7. There is a clien...
by krisjanisj
Wed Nov 13, 2019 2:26 pm
Forum: RouterOS beta
Topic: [ROS 7.0b3] Kernel module 'igb' [SOLVED]
Replies: 12
Views: 15946

Re: [ROS 7.0b3] Kernel module 'igb' [SOLVED]

Support for more Intel cards should be added in the next v7.0beta build.
by krisjanisj
Mon Nov 04, 2019 9:18 am
Forum: RouterOS beta
Topic: v7 has conditional DHCP options and EAP enabled user-man?
Replies: 1
Views: 3541

Re: v7 has conditional DHCP options and EAP enabled user-man?

We are planning to add RADIUS Server features to our User-Manager in v7.
by krisjanisj
Mon Nov 04, 2019 9:17 am
Forum: The User Manager
Topic: Using UserManager as RADIUS for other AP
Replies: 28
Views: 51566

Re: Using UserManager as RADIUS for other AP

We are planning to add RADIUS Server features to our User-Manager in v7.
by krisjanisj
Wed Oct 23, 2019 5:11 pm
Forum: RouterOS beta
Topic: 7.0beta3 available in testing?
Replies: 40
Views: 16847

Re: 7.0beta3 available in testing?

Bildschirmfoto 2019-10-23 um 16.08.19.jpg
Can You please tell us from what version You tried to upgrade and using what method(manually uploading .npk package or "/sytem package update")?
by krisjanisj
Fri Oct 18, 2019 1:06 pm
Forum: General
Topic: Certificate "invalid before"/"expires after" .. difference why ?
Replies: 13
Views: 4567

Re: Certificate "invalid before"/"expires after" .. difference why ?

in terminal the details are right: ...........................invalid-before=dec/02/2018 11:10:42 invalid-after=dec/02/2019 11:10:42 expires-after=6w2d23h8m21s so it's a webfig/winbox problem ????? @krisjanisj do you still need supout + cert ? Richard Yes, please provide us with the supout.rif and ...
by krisjanisj
Fri Oct 18, 2019 12:10 pm
Forum: General
Topic: Certificate "invalid before"/"expires after" .. difference why ?
Replies: 13
Views: 4567

Re: Certificate "invalid before"/"expires after" .. difference why ?

Please send us a generated supout.rif file from the device and if it is possible a certificate thats generated and exhibits this kind of issue to support@mikrotik.com .
by krisjanisj
Thu Oct 17, 2019 2:52 pm
Forum: General
Topic: Certificate "invalid before"/"expires after" .. difference why ?
Replies: 13
Views: 4567

Re: Certificate "invalid before"/"expires after" .. difference why ?

Let's break it down as mentioned in wiki : Invalid Before : The date before which the certificate is invalid. Invalid After : The date after which the certificate will be invalid. Expires After : Days left until certificate expires. In this case I have 2 questions: 1) Is this locally generated or im...
by krisjanisj
Wed Oct 09, 2019 4:36 pm
Forum: General
Topic: Ccr to ccr connectivity
Replies: 1
Views: 862

Re: Ccr to ccr connectivity

Please do not create multiple topics for same issue.
Original post: viewtopic.php?f=14&t=152826
by krisjanisj
Thu Sep 26, 2019 2:26 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

... When you need IPv6, first enable the package, then upgrade your device to latest version...
It doesn't matter if IPv6 was/is enabled/disabled in v6, after upgrading to v7 it will be enabled, and upon executing /system reset-configuration , default IPv6 firewall rules will be added.
by krisjanisj
Wed Sep 18, 2019 2:16 pm
Forum: RouterOS beta
Topic: Torrent client
Replies: 59
Views: 36235

Re: Torrent client

Torrent is an experimental thing in v7beta. Currently threre is a bug with filepathing that will be fixed in upcomming beta releases.
by krisjanisj
Wed Sep 18, 2019 10:06 am
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

Out of interest is there an expected release date of new revisions, e.g v7.0beta2 every couple weeks? Or would we only get updates every quarter? Thanksk There are no set release schedules for the next beta releases. We will release beta2 once were done fixing current bugs that were found in beta1 ...
by krisjanisj
Wed Sep 11, 2019 10:35 am
Forum: RouterOS beta
Topic: /tool e-mail
Replies: 14
Views: 8300

Re: /tool e-mail

Yes, please send us supout.rif file to support@mikrotik.com referencing this topic.
by krisjanisj
Wed Sep 11, 2019 10:24 am
Forum: RouterOS beta
Topic: /tool e-mail
Replies: 14
Views: 8300

Re: /tool e-mail

[admin@RB4011] > /tool e-mail export hide-sensitive # sep/11/2019 00:20:25 by RouterOS 7.0beta1 # software id = 0BHM-Y5B5 # # model = RB4011iGS+5HacQ2HnD # serial number = 96B00AAFF9D5 /tool e-mail set address=smtp.live.com from=antoniob@msn.com user=antoniob@msn.com Youre missing these 2 things: p...
by krisjanisj
Wed Sep 11, 2019 10:16 am
Forum: RouterOS beta
Topic: /tool e-mail
Replies: 14
Views: 8300

Re: /tool e-mail

Same error with from or without.
Same error with user and password.
Also if Start TLS is set to yes, you get TLS handshake failed.
Please post the output from "/tool e-mail export hide-sensitive"
by krisjanisj
Wed Sep 11, 2019 9:48 am
Forum: RouterOS beta
Topic: /tool e-mail
Replies: 14
Views: 8300

Re: /tool e-mail

So under v7 it no longer uses the settings saved in /tool e-mail?
All scripts now have to use user and password?
Updated my previous post, but if You have everything saved under "/tool e-mail" it should work without needing "from=" parameter under "/tool e-mail send"
by krisjanisj
Wed Sep 11, 2019 9:37 am
Forum: RouterOS beta
Topic: /tool e-mail
Replies: 14
Views: 8300

Re: /tool e-mail

send from=antoniob@msn.com to=aboiles@hotmail.com subject="email test" body="email test" works in 6.46b38 not in v7 though If Youre using "from=" variable in /tool e-mail send , You need to also specify "user=" and "password=", i.e /tool e-mail send...
by krisjanisj
Tue Sep 10, 2019 10:27 am
Forum: General
Topic: RouterOS v7.0 beta1 - when?
Replies: 613
Views: 256005

Re: RouterOS v7.0 beta1 - when?

As I've and @Normis have said - DO NOT install these releases on a production gear. These releases are experimental and beta for a reason...
by krisjanisj
Fri Sep 06, 2019 7:45 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

Changelog please Sent from my SM-A705FN using Tapatalk Litteraly few posts above: Currently v7 has v6.45.5 feature set. Main change is a new Linux Kernel, rest of features will gradually come out in next builds as for now we want to ensure that v7 is stable on hAP ac^2 and WAPGR LTE/4G/LTE-US board...
by krisjanisj
Fri Sep 06, 2019 3:09 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

So, unless you like to live on the edge (and sometimes slightly over it), then there's no reason to install ROS v7 on your production devices yet.
DO NOT install this on production gear. This release is experimental and should be treated accordingly.
by krisjanisj
Fri Sep 06, 2019 2:32 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

Changelog? Litteraly few posts above: Currently v7 has v6.45.5 feature set. Main change is a new Linux Kernel, rest of features will gradually come out in next builds as for now we want to ensure that v7 is stable on hAP ac^2 and WAPGR LTE/4G/LTE-US boards mainly (and other boards) to get v7 ready ...
by krisjanisj
Fri Sep 06, 2019 2:12 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

Some paths are given with "/", some with white space. Is both allowed now?
For now both will work (so importing scripts from v6 that contain whitespaces will execute properly).
by krisjanisj
Fri Sep 06, 2019 1:47 pm
Forum: General
Topic: RouterOS v7.0 beta1 - when?
Replies: 613
Views: 256005

Re: RouterOS v7.0 beta1 - when?

Any info about V7 on Tile? (CCR)
No current ETA can be given but won't be years...
by krisjanisj
Fri Sep 06, 2019 12:59 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

When will you include support for MIPSBE?
No current ETA can be given but won't be years...
by krisjanisj
Fri Sep 06, 2019 12:56 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

Maybe I am looking with my nose.. but is there a changelog available? Currently v7 has v6.45.5 feature set. Main change is a new Linux Kernel, rest of features will gradually come out in next builds as for now we want to ensure that v7 is stable on hAP ac^2 and WAPGR LTE/4G/LTE-US boards mainly (an...
by krisjanisj
Fri Sep 06, 2019 12:01 pm
Forum: General
Topic: RouterOS v7.0beta1 (ARM)
Replies: 203
Views: 101073

Re: RouterOS v7.0beta1 (ARM)

Awesome, installing it on a spare 3011. Is there a special version of winbox needed? Or any changelog available?
Will work with the winbox.exe You have. No special version needed.
by krisjanisj
Wed Sep 04, 2019 11:27 am
Forum: Scripting
Topic: Changing autorun.scr no longer works
Replies: 7
Views: 4603

Re: Changing autorun.scr no longer works

For security reasons file modification using this method is no longer allowed.

For info how to provision CHR depending on Your Hypervisor, please see our wiki article about this.
by krisjanisj
Fri Aug 30, 2019 10:46 am
Forum: Scripting
Topic: mkdir function for easy folder creation [SOLVED]
Replies: 19
Views: 11976

Re: mkdir function for easy folder creation [SOLVED]

I am some shocked.
A script on 200+ lines is needed just to create a folder in RouterOS.
This is some MT should add a built in function.
You can always log in via FTP to create a folder and/or copy/move files.
by krisjanisj
Tue Jul 30, 2019 8:49 am
Forum: General
Topic: PWR-Line AP
Replies: 49
Views: 17813

Re: PWR-Line AP

What I don't understand is why they didn't update the powerline chipset from circa 2012 to at least circa 2015 as already noted by several 10/100/1000. Adding a more recent av2 standard or H.gn standard with the wifi on many mikrotik units the QCA9533 chip and ROUTEROS, would result in a much more ...
by krisjanisj
Mon Jul 22, 2019 2:26 pm
Forum: General
Topic: Winbox 64bit Version
Replies: 79
Views: 38065

Re: Winbox 64bit Version

As mentioned here the problem is that wine itself won't run because of missing 32bit support in OS. In this situation, it doesn't matter if Winbox is 32bit or 64bit, WINE won't run at all.

We are currently looking into possible solutions for this issue and will update accordingly.
by krisjanisj
Fri Jun 21, 2019 4:27 pm
Forum: Scripting
Topic: Bug in script variables?
Replies: 7
Views: 2273

Re: Bug in script variables?

3 things: 1) /ip pool =/= Server under dhcp-server lease (You keep using "/ip dhcp-server lease find where server" in Your script - clarify on what exactly You are changing: dhcp-server name or /ip pool name) 2) Keep 1 line empty above [ code ] block so it formats properly (I keep formatin...
by krisjanisj
Thu Jun 20, 2019 4:51 pm
Forum: General
Topic: SACKpanic CVE-2019-11477
Replies: 1
Views: 1515

Re: SACKpanic CVE-2019-11477

Already answered here
by krisjanisj
Wed Jun 19, 2019 1:14 pm
Forum: Beginner Basics
Topic: single IP constantly trying to log to my Mikrotik
Replies: 57
Views: 10918

Re: single IP constantly trying to log to my Mikrotik

@krisjanisj Could you please also react to the topic to clear it up? It seems that both sides are pretty confident about their truth and for future reference, it would be good to have a clear solution. Or ideally - could you get Janis Megis (for those who don't know him, he is the genius behind &qu...
by krisjanisj
Tue Jun 18, 2019 1:41 pm
Forum: Beginner Basics
Topic: single IP constantly trying to log to my Mikrotik
Replies: 57
Views: 10918

Re: single IP constantly trying to log to my Mikrotik

Som feedback to you vecernik87. Always post image on the forum, not a link. I have had several problems when original site of photo goes away and we loose the original. So use Attachments :) Or just use [image] tag ( [image=WIDTH(%)]URL[/image] ), that allows scaling images so it isnt displayed in ...
by krisjanisj
Fri Jun 14, 2019 9:34 am
Forum: General
Topic: Radical change coming for home and small business networking
Replies: 54
Views: 13863

Re: Radical change coming for home and small business networking

Let me remind everyone that this forum is not meant for advertisement but for the community to help each other and share knowledge.

Please refrain from posting duplicate links in separate posts with the intention just to bump the thread.
by krisjanisj
Fri Jun 14, 2019 9:28 am
Forum: General
Topic: Cablelabs Micronets
Replies: 4
Views: 1968

Re: Cablelabs Micronets

As @vecernik87 said - this is a duplicate topic. Original topic: viewtopic.php?f=2&t=145875
by krisjanisj
Tue Jun 04, 2019 2:15 pm
Forum: General
Topic: RouterOS v7.0 beta1 - when?
Replies: 613
Views: 256005

Re: RouterOS v7.0 beta1 - when?

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". They did not mention WHICH...
by krisjanisj
Mon Jun 03, 2019 12:49 pm
Forum: Beginner Basics
Topic: Board name
Replies: 1
Views: 924

Re: Board name

Try doing:
:put [/system identity get name]
by krisjanisj
Mon May 20, 2019 5:12 pm
Forum: General
Topic: RouterOS v7.0 beta1 - when?
Replies: 613
Views: 256005

Re: RouterOS v7.0 beta1 - when?

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...
by krisjanisj
Mon May 20, 2019 3:37 pm
Forum: General
Topic: RouterOS v7.0 beta1 - when?
Replies: 613
Views: 256005

Re: RouterOS v7.0 beta1 - when?

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. I was at a MUM recently and they said we could expect "stable" RouterOS 7 release before...
by krisjanisj
Thu May 16, 2019 9:38 am
Forum: General
Topic: hAP Lite with pwr-line interface?
Replies: 9
Views: 9260

Re: hAP Lite with pwr-line interface?

Why is this interface visible on RB941 ? Other routers like ccr,rb9xx haven't it.
Not every router that has microUSB port supports PWR-LINE interface.

Current devices that support PWR-LINE are hAP mini, hAP lite and mAP series.
by krisjanisj
Fri Apr 26, 2019 4:58 pm
Forum: Announcements
Topic: v6.44.3 [stable] is released!
Replies: 122
Views: 73078

Re: v6.44.3 [stable] is released!

RB4011, if I turn on the RSTP, the switch chip stops working. By switch chip You mean hardware offload? Hardware offload for switch chip that RB4011 uses (RTL8367), while STP/RSTP is enabled, is not supported. use "protocol-mode=none" on bridge for offloading to work again. See this wiki ...
by krisjanisj
Fri Apr 26, 2019 3:24 pm
Forum: General
Topic: RB1100AHx4 Dude Edition insecure by default
Replies: 11
Views: 3376

Re: RB1100AHx4 Dude Edition insecure by default

As shown in our wiki (more specifically here (the IP Only part)) nor RB1100, nor CCR, nor CRS series of Routers/switches are meant to be plug-and-play and has only IP for first-time connectivity. They will need to be configured by the end-user before usage, unlike our home-use router lineup (as ment...
by krisjanisj
Fri Apr 26, 2019 10:52 am
Forum: Announcements
Topic: v6.44.3 [stable] is released!
Replies: 122
Views: 73078

Re: v6.44.3 [stable] is released!

Default values should not be displayed in /export compact, but "remote" value does.
There was a mistake in wiki, edited my previous post to clear it. Since default value is "no" - any other value (both, remote, local) should appear in "/export".
by krisjanisj
Fri Apr 26, 2019 10:17 am
Forum: Announcements
Topic: v6.44.3 [stable] is released!
Replies: 122
Views: 73078

Re: v6.44.3 [stable] is released!

From 6.44.3 changelog: *) ssh - added "both", "local" and "remote" options for "forwarding-enabled" parameter; On behalf of @typicalwisp: when upgrading ROS 6.44.2 setting of forwarding-enabled=yes to ROS 6.44.3 ... which value does this setting get? remote? ...
by krisjanisj
Thu Apr 25, 2019 4:57 pm
Forum: Announcements
Topic: v6.44.3 [stable] is released!
Replies: 122
Views: 73078

Re: v6.44.3 [stable] is released!

It seems that the list of possible values has changed ... on my 6.44.2 it's like this: /ip ssh set forwarding-enabled=? ForwardingEnabled ::= yes | no From 6.44.3 changelog: *) ssh - added "both", "local" and "remote" options for "forwarding-enabled" paramete...
by krisjanisj
Mon Apr 15, 2019 2:39 pm
Forum: General
Topic: Backup doesn't restore - Just goes back to previous settings
Replies: 8
Views: 1957

Re: Backup doesn't restore - Just goes back to previous settings

I uploaded the file with Winbox, then right clicked it, selected Restore and chose my password, and pressed OK. It restarted but it did not restore my backup.
Please send a supout.rif file from your router to support@mikrotik.com
by krisjanisj
Mon Apr 15, 2019 9:21 am
Forum: General
Topic: Backup doesn't restore - Just goes back to previous settings
Replies: 8
Views: 1957

Re: Backup doesn't restore - Just goes back to previous settings

As stated in wiki it doesn't just end with uploading backup file to router, but You need to also load said backup with command:
/system backup load name=mybackup.backup
by krisjanisj
Tue Apr 09, 2019 2:35 pm
Forum: General
Topic: v6 RC and v7 BETA
Replies: 126
Views: 46392

Re: v6 RC and v7 BETA

Well, I was actually referring to time before Diablo 2 .. I guess its too old for people to remember today...
True, but isn't it way more funnier if the joke is relevant?
by krisjanisj
Tue Apr 09, 2019 9:16 am
Forum: General
Topic: v6 RC and v7 BETA
Replies: 126
Views: 46392

Re: v6 RC and v7 BETA

...But generally, people are hyped more than players of Diablo before release of new version... Unlike Blizzard we tend to keep our RouterOS working on same platforms as ROSv6 does (and release mobile app for ease of configuration not migrate the whole darn thing to a cheap mobile game ripoff since...
by krisjanisj
Thu Apr 04, 2019 5:40 pm
Forum: General
Topic: v6 RC and v7 BETA
Replies: 126
Views: 46392

Re: v6 RC and v7 BETA

Can say that comparing last few years the frequency of ROS v7 internal development builds in last few months, as noted by @normis , has increased by a lot (can't tell the precise numbers because I don't want to dive that deep into math). So there's still hope that the unicorn status v7 has will be c...
by krisjanisj
Mon Apr 01, 2019 5:31 pm
Forum: General
Topic: v6 RC and v7 BETA
Replies: 126
Views: 46392

Re: v6 RC and v7 BETA

@vecernik87 I laughed about an idea to just re-brand latest v6 stable release as v7 and release it (with it showing up for example as v6.44.1(April Fools) as version while executing "/system resource print" command) last week with @reiniss2, but rather not provoke people and play with such...
by krisjanisj
Tue Mar 26, 2019 4:02 pm
Forum: General
Topic: Remotely access Mikrotik router
Replies: 11
Views: 2945

Re: Remotely access Mikrotik router

As much as I hate to intervene in this discussion, I must remind to @anav and everyone else to keep it civil and lets not throw insults around.

Ok? Ok!
by krisjanisj
Tue Mar 26, 2019 3:38 pm
Forum: General
Topic: Mikrotik Model Question [SOLVED]
Replies: 3
Views: 1576

Re: Mikrotik Model Question [SOLVED]

Can do what @cbrown said or You can put this into Terminal and it should neatly output it:
:put ("Model: ".[/system routerboard get model]);
Output:
Model: CCR1016-12G
by krisjanisj
Thu Mar 21, 2019 3:20 pm
Forum: General
Topic: Feature Request: Separate the firmware(bootloader) and routeros version number
Replies: 8
Views: 2033

Re: Feature Request: Separate the firmware(bootloader) and routeros version number

or I really need to update the bootloader everytime? /set sarcasm=on You do. According to MT policy it's a major security breach to run Routerboot anything else than the latest one ... recently they started to force the same policy even for CRS328 units running SwOS ... If you don't update Routerbo...
by krisjanisj
Thu Mar 21, 2019 10:51 am
Forum: Announcements
Topic: MikroTik smartphone app (ex Tik-App)
Replies: 487
Views: 270751

Re: Tik App, MikroTik android utility ALPHA test

Well the above posters already gave a hint. You have joined a private beta program and installed that invite-only version. You should delete it, delete the "TestFlight" app which manages the Beta programs, and then install the application that is meant for everyone (the one in the AppStor...
by krisjanisj
Wed Mar 20, 2019 1:15 pm
Forum: Announcements
Topic: MikroTik smartphone app (ex Tik-App)
Replies: 487
Views: 270751

Re: Tik App, MikroTik android utility ALPHA test

As @msatter already mentioned - steps to move to Public release channel for Android App: 1) In MikroTik PlayStore page You need to leave BETA Before: https://i.postimg.cc/sXDwt6cg/before.png After: https://i.postimg.cc/kXkYBynT/after.png 2) Uninstall BETA app https://i.postimg.cc/qRbj0sbX/Uninstall....
by krisjanisj
Fri Mar 15, 2019 11:13 am
Forum: The Dude
Topic: Dude For Linux
Replies: 4
Views: 12825

Re: Dude For Linux

Dude and Winbox can already be run on Linux/OSX systems not only Windows. From The Dude wiki (https://wiki.mikrotik.com/wiki/Manual:The_Dude_v6/Installation#System_requirements_for_client): The Dude client should run on pretty much all of Windows versions starting with Windows XP. Client program doe...