I spoke too soon.  The box was behaving very erratically after all this
so I added port 9000 on tcp too (even though I figured that this was
working because of my ability to log on to the web page). 
Code:
--------------------
    sudo iptables -A INPUT -p tcp --dport 9000 -j ACCEPT
--------------------
So now, I can check my iptables and get the following:
Code:
--------------------
    $ sudo iptables -L
  Chain INPUT (policy ACCEPT)
  target     prot opt source               destination         
  ACCEPT     udp  --  anywhere             anywhere            udp dpt:3483 
  ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:3483 
  ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:9000 
  
  Chain FORWARD (policy ACCEPT)
  target     prot opt source               destination         
  
  Chain OUTPUT (policy ACCEPT)
  target     prot opt source               destination
--------------------
It initally seemed more stable, but now my s.box refuses to pick up the
s.center when I ask it to after being on s.network - it does it in its
own good time!  I have put it on random mix and will see what happens
in the next hour or so.  It appears to completely lose the s.center
every few seconds (it has just done so even though it is playing a
song...now it has got it back!).  It looks like the contact is
intermittent.


-- 
thomaswp
------------------------------------------------------------------------
thomaswp's Profile: http://forums.slimdevices.com/member.php?userid=21839
View this thread: http://forums.slimdevices.com/showthread.php?t=56947

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

Reply via email to