Community discussions

MikroTik App

Search found 10 matches

by snowzach
Fri Apr 26, 2024 4:59 pm
Forum: RouterOS beta
Topic: RB5009 Slow Speed 2.5G Bug Report (as requested)
Replies: 50
Views: 26589

Re: RB5009 Slow Speed 2.5G Bug Report (as requested)

Gahhhh! I have this same problem... So one thing I've noticed is that on a device connected at 1Gbps everything is fine bidirectionally... UNTIL there's some delay added... Add some delay on a linux machine with `sudo tc qdisc add dev eno1 root netem delay 5ms` (replace eno1 with your test interface...
by snowzach
Sat Apr 20, 2024 3:27 pm
Forum: General
Topic: Poor throughput on RB5009 in certain configurations
Replies: 0
Views: 584

Poor throughput on RB5009 in certain configurations

Several people including me have had throughput issues with the RB5009. The download speed via the SFP+ to any of the Ethernet ports is terrible. Usually around 200-400mbps. Well, I have finally figured out an interesting way to reproduce the issue... So the RB5009 has no config at all.. I literally...
by snowzach
Thu Oct 05, 2023 9:33 pm
Forum: General
Topic: DNS Resolve Loop - Feature Request: NOERROR for NULL address on static A or AAAA records
Replies: 0
Views: 1213

DNS Resolve Loop - Feature Request: NOERROR for NULL address on static A or AAAA records

I am having a horrible time with DNS.. I have a CCR2004 Router1 and it's running DNS for my domain say `example.com` I also have a CHR Router2 running as a VM and it's handling a subdomain say `stuff.example.com` I have a FWD record in Router1 stuff.example.com (match subdomain) -> Router2 I have a ...
by snowzach
Sat Feb 04, 2023 3:23 am
Forum: Announcements
Topic: v7.8beta [testing] is released!
Replies: 307
Views: 82374

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

The breaking changes to DNS on Router OS 7.7 are slightly better but still not fixed on 7.8b3. The issues is that there is no way to make the Router the authoritative DNS server for a domain.. (which is fine) It ends up hanging in some cases (from servers) or just returning NXDOMAIN for AAAA records...
by snowzach
Thu Feb 02, 2023 10:16 pm
Forum: Announcements
Topic: v7.8beta [testing] is released!
Replies: 307
Views: 82374

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

I've opened a ticket (SUP-105409) but it was closed by MikroTik as "not our bug". No wonder with error message 16:43:07 container,info,debug error response getting manifests: 404 which indicates http error 404 (not found). That's a problem on remote side (github) and if things worked prev...
by snowzach
Thu Jan 19, 2023 4:36 pm
Forum: Announcements
Topic: v7.7 [stable] is released!
Replies: 357
Views: 120970

Re: v7.7 [stable] is released!

I finally figured this one out.. I created a regex that matches my internal record and created an AAAA record that points to 2001:: That is a valid global unicast address. I guess a request is routed through the internet now just to find out that the host does not exist. You are correct.. I just st...
by snowzach
Thu Jan 19, 2023 6:35 am
Forum: Announcements
Topic: v7.7 [stable] is released!
Replies: 357
Views: 120970

Re: v7.7 [stable] is released!

Any ideas or any possibility to create an "empty" static AAAA entry? I dont't really want to create real AAAA entries as I had some problems with docker and IPv6 in the past. Thanks! Since 7.7 IPV6 lookups now return NXDOMAIN and it makes my docker containers ignore the valid IPv4. I fina...
by snowzach
Fri Dec 30, 2022 9:21 pm
Forum: Announcements
Topic: v7.7rc is released!
Replies: 259
Views: 94291

Re: v7.7rc is released!

I really don't have any specific examples for dns failures, I have a handful of static cnames, A's and a fwd for a couple of regex subdomain. I am using dual stack ipv6. The one thing I have noticed especially is the "reddit is fun" Android app is basically unusable with errors. Everything...
by snowzach
Sun Sep 04, 2022 7:12 am
Forum: Virtualization
Topic: Mount ssh authorized_keys into a container
Replies: 0
Views: 2598

Mount ssh authorized_keys into a container

Is it possible to mount a single file into a container? I want to run a simple container that allows SSH and I want to be able to update the ssh authorized_keys file from outside the container. Is that possible? I can seem to mount a directory but it doesn't seem to allow mounting a file like you ca...
by snowzach
Wed Aug 24, 2022 10:42 pm
Forum: Announcements
Topic: v7.5rc is released!
Replies: 86
Views: 23286

Re: v7.5rc is released!

I am trying to mount a file into my container. It doesn't seem like any mount options end up mounting a file into the container. I have tried a real file, an empty file, nothing seems to create the mount point inside the container. I tried just for example /container/mounts/add src=/test dst=/test n...