Community discussions

MikroTik App

Search found 23 matches

by brunolabozzetta
Tue Apr 01, 2025 10:07 pm
Forum: General
Topic: is it really necesary to mangle wan traffic in a dual ISP scenario?
Replies: 4
Views: 603

Re: is it really necesary to mangle wan traffic in a dual ISP scenario?

ECMP is perfectly fine to use for dual or more wans. Its the least complicated approach. With version 7 firmware it should be the first go to approach. Mangling and PCC come into play for more complex user needs or if the admin has wan throughputs that are wildly dissimilar Accesing services from o...
by brunolabozzetta
Mon Mar 31, 2025 5:19 am
Forum: General
Topic: is it really necesary to mangle wan traffic in a dual ISP scenario?
Replies: 4
Views: 603

is it really necesary to mangle wan traffic in a dual ISP scenario?

That is the question... From the beginning with MikroTik, I saw that everyone creates mangle rules to mark connections in dual ISP scenarios when there are services hosted inside the infrastructure for the outside world, and we have 2 ISPs. Coming back to a MikroTik course I took a while ago, the in...
by brunolabozzetta
Fri Sep 27, 2024 7:20 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

I just try this example and does't seem to work... i just use: "usb2-part1/debian/container1" For some weird reason the alpine image works... :lol: What partitioning is used on the usb2-part1? If it's FAT you'd want to keep the names shorter. And if FAT, maybe use an ext4 partition. it's ...
by brunolabozzetta
Fri Sep 27, 2024 7:17 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

And make sure you're using the "mount point" shown in "/disk print" (which may not be usb1-part1 in my example). the mount point in my case is usb2-part1, I really would try in the form "root-dir=usb1-part1/some-new-name" from CLI I just try this and does't work... :(
by brunolabozzetta
Fri Sep 27, 2024 7:15 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

Hmm, if you don't have a preceding slash. Just make sure to pick a new name - I'm not sure what happens if you have had an image file already at the same name. Also keep in mind despite the name "root-dir=", it's actually the name of the container, not a directory to use. So if you keep p...
by brunolabozzetta
Fri Sep 27, 2024 7:03 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

I try putting a slash behind the path, and on the end, and neither works. In every case it recognise the directory as a container store, but it never works. Now that i think about this.... it makes sense that it doesn't log anything because if this is a path problem, the container never really runs....
by brunolabozzetta
Fri Sep 27, 2024 6:44 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

i'm gonna try from the terminal... maybe it's winbox? i'm using winbox new version...

What i do is... i select from the dropdown menu the path... and i dont see a slash at the begining of the path... but maybe winbox it's messing the path anyways...

i'll try from the terminal and let you know.
by brunolabozzetta
Fri Sep 27, 2024 5:36 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

I think i found out a huge bug. Trying in a RB4011, given the extra storage that this router has, i try to download a debian container. When i select a root-dir, it won't start, just like at the begining. Dont know how, but in my 3011 also can't get to work a debian container, but the thing is, with...
by brunolabozzetta
Thu Sep 26, 2024 10:52 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

i'll try that!

Thanks a lot!

Hope this thread helps more people too. :D
by brunolabozzetta
Thu Sep 26, 2024 7:41 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

If you use my example above (https://forum.mikrotik.com/viewtopic.php?t=211025#p1099369), without any custom build, does that work? Hey man! Your example works! Don't know why.... first thought was the nat rule... but i dont see hits in that rule... Things that are different: no root dir setted. no...
by brunolabozzetta
Thu Sep 26, 2024 5:46 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

i just use this command to build the image and got the same results...
docker buildx build --no-cache --platform linux/arm/v7 --sbom=false --provenance=false --output=type=docker -t pingtest .
by brunolabozzetta
Thu Sep 26, 2024 5:26 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

i'll try that. What router do you have? PS: i'll post my export in here for a guy on reddit. ( or for anyone who wants to take a look at it ) # 2024-09-26 10:55:14 by RouterOS 7.16 # software id = U4AN-7YUP # # model = RB3011UiAS # serial number = HF5096ZEDE6 /disk set usb2 media-interface=none medi...
by brunolabozzetta
Thu Sep 26, 2024 4:18 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

I try deleting the VETH interface that i'm always using to test this, and create another one with another ip address, and same results.

I even try adding this interface to the docker_bridge that i created, and nothing...
by brunolabozzetta
Thu Sep 26, 2024 4:06 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

It's driving me crazy cause it doesnt even log anything... Setting "logging=yes" isn't enough. You also have to enable the "container" topic: /system/logging/set topics=container action=memory Here's my logging config: https://host.brunolab.com.ar/1.png https://host.brunolab.com...
by brunolabozzetta
Thu Sep 26, 2024 3:55 pm
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

Does it still not stay started? One note: it's absolutely critical the VETH is created before the container, once the image is first started those setting get persisted to the alpine image. I'm not sure RouterOS updates image if you later change gateway/etc., or at least with alpine. Yes, it still ...
by brunolabozzetta
Thu Sep 26, 2024 4:42 am
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

I just do another test.

I install an alpine container that just pings 8.8.8.8.

And i install it on the internal memory.

Same result.

This is the dockerfile:
FROM alpine:latest

RUN apk add --no-cache iputils

CMD ["ping", "8.8.8.8"]
by brunolabozzetta
Thu Sep 26, 2024 3:13 am
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

I forgot...

The entrypoint cant be the problem in this case cause the image itself has the entrypoint configured and..... the famous phrase... it works in my pc :lol:
by brunolabozzetta
Thu Sep 26, 2024 3:09 am
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Re: Containers wont start on RB3011 UiAS Topic is solved

Hi! Thanks for replying! Reading your reply, got me thinking twice in the posibility of doing something wrong in the process, So i re-do everything, and i still the same... I create an httpd container with alpine using buildx for armv7, and imported in a tar file. I try using a pendrive and a samsun...
by brunolabozzetta
Thu Sep 19, 2024 1:06 am
Forum: Containers
Topic: Containers wont start on RB3011 UiAS Topic is solved
Replies: 29
Views: 19616

Containers wont start on RB3011 UiAS Topic is solved

I manage to get to work a container on a CHR with RouterOS 7.15.3, and replicating the same configuration on my RB3011UiAS does not work at all. Containers wont start. And nothing shows up in the log. (When i hit start, container shows that its running for 1 second and returns to stopped). Yes, i ha...
by brunolabozzetta
Thu Sep 19, 2024 12:49 am
Forum: Containers
Topic: PiHole Docker container simply refuses to run on a MikroTik RB3011UiAS (RouterOS 7.13.3)
Replies: 4
Views: 12529

Re: PiHole Docker container simply refuses to run on a MikroTik RB3011UiAS (RouterOS 7.13.3)

Hi mate! Were you able to solve your problem? I have the same router, (now in routerOS version 7.15.3), and have the same problem. The container starts, and stops at 1 to 2 seconds. I tryed containers downloaded directly from docker registry and others generated locally and compiled in a tar file. t...
by brunolabozzetta
Thu Sep 12, 2024 5:17 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2150
Views: 2024610

Re: 📣 WinBox 4 is here 📣

@normis this is very impressive! Congrats on the upgrade! i'm really enjoying the new interface! Feedback: - In IPsec / Indentity, with ROS v 7.14.3, it let me create the identity profile but it forces mode configuration as request only. (router A) - Same happen in ROS 7.15.3 (router B), but when cr...
by brunolabozzetta
Tue Apr 23, 2024 11:01 pm
Forum: General
Topic: fetch error since 7.13: "failure: ERROR parsing http: there was no content-length or transfer-encoding"
Replies: 22
Views: 6410

Re: fetch error since 7.13: "failure: ERROR parsing http: there was no content-length or transfer-encoding"

Also... i just realize that a sync script for an HA cluster just broke completly because of this.

This is so bad...
by brunolabozzetta
Tue Apr 23, 2024 9:08 pm
Forum: General
Topic: fetch error since 7.13: "failure: ERROR parsing http: there was no content-length or transfer-encoding"
Replies: 22
Views: 6410

Re: fetch error since 7.13: "failure: ERROR parsing http: there was no content-length or transfer-encoding"

i'm with ROS 14.3 stable branch and this error persists. I have a full range of scripts that push data to a prometheus pushgateway to audit quality of links and all of them just stop working on update. "failure: there was no content-length or transfer-encoding" Is there any solution to thi...