1

I'm a new volunteer at a university radio station after the old network tech walked out.

I cannot connect to the radios CentOS server on 192.168.1.119 which hosts our Icecast broadcast program which means we are not broadcasting anything across all channels. When I search in Chrome I get a basic error message of:

192.168.1.119 didn't send any data

ERR_EMPTY_RESPONSE

I've tried the basics and deleted the cache but I can't seem to figure out why I don't have access. Additionally I only have a very basic knowledge of CentOS and networking. Any help would be appreciated.

techraf
  • 4,403

1 Answers1

-1

I have googled your issue and someone has come up with the following solution that you could try. I will need to assume you are using a Windows operating system but please correct this if not so.

First you need to start command prompt with admin rights.

Once you have command prompt up and running, try these commands:

Run below commands one by one.

ipconfig /release
ipconfig /all
ipconfig /flushdns
ipconfig /renew

netsh int ip set dns
netsh winsock reset

Then restart your PC.

What this will do is release your IP, renew your IP and flush your DNS settings and reset your winsock.

I found this solution and full guide on this website here

SleepyMan
  • 134