philippe_44 wrote: 
> Thanks - confirmation would be good as I'm not a IP guru neither -
> currently, sq2u worked on the following devices for me, w/o special
> needs
> 
> - PC: Win7 SP1 x64
> - PC: Kubuntu 14.10 x32 and x64 
> - ARM: Raspberry Pi B+ (Raspian with kernel 3.12.x)
> - ARM: Odroid C1 (14.04 w/ kernel 3.10.x)
> - ARM: Cubieboard2 (14.04 w/ kernel 3.4.x)
> - ATOM: Synology NAS DS-411 running DSM 4.3 (Linux kernel 3.2.x)
I think a lot depends on the operating system you are using and the
default firewall rules.  On my ubuntu 14.0 system using 'ufw', if I add
the standard (built-in) UPnP rules it adds:

Code:
--------------------
    
  1900/udp                   ALLOW IN    Anywhere
  5431                       ALLOW IN    Anywhere
  49152                      ALLOW IN    Anywhere
  80                         ALLOW IN    Anywhere
  
--------------------

But this is not enough.  Looking at a log seemingly random ports between
30000 and 60000 get sued, both udp and tcp. So I had to add the
following (I limited the subnet to my home wired network - probably in
vain but ....):

Code:
--------------------
    
  192.168.1.10 30000:60000/tcp on eth0 ALLOW IN    192.168.0.0/22
  192.168.1.10 30000:60000/udp on eth0 ALLOW IN    192.168.0.0/22
  
--------------------



LMS 7.9 on VortexBox Midi, Xubuntu 14.04, FLACs 16->24 bit,
44.1->192kbps. LMS & Squeeze2upnp (Beta - derived from squeezelite) to
Musical Fidelity M1 CLiC and Marantz CR603 UPnP renderers.  Squeezelite
to PC sound.  Minimserver (server) and upplay (control point) to same
amps & to upmpdcli/mpd PC renderers.  Meridian USB Explorer DAC from PCs
to speakers/headphones.  Wireless Xubuntu 14.04 laptop controls
LMS/upplay via Firefox.   Have a Touch with EDO, and a spare, but don't
use.
------------------------------------------------------------------------
PasTim's Profile: http://forums.slimdevices.com/member.php?userid=41642
View this thread: http://forums.slimdevices.com/showthread.php?t=102496

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

Reply via email to