I read almost all topics about my problem and some of the problems are still unresolved.
I have RB4011 and multiple VLANs in my home network. Network was split to VLANs for better security management. There is VLAN for guest, IoT, Office and Home devices (laptops, smartphones). My SmartTV is in one of IoT VLAN and Smartphone is in Home VLAN. Connecting via direct IP entering works great but there is problem with discovery SmartTV by applications like YouTube, Netflix or DLNA. I have much more problems but some of them was resolved by read topic where mdns-repeater was recommended, now I have one in my raspberryPi (which is connected to required VLANs). Now the biggest problem is how to enable discovery by YouTube and Netflix applications?
Ok,
below is simplified network schema:
I would like to cast from Iphone to SmartTV via YouTube or Netflix application.
But YouTube/Netflix application cannot discover SmartTV.
When enter IP address manually I can ping or telnet (no firewall drop or reject)
I can use other tools even for linux and install them on raspberry PI to probably copy some packets between networks, but I don’t find good tool.
Mdns-repeater recommended in other thread do not affect on YouTube application (probably using something different than zeroconf/bonjur)
Why internet is important? It’s only LAN problem. I’m not sure it’s multicast but it can be broadcast. Like I said before maybe there is application which I can install on Linux and copy some packets between VLANs?
Wondering,
Why do you put devices on separate VLANS when afterwards you want to connect them together on L2 (use discovery protocols)???
Its absolutely normal that they can not communicate on L2, only L3 (IP) with corresponding firewalls.
If you want to cast just put them on the same L2 network and you can use all these consumer product casting/sharing etc.
Will be close to impossible to set all this protocols up in such scenario across VLANS.
And if you succeed you have no real VLAN separation anymore…
VLANs in my configuration are for more convenient manage access to Internet and some of the devices. Like in picture above I would like to block access between some devices and some devices block access to the Internet. Without VLANs i must gave them static IP and block new devices to connect
Ok so maybe there is possibility to copy packets between VLANs? Mdns-repeater can work with zeroconf/bonjur, but do not help with YouTube/Netflix applications