CJS wrote:
> I tried that, see 'this post'
> (https://forums.slimdevices.com/showthread.php?109829-SqueezePlay-on-Linux-does-not-connect-to-Logitech-Media-Server&p=927618&viewfull=1#post927618)
> in this thread. It did not work for me, since LMS appears to send udp
> data to random other ports than 3843 on the client, that are then
> blocked by the firewall on the client. This is what I concluded from the
> UFW log, and is the reason for defining a firewall rule specific for
> jive that allows incoming udp traffic on all ports between 1024 and
> 65535. It was actually a remark from you that made me aware that
> initially I mixed up sending and receiving ports when reading the ufw
> log file.
Your firewall rule should allow UDP 3483 on incoming or outgoing port as
required - ignore the other port which will be random.
For example the rules for NTP which is a UDP protocol on port 123
Code:
--------------------
#----------
# NTP
#----------
iptables -A INPUT -p udp --sport 123 -j ACCEPT
iptables -A OUTPUT -p udp --dport 123 -j ACCEPT
--------------------
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=109829
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix