bpa wrote: 
> 
> Lubuntu is the source of connections so it will never received a 3483 or
> 9000 communication - it will make call *from* a random port number
> usually above 10000 *to* port 3483 or 9000

I think that LMS (the server) sends data as udp (ie, connectionless) to
the client, but not necessarily to port 3483. The slim protocol were
developed for devices without any firewalls active so there were no need
to specify any specific udp port on the client. Looking at the ufw log
extract by the OP LMS sends to udp port 40162 on the client (which is
not open btw).
I would suggest to open all udp ports on the client for traffic
originating from LMS, eg:


Code:
--------------------
    sudo ufw allow proto udp from 192.168.0.101 to 192.168.0.100
--------------------

Should probably be checked by the 'sudo ufw status verbose', I am unsure
if the syntax is entirely correct.



2 Touch, 1 Picoreplayer 4.1.0 on RaspBerry 3B with 7" display
LMS latest nightly on Ubuntu 18.04.1 on Intel Core2 Duo E4500 @ 2.20GHz,
2GB
All wired
------------------------------------------------------------------------
BosseJ's Profile: http://forums.slimdevices.com/member.php?userid=67378
View this thread: http://forums.slimdevices.com/showthread.php?t=109829

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to