Community discussions

MikroTik App

Search found 6 matches

by mickey
Fri Sep 23, 2022 9:08 am
Forum: Containers
Topic: Container for mDNS repeater
Replies: 9
Views: 12613

Re: Container for mDNS repeater

Hi Mickey, any updates on your mans repeater container? I've tried doing it in Go, but lack of libs for L2 operations forced me to pivot into rust-lang. Unfortunately I don't know rust so I've started learning it... it's not easy and very time consuming process, sooo don't count on me :lol:, but my...
by mickey
Tue Jul 05, 2022 9:28 am
Forum: Containers
Topic: Container for mDNS repeater
Replies: 9
Views: 12613

Re: Container for mDNS repeater

I've manage to create container with mdns-repeter between two VLANs. Here https://github.com/TheMickeyMike/docker-mdns-repeater-mikrotik is repo with short README and my setup This repo was created in hurry and it is one big work in progress, because now I'm trying to write my own mdns-repeter in Go...
by mickey
Thu Jun 16, 2022 2:39 pm
Forum: Beginner Basics
Topic: Invalid forward packets between bridge VLAN [SOLVED]
Replies: 7
Views: 2263

Re: Invalid forward packets between bridge VLAN [SOLVED]

My (educated) guess: routing triangle. I'll call left PC "ether8" and right PC ether9. So when ether9 connects ether8, it'll use 192.168.99.246 as source address (unless forced otherwise) because it'll figure out that destination address is directly connected (same IP subbet) and should t...
by mickey
Wed Jun 15, 2022 7:09 pm
Forum: Beginner Basics
Topic: Invalid forward packets between bridge VLAN [SOLVED]
Replies: 7
Views: 2263

Invalid forward packets between bridge VLAN [SOLVED]

Hello, I have a problem with my VLAN setup. I have two devices connected to Eth8 (Vlan99) (trunk port) and Eth9 (vlan10, vlan99) (hybrid port). Ping between (vlan99<->vlan10) is working fine in both ways, but when I do HTTP request from Eth8 (vlan99) to Eth9(vlan10) then connection hangs for a few s...
by mickey
Thu Jun 29, 2017 9:04 pm
Forum: General
Topic: RB3011 UiAS switch1/2-cpu vlan-header mode problem
Replies: 10
Views: 2761

Re: RB3011 UiAS switch1/2-cpu vlan-header mode problem

I have observed that too actually , this was my post with helpful picture https://forum.mikrotik.com/viewtopic.php?f=13&t=120661&p=593266#p593266 On this router shared Vlan between two switches is kind of magic. Sometimes reboot helps, sometimes assign static ip, then changing to new and rec...
by mickey
Tue Apr 11, 2017 7:58 pm
Forum: Beginner Basics
Topic: Can't ping between access ports
Replies: 0
Views: 640

Can't ping between access ports

I'm trying set up my vlan's on RB3011. This is my current config
config_1.txt
and this is what I'm trying to achieve Image
Why I can't ping between devices: Eth5 <-> Eth8 ?? (Two access ports)