You definitely have firewall software running on your machine; and you
don't appear to have port 3483 open for TCP and UDP; you need that for
Squeezebox to connect to SlimServer!

Best to turn off ALL firewalls while you're trying to connect, to
eliminate that as a possible problem.

Do the following:

Create a file called no-firewall that contains the following:

*filter
:INPUT ACCEPT
:FORWARD ACCEPT
:OUTPUT ACCEPT
COMMIT


Then run "cat no-firewall | iptables-restore"

(iptables-restore is in /sbin on my Gentoo machine).

Then run "iptables -L".  You should see the INPUT, FORWARD, and OUTPUT
chains all set to ACCEPT as the default policy.

Now try to connect your Squeezebox with the firewall completely shut
off.  If you still have problems, at least you've eliminated one
possible cause.


-- 
Ron Olsen
------------------------------------------------------------------------
Ron Olsen's Profile: http://forums.slimdevices.com/member.php?userid=9233
View this thread: http://forums.slimdevices.com/showthread.php?t=32547

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

Reply via email to