| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Tue May 16, 2006 11:25 pm Post subject: Users connecting to my radio |
|
|
ive got my radio running, but when i put my ip on the like like
http://***********:8000/live
its bringin nothin up, now im gettin my ip address from
http://www.whatismyip.com/
so does anyone kow what up, i can get on from my computer ip but because its the computer ip no one else can from another pc where as my local ip no one can get on there either,
anyone help me??
thanks
jonny
 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue May 16, 2006 11:43 pm Post subject: |
|
|
"bringing nothing up" is not that helpful, if you mean that you get a connection timeout then start from the basics. Check that you can access the /status.xsl page, if that times out then it's probably a firewall/routing issue, the other possibility is that you are using bind-address in icecast xml when you should not.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Tue May 16, 2006 11:46 pm Post subject: |
|
|
| karlH wrote: |
"bringing nothing up" is not that helpful, if you mean that you get a connection timeout then start from the basics. Check that you can access the /status.xsl page, if that times out then it's probably a firewall/routing issue, the other possibility is that you are using bind-address in icecast xml when you should not.
karl. |
Hi mate,
im a newbie to all this you see...
anyway the link i hand out come up with page not responding and yes i do have a router, will i need it porting?? do you know how i port it for a icecast?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 17, 2006 1:19 am Post subject: |
|
|
You sound like you have a NAT setup so you need to port forward 8000 to the internal IP address the has icecast on it. The documentation for your router should help in setting up the port forwarding.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 11:26 am Post subject: |
|
|
ok mate i jus did this, do you think thats right??
 |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 17, 2006 11:33 am Post subject: |
|
|
icecast only uses TCP so the UDP entry is not needed, also the server IP address is wrong, 127.0.0.1 would be the router not the internal icecast IP (which I guess is something in the 192.168.x.x range).
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 11:44 am Post subject: |
|
|
ok sorted that out you just said, but still no one can connect (from my internet ip) but me(from the pc ip)??
some one mentioned to me because im on aol its probably that do you think it is??
cheers
jonny |
|
| Back to top |
|
 |
epe Asesor espaņol


Joined: 27 Aug 2005 Posts: 132 Location: Quito - Ecuador
|
Posted: Wed May 17, 2006 12:34 pm Post subject: |
|
|
| karlH wrote: |
the other possibility is that you are using bind-address in icecast xml when you should not.
|
Try this suggestion, if nobody can from the internet but you can from within your pc, maybe you are bingind to localhost only (127.0.0.1) _________________ --
http://www.NuestroServer.com
USA: +1 305 359 4495, Espaņa: +34 911 877 602
Ecuador: +593 2 600 4454
Se habla espaņol |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 1:08 pm Post subject: |
|
|
well im confused by what you mean there
if thats the case what should i do?
thanks
jonny |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 1:11 pm Post subject: |
|
|
| epe wrote: |
| karlH wrote: |
the other possibility is that you are using bind-address in icecast xml when you should not.
|
maybe you are bingind to localhost only (127.0.0.1) |
thats the ip in my configuration:
<!--<bind-address>127.0.0.1</bind-address>-->
should i change it or somethin?? |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 17, 2006 1:30 pm Post subject: |
|
|
don't use bind-address unless you have a specific need for it, and from the sound of it you do not. By default it will listen on all interfaces.
If you can connect to icecast from within the LAN from a different machine then that removes any firewall issue and icecast is ready.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 1:49 pm Post subject: |
|
|
ive now made it like....
<!-- <bind-address></bind-address> -->
is that correct?
can you please try and get onto my radio?
http://195.93.21.104:8000/live
thanks |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Wed May 17, 2006 3:39 pm Post subject: |
|
|
in xml <!-- and --> mark the start and end of a comment, anything inbetween will be ignored. The key point is getting your firewall to forward the packets correctly, your network admin should be able to check that.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Wed May 17, 2006 3:58 pm Post subject: |
|
|
who will be my admin??  |
|
| Back to top |
|
 |
|