ChatterBank0 min ago
Message I can't understand
4 Answers
I keep getting the message 'connection on 127.0.0.1 refused', yet my emails are arriving and being sent with no problems. Can anyone tell me what's going on, and what I should do, please ?
Answers
Best Answer
No best answer has yet been selected by powyco. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.Windows sets up a "dummy" network address called "localhost" in case you are not connected to a network.
Localhost is always given the IP address of 127.0.0.1
This information is held in a file called "hosts" but maybe that file has been updated or deleted.
(some people who want to put spyware on your computer change your hosts file to point to the "wrong" web site. So they may say that e-bay is now at a different ip address to point to a fake site).
The "hosts" file (it has no extension) is held in the windows folder:
c:\widows\system32\drivers\etc (the "etc" is part of the path)
Edit your hosts file and ensure it has the following text in it:
127.0.0.1 localhost
There should be no other entries in there so let us know if there is.
Localhost is always given the IP address of 127.0.0.1
This information is held in a file called "hosts" but maybe that file has been updated or deleted.
(some people who want to put spyware on your computer change your hosts file to point to the "wrong" web site. So they may say that e-bay is now at a different ip address to point to a fake site).
The "hosts" file (it has no extension) is held in the windows folder:
c:\widows\system32\drivers\etc (the "etc" is part of the path)
Edit your hosts file and ensure it has the following text in it:
127.0.0.1 localhost
There should be no other entries in there so let us know if there is.
One thing you can try to see if localhost is set up correctly.
On the Windows start menu select Run
In the Run field type:
ping localhost
and press OK.
A black window should open and it should say three times:
Reply from 127.0.0.1
If it does then localhost is setup OK.
If it doesnt then you may have a problem with the hosts file.
On the Windows start menu select Run
In the Run field type:
ping localhost
and press OK.
A black window should open and it should say three times:
Reply from 127.0.0.1
If it does then localhost is setup OK.
If it doesnt then you may have a problem with the hosts file.