Steamcast not accessiable on Public IP

Steamcast is a stand alone server that combines the features of SHOUTcast and Icecast2 and more to make one mega awesome server.
Post Reply
madikonda
Posts: 9
Joined: Sat Dec 16, 2006 6:34 pm

Steamcast not accessiable on Public IP

Post by madikonda »

Hi,

Though i am new to steamcast, i am not new to Networking.
I have installed version 0.9.75 on a dedicated server and disabled all firewalls and rules.

When starting steamcast with the DEFAULT config, i can access the admin interface on the localhost as well as the Public IP address of that dedicated machine, while logged on locally. But i am unable to access the webinterface or ANY functions of steamcast from another computer.

This is the same case in a local area network.

Can anyone tell me if there has been any changes to the default config or to be done to it to get it to work and accessiable to the public.

The previous version had no problems for me, and was accesiable by the public.

I am using a windows 2003 server, with 512MB ram. no firewall or any other programs using the same ports.

Thanks
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

make sure that SrcIP and SrvIP are set to ANY. You might also try disabling namelookups to see if that has any effect.

Other then that there have been no changes to the network code.
- Jay
madikonda
Posts: 9
Joined: Sat Dec 16, 2006 6:34 pm

Post by madikonda »

Hi Jay,

I Have tried as suggested, but still the same problem. My Config is posted below. Maybe you could spot any silly mistakes on my part.

Thanks

;====================
; Steamcast Configuration File
; Server Configuration
; ====================
PortBase=8000
;MaxUser=20
;MaxBandwidth=0
IPMaxUser=1
LogFile=steamcast.log
MimeFile=mime.types
BanFile=steamcast.ban
VipFile=steamcast.vip
ScreenLog=Yes
RealtimeLog=Yes
YPLog=Yes
PidFile=steamcast.pid
NameLookups=No
ShowLastSongs=20
ClientTimeout=30

; Advanced Configuration
; ======================
ServIP=ANY
SrcIP=ANY
ThreadPool=5
MetaInterval=8192

; Directory Configuration
; =======================
Directory=http://www.steamcast.com/sbin/yp.php
;Directory=http://dir.xiph.org/cgi-bin/yp-cgi

; User Configuration
; ==================
AdminUser=admin
AdminPass=hackmedefault

; Source 1 Configuration
; ====================
SourceMount=/live
SourceUser=Encoder1
SourcePass=password1
SourceUserMax=5
; SourceRelay=audio.str3am.com:4080
; SourceDisconnectWait=10
; SourceDirectory=./content
; SourceGateway=/intro.%s
; SourceBackup=/live_back
; SourceAvgBitrateLimit=128
SourceIsSC=Yes
SourceNameFormat=%s powered by Steamcast
SourceIsDefault=Yes
; SourceIP=123.45.67.89
; SourceAuth=No
; SourceAuthMax=1
; SourceListenerTimer=0
; SourcePublic=Never
; SourcePublicRelays=No
; SourceRawKey=rawdata
; SourceBuffUtil=100

; Source 2 Configuration
; ====================
;SourceMount=/tv.nsv
;SourceUser=Encoder
;SourcePass=Devak1
;SourceUserMax=5
; SourceRelay=audio.str3am.com:4080
; SourceDisconnectWait=10
; SourceDirectory=./content
; SourceGateway=/intro.%s
; SourceBackup=/live_back
; SourceAvgBitrateLimit=128
;SourceIsSC=Yes
; SourceNameFormat=%s powered by Steamcast
;SourceIsDefault=No
; SourceIP=123.45.67.89
; SourceAuth=No
; SourceAuthMax=1
; SourceListenerTimer=0
; SourcePublic=Never
; SourcePublicRelays=No
; SourceRawKey=rawdata
; SourceBuffUtil=100

;========================
User avatar
Jay
Will work for food (Administrator)
Posts: 3020
Joined: Mon Jan 14, 2002 12:48 am
Location: Next Door
Contact:

Post by Jay »

looks good, bump back to 73 and I'll take a look at my code before next beta release.
- Jay
madikonda
Posts: 9
Joined: Sat Dec 16, 2006 6:34 pm

Resolved:

Post by madikonda »

Hi,

My issue has been resolved. There was a transperant proxy server that was interfeering with the http requests.

This would fall under the isp port blocking category.
Post Reply