Ubiquiti edge switch and streamer

I absolutely agree with you. The ubiquity choiche is because of the price. Small business Cisco are 5 time ubiquity price fActor. Meraky almost 10

You can as I can see all my Chromecast devices form different subnets on my ubiquiti network as long as they are all set as corporate network and you enable mdns it should be ok. Unfortunately Roon does not see anything outside of the servers vlan regardless. :frowning:

You miss the point, you need to route multicast groups for upnp SSDP… . not difficult but you need the right equipment and know how networks work. You also need to set static routes up unless you are using simple connected unicast routing… no good for Roon or upnp.
I know it’s all elementary, but if you have not done it before it might not be obvious. It’s definitely not plug and play however.
Roon should route when you set up multicast routing and PIM as you expect it would, I can’t remember which multicast group address it uses And don’t have it to hand… sounds like you might not have configured your router correctly or might not support the required functionality.

Ubiquiti switches have a setting apparently called IGMP Snooping->Multicast Router Configuration which allows route multicast between vlans, but I have no details of how and what it actually implements.

You can still do it on the unifi stuff via cmdline it’s not in their GUI. ChromeCast stuff is as all you do is enable Multicast DNS and it works across vlans. Roon does not support seeing devices across vlans support have confirmed this it’s by design. Much to peoples annoyance. If it did then getting a vpn working with Roon would be a snich but it’s not.

Remember VLANs are simply seperate subnets whose frames can be trunked together and are identified by their VLAN identifiers, typically 802.1Q tags are used … as far as switches are concerned these VLANs and their associated tagged frames are completely seperate from each other. The only way to go from one subnet to another or one VLAN group to another VLAN groups is to route. You have unicast routing of IP and multicast routing of IP groups and they use different techniques.
Your L3 switch or router needs to be instructed on how to route between subnets… you certainly wouldn’t want it to automatically happen on most equipment as chaos and potentially security issues could ensue causing network failure. mDNS uses a multicast group IP address that effectively broadcasts to all connected devices on the subnet which then respond with their mDNS host name so they can be found independently of using a DNS server.
Now on some devices you can allow connected subnets to remote without having to specify to much… it sounds like on the Ubiquiti device you may be using their Chromecast discovery/ mDNS helper (reflector) as their special case to route the mDNS broadcasts across the switch.
However if you had set up multicast routing using PIM as opposed to perhaps a simple helper, then Roon discovery and UPNP SSDP should also route between subnets… the media would route via unicast routing.
Remember routing is not down to the application, but the router functionality and configuration…some people perhaps get confused by that… so it’s not a matter of it being supporting by Roon, Chromecast or anything else, it’s transparent to them, it’s how you configure your network equipment to process the network protocols.
Just about anything can be made to route across subnets using a capable router … some applications are harder than others to configure depending on what network protocols the applications use. Hence why I recommend a used Cisco 870 or similar … they are cheap, end of life, and quite versatile… and you can configure them as a ā€˜router on a stick’ using trunked VLANs from your switch

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.