Can't access 127.0.0.1

后端 未结 3 864
执念已碎
执念已碎 2020-12-24 14:16

I can\'t figure out when this started to happen, but the result is - 127.0.0.1 is not working on any port from anywhere (for example, browser says Unable to connect). Here a

3条回答
  •  囚心锁ツ
    2020-12-24 14:58

    If it's a DNS problem, you could try:

    • ipconfig /flushdns
    • ipconfig /registerdns

    If this doesn't fix it, you could try editing the hosts file located here:

    C:\Windows\System32\drivers\etc\hosts
    

    And ensure that this line (and no other line referencing localhost) is in there:

    127.0.0.1 localhost
    

提交回复
热议问题