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 your rejects with some logging. i.e. wherever you have a drop or a reject, put a line above it, with the same parameters, but with a log action, e.g:

        iptables [...] -j ULOG --ulog-prefix "IPTABLES"
        iptables [...] -j REJECT

then you should get a nice log entry showing you the exact makeup of the dropped packets.

Log will be in /usr/log/ulog/syslogemu.log

you need the ulogd pkg installed, for this.

cheers,
c.

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

Reply via email to