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...
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...
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...
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...
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...