Hi there,
When I was creating a wifi guest with Bridge_Guest and a DHCP server. I cannot connect to my synology servers (Samba WORKGROUP) from my computers or Kodi (Internet works and I can access my other routers from Safari or Android Application: 192.168.0.1 etc…)
I created :
Wifi guest with VLAN
Address: 50.0.0.1/24
DHCP Server 50.0.0.2-50.0.0.20
Vlan20
Bridge_Vlan20
NAT ( Internet ok )
I connect to guest wifi, I get an ip address 50.0.0.20
On Kodi (Amazon Fire TV 4K), I want to add a video source that is on my Synology Server ( 192.168.0.90 ), it does not work (zeroconf, SMB)
You will tell me it’s normal because I’m doing it from the VLAN and the network is separated.
So there is a possibility and I can’t understand why it works?
From Amazon Fire TV 4K: Connect to another wifi which is on the same network as the Synology server.
Add the video source that is on the Synology server from Kodi.
Once done, cut the wifi and reconnect to the wifi Vlan and everything works.
I can browse my video source which is in my Synology
The problem with such services is that very often they rely on broadcast auto-discovery. Which works very well inside single L3 network (i.e. where server and clients are in same IP subnet), but doesn’t work between different L3 networks unless router is configured to aide auto-discovery. After client discovers server, it often uses unicast connections for further communication which works flawlessly over router (unless router runs firewall which blocks that traffic, but that’s a completely different issue).