philippe_44 wrote: 
> Are you sure they are discovered? The list at the bottom is not the
> currently discovered players, but the list of all players that have ever
> been discovered. This is just the reflection of the config file which
> says 'if you discover this player, apply those parameters'. The
> discovery process uses mdns protocol which requires sending multicast
> messages on IP 224.0.0.251. Could this be blocked?
> 
> I don't use it much, but seems that in /etc/ufw/before.rules you can
> allow mdns multicast

I'm pretty sure. As you'll see in my reply to PasTim, I've tried
stopping LMS, deleting the castbridge.xml file and restarting. I do have



Code:
--------------------
    -A ufw-before-input -p udp -d 224.0.0.251 --dport 5353 -j ACCEPT
--------------------


In my /etc/ufw/before.rules and `iptables -L | grep 224` shows:


Code:
--------------------
    ACCEPT     udp  --  anywhere             224.0.0.251          udp dpt:mdns
--------------------


I did see UFW blocking requests to 224.0.0.1 from my router, which I
tried to allow. That didn't seem to help.


------------------------------------------------------------------------
mgrimes's Profile: http://forums.slimdevices.com/member.php?userid=67523
View this thread: http://forums.slimdevices.com/showthread.php?t=104614

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to