connection refused to 127.0.0.1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I use some software which is giving an error 'connection refused to 127.0.0.1' I`ve verified in IIS that 127.0.0.1 is running, are there checks I should apply to IIS or windows services to ensure IIS is not the problem

tia

Colm
 
cbweb said:
I use some software which is giving an error 'connection refused to
127.0.0.1' I`ve verified in IIS that 127.0.0.1 is running, are there
checks I should apply to IIS or windows services to ensure IIS is not
the problem

tia

Colm

127.0.0.1 is localhost. You should check with the makers of your
software about what permissions it needs.

Malke
 
I`ve allowed full permissions on the application software's folder specifically the software wants to access 127.0.0.1:8080, other software uses 127.0.0.1:8500
without a problem, maybe I`m missing some way to give full permission for software to use any port on 127.0.0.1?

any help appreciated

Colm
 
Disable third party firewalls

David:

I have had to write a f/w rule that allows access specifically to 127.0.0.1
on some systems.
 
Hi David,

I sure would be very grateful to have instructions on how to write and deploy
a f/w rule for access to 127.0.0.1

tia

Colm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top