Community discussions

MikroTik App

Search found 11 matches

by foureight84
Tue Sep 06, 2022 9:03 pm
Forum: Containers
Topic: Looking for Docker container ideas for RouterOS
Replies: 121
Views: 39597

Re: Looking for Docker container ideas for RouterOS

No, you're right: the current RouterOS docs on containers positively suck compared to what you get for other container platforms. Your next-best option is SSHing into a box running the containers.npk package, typing "/container", and then pressing the F1 and Tab keys a lot. Between that, ...
by foureight84
Tue Sep 06, 2022 8:44 pm
Forum: Containers
Topic: Looking for Docker container ideas for RouterOS
Replies: 121
Views: 39597

Re: Looking for Docker container ideas for RouterOS

Yeah I made the same wrong assumption some time ago. And with the different vETH's , you have full flexibility with things like DNAT etc if you want to expose to the outside world etc. Curious, is there more detailed documentation other than this page ? I've searched around but I haven't found any ...
by foureight84
Tue Sep 06, 2022 5:10 pm
Forum: Containers
Topic: Looking for Docker container ideas for RouterOS
Replies: 121
Views: 39597

Re: Looking for Docker container ideas for RouterOS

That makes sense. I tried implementing this at the time of the original post but I am on a level 1 license that restricts to just 1 VETH interface. I was also thrown off with the documentation's example of using 172.17.0.2/16 which made me think the large IP block is for multiple containers using th...
by foureight84
Tue Sep 06, 2022 4:14 pm
Forum: RouterOS beta
Topic: Need help with container networking (7.4beta4)
Replies: 6
Views: 5086

Re: Need help with container networking (7.4beta4)

I'm trying to run unbound container as the upstream DNS resolver for PiHole to use locally instead of remote DNS like 1.1.1.1. I'm not seeing how to do that in the documentation for Containers in ROS Because that is not a part of MT. However, You could change it like any other Linux operation syste...
by foureight84
Tue Sep 06, 2022 4:03 pm
Forum: Containers
Topic: Looking for Docker container ideas for RouterOS
Replies: 121
Views: 39597

Re: Looking for Docker container ideas for RouterOS

I was looking into documentation and I didn't see how one would do port mapping with Containers in ROS 7. How did you miss this ? It's precisely the same thing as "docker create --publish 80:80". Then what do you do with two containers both using port 80? They're both on the same VETH.
by foureight84
Tue Sep 06, 2022 9:57 am
Forum: Announcements
Topic: v7.6beta [testing] is released!
Replies: 226
Views: 66181

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

Container image names are lost when restoring from a configuration backup.
by foureight84
Tue Sep 06, 2022 9:35 am
Forum: General
Topic: Getting WAN IP with Router OS 7 x86
Replies: 5
Views: 994

Re: Getting WAN IP with Router OS 7 x86

What you wrote is convoluted and not so understandable, try to spend some time translating it better, rather than having fun with the "reports"...
Fair enough.
by foureight84
Tue Sep 06, 2022 2:44 am
Forum: Containers
Topic: Looking for Docker container ideas for RouterOS
Replies: 121
Views: 39597

Re: Looking for Docker container ideas for RouterOS

+1 for OpenWRT minimal container. It's very lightweight and there is already package manager and other good features available for all architectures ROS runs on. Also maybe make minimal containers with just busybox for different architectures. Something that can be easily used for doing scripting o...
by foureight84
Tue Sep 06, 2022 1:32 am
Forum: RouterOS beta
Topic: Need help with container networking (7.4beta4)
Replies: 6
Views: 5086

Re: Need help with container networking (7.4beta4)

I'm trying to run unbound container as the upstream DNS resolver for PiHole to use locally instead of remote DNS like 1.1.1.1 or 8.8.8.8 (for example). Unbound is using port 53 by default and that conflicts with PiHole. Normally, I would do a port mapping for Unbound, for example 5053:53. I'm not se...
by foureight84
Tue Sep 06, 2022 12:53 am
Forum: General
Topic: Getting WAN IP with Router OS 7 x86
Replies: 5
Views: 994

Re: Getting WAN IP with Router OS 7 x86

Yea I know that and I have seen the script to use. But I'm trying to confirm and understand whether Address List is made to only resolve Mikrotik Cloud DDNS URLs since my custom URL doesn't seem to resolve to my WAN IP. I mentioned this in the first post. I am currently using a Cloudflare service to...
by foureight84
Mon Sep 05, 2022 3:23 pm
Forum: General
Topic: Getting WAN IP with Router OS 7 x86
Replies: 5
Views: 994

Getting WAN IP with Router OS 7 x86

With non-x86 RouterOS, I am able to use IP -> Cloud to get a DDNS address which could be added to the Address List to resolve to my WAN IP. Since Cloud service is not supported in RouterOS 7 x86, how would I go about doing this? I am currently using a Cloudflare service to update a subdomain I with ...