Hey guys, First time using a mailing list, hopefully I've done it correctly. I've installed Icecast, and configured ports 8008 and 8009 in my icecast.xml file and started the server with icecast -b -c /etc/icecast.xml Icecast then loads and I can see the process in the command 'top' However, I can't access it with my domain URL, I have Shoutcast setup on this server on different ports and they are accessible via browser. If I use lynx on the server, it loads the web interface... lynx http://localhost:8008 When I access it on my computer, safari says I cannot connect on the domain eg: melody.domain.com:8004 (domain.com being example domain) Netstat doesn't seem to show icecast listening on the 8008 and 8009 ports either... Anything I missed? Cheers! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20100620/02ca85b6/attachment.htm
On Sun, 20 Jun 2010, Jian Du wrote:> First time using a mailing list, hopefully I've done it correctly.Looks fine to me.> I've installed Icecast, and configured ports 8008 and 8009 in my icecast.xml > file and started the server with > icecast -b -c /etc/icecast.xml > > Icecast then loads and I can see the process in the command 'top' > > However, I can't access it with my domain URL, I have Shoutcast setup on > this server on different ports and they are accessible via browser. > > If I use lynx on the server, it loads the web interface... > lynx http://localhost:8008 > > When I access it on my computer, safari says I cannot connect on the domain > eg: melody.domain.com:8004 (domain.com being example domain)Presumably that should be 8008.> Netstat doesn't seem to show icecast listening on the 8008 and 8009 ports > either... > > Anything I missed?Did you fill in the bind atribute at all? Usually you can just leave this commented out and it will bind to all available interfaces. Geoff.
<hostname>127.0.0.1</hostname> <listen-socket> <port>8008</port> <bind-address>127.0.0.1</bind-address> </listen-socket> Yep... set at 8008, netstat doesn't show that it's actually listening to those ports I don't think... don't see *:8008 and *:8009 You're right about the melody.domain.com:8004 part, typo, should be 8008 (oops!) Installed via 'yum install icecast' on CentOS... weird? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast/attachments/20100621/718618aa/attachment.htm