Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-26 Thread Calum Mackay
On 26/01/13 06:46, Mnyb wrote: Afaik 3483 shall be udp that's the broadcast for server discovery ? right, but that's only needed on the server. The original issue was on a client, with squeezeplay, I think, which is why I said I only need TCP to server:3483 server:9000, on a client. On

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-26 Thread Calum Mackay
On 26/01/13 02:41, skibler wrote: I cannot, unfortunately, get ulogd to produce any output. I am quite sure it is user error. The default config provides a dozen or so plugins and as many stacks and I cannot find a combo that produces any output on Fedora 18. That's odd; you have ulogd

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-26 Thread Calum Mackay
On 26/01/13 23:55, Calum Mackay wrote: On 26/01/13 06:46, Mnyb wrote: Afaik 3483 shall be udp that's the broadcast for server discovery ? right, but that's only needed on the server. oh, I see; you mean squeezeplay might use it to discover the servers? Never thought of that, sorry: I only

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-26 Thread Mnyb
cdmackay wrote: On 26/01/13 23:55, Calum Mackay wrote: On 26/01/13 06:46, Mnyb wrote: Afaik 3483 shall be udp that's the broadcast for server discovery ? right, but that's only needed on the server. oh, I see; you mean squeezeplay might use it to discover the servers? Never

[SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-25 Thread skibler
Ok, I give up. What is stopping squeezeplay from connecting to the server running on the same network: Code: Chain INPUT (policy ACCEPT) target prot opt source destination ACCEPT all -- 0.0.0.0/00.0.0.0/0

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-25 Thread bugmenot
Try to remove only this one rule: REJECT all -- 0.0.0.0/00.0.0.0/0 reject-with icmp-host-prohibited bugmenot's Profile: http://forums.slimdevices.com/member.php?userid=15664 View this

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-25 Thread Calum Mackay
On 25/01/13 15:42, skibler wrote: Ok, I give up. What is stopping squeezeplay from connecting to the server running on the same network: I find it sufficient to open up local nonpriv port to server:3483 and server:9000, for TCP, only, nothing else needed, here. To debug this, prefix all

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-25 Thread skibler
Well, I've figured out two things. cdmackay is correct, allowing udp traffic on those ports serves no purpose, and if I delete reject-with icmp-host-prohibited on the INPUT chain things start working. I cannot, unfortunately, get ulogd to produce any output. I am quite sure it is user error. The

Re: [SlimDevices: Unix] squeezeplay cannot find server (iptables)

2013-01-25 Thread Mnyb
Afaik 3483 shall be udp that's the broadcast for server discovery ? Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143 View this thread: http://forums.slimdevices.com/showthread.php?t=97940