Quantcast
Viewing all articles
Browse latest Browse all 60861

Re: Multicast, Sonos, Phorus & Play-Fi Broadcast 255.255.255.255: Discovery Solution

Tried to configure Bcast-relay for my NAS4FREE serviio dlna server, but I can't see my dlna server over different vlans. Have two vlans:

vlan 1 (192.169.1.0/24): serviio dlna server (uses udp 1900 and TCP 8895), also laptop and smart phone (for configure network)

vlan 2 (192.169.2.0/24): Smart TV, smart phones.

 

My bcast-relay config is:

id 1 {
description "Serviio listener"
interface eth1
interface eth1.2
port 1900 
}

 

vlan2 devices can't see serviio, vlan1 devices see serviio but with buuble-upnp for example can't see smart tv dlna client/repeater from vlna2.

 

Checking that bcast is running:

3675 ? S 0:00 /opt/vyatta/sbin/udp-bcast-relay 1 1900 eth1 eth1.2
5801 pts/0 S+ 0:00 /bin/busybox grep /opt/vyatta/sbin/udp-bcast-relay

 

 

Also enabled mdns (reflector and repeater):

reflector
 repeater {
     interface eth1
     interface eth1.2
 }

 

And finally igmp-proxys enabled like this:

interface eth1 {
     alt-subnet 192.168.1.0/24
     role upstream
     threshold 1
 }
 interface eth1.4 {
     alt-subnet 192.168.2.0/24
     role downstream
     threshold 1
 }
 interface pppoe {
     role disabled
 }

 

 

I don't have any other rule or firewall configured at the moment (for test purposes). I can ping from different vlans devices to other devices.

 

Don't know if I'm doing something wrong, I can't see the dlna server from vlan2. Any clue if I doing something wrong?


Viewing all articles
Browse latest Browse all 60861

Trending Articles