| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Wed Jun 14, 2006 2:54 am Post subject: Can connect using localhost but not using actual ip |
|
|
Hello,
I created an Icecast server and I can connec to localhost:port/admin/ but not ip:port/admin/
I can't connect to anything else either when I use the ip. I'm positive I have my ip right, any suggestions?
Thanks!
edit: Also this happens when I turn the firewall off, too. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Jun 15, 2006 1:49 pm Post subject: |
|
|
too little information to give a reason, possibilities could be the use of <bind-address> in the icecast xml when you shouldn't, or incorrect NAT configuration
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed Jun 28, 2006 10:26 pm Post subject: |
|
|
Same problem here. I'm using the small config file of IceCast to be sure.
My IP is 80.60.165.141
This is my config. I'm using a modem with NAT and 3 computers. This computer running icecast is 10.0.0.151 and I can not connect. Only using localhost everything goes fine. My NAT settings are correct.
<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<sources>2</sources>
</limits>
<authentication>
<source-password>hackme</source-password>
<relay-password>hackme</relay-password>
<admin-user>admin</admin-user>
<admin-password>hackme</admin-password>
</authentication>
<directory>
<yp-url-timeout>15</yp-url-timeout>
<yp-url>http://dir.xiph.org/cgi-bin/yp-cgi</yp-url>
</directory>
<hostname>80.60.165.141:8000</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<fileserve>1</fileserve>
<paths>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>3</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
</icecast>
EDIT : Nevermind that works now......but it I try http://80.60.165.141:8000/live.ogg or live.m3u I get a file not found error. |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed Jun 28, 2006 11:42 pm Post subject: |
|
|
if you source client is streaming on /live.ogg then it will show up on the status page. Checking the page shows no streams active, so any listener connecting will get a 404 response.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Thu Jun 29, 2006 11:41 am Post subject: |
|
|
| Myzarel, I sent you a very important private message check your inbox and reply! |
|
| Back to top |
|
 |
|