Skip to forum
Notifications
Clear all

Failed to establish connection to 127.0.0.1

4 Posts
4 Users
0 Reactions
1,158 Views
ChoChikun
Joined: 15.10.2008

I got "Failed to establish connection to 127.0.0.1" message when I tried to run HM2.

Can someone help me to solve this?


Reply
Quote
3 replies
lorenzoa
Joined: 29.06.2008

127.0.0.1 is a special IP address called the localhost address.
It's used to address services localised on your own pc. My first guess would be that your firewall is somehow blocking the connection attempts.


Reply
Quote
netsrak
Joined: 11.03.2006

Sometimes (but I think in quite rare occasions) you need to edit system file named "hosts".

It is located in windows\system32\drivers\etc folder.

file should have line "127.0.0.1 localhost"
If not, one should be added.

You should be careful when editing files in system folders. If you don't have any ideas what you're doing, you should ask someone to do it for you who knows what to do.

This fix is only when everything else fails and such line does not exist in the hosts file.


Reply
Quote