Sunday, December 16, 2012

Squeezebox Server & Fedora


To get squeezeboxserver working on Fedora, add the following to /etc/sysconfig/iptables:

# squeezebox
-A INPUT -m state --state NEW -m tcp -p tcp --dport 9000 -j ACCEPT
-A INPUT -m state --state NEW -m tcp -p tcp --dport 3483 -j ACCEPT
-A INPUT -m state --state NEW -m udp -p udp --dport 3483 -j ACCEPT

No comments:

Post a Comment

© 2012 James Bowes. Icons by glyphicons. Powered by Blogger.