ping localhost wrong ip


  1. Posts : 4
    windows 7
       #1

    ping localhost wrong ip


    hello,
    when i ping "localhost" comes a ip like this "::1:".. but i want 127.0.0.1 for coding in xampp. i have disable the ipv6 in the connection settings but localhost says still "::1:".

    C:\Users\Test>ping localhost

    Ping wird ausgeführt für Test-PC [::1] mit 32 Bytes Daten:
    Antwort von ::1: Zeit<1ms
    Antwort von ::1: Zeit<1ms
    Antwort von ::1: Zeit<1ms
    Antwort von ::1: Zeit<1ms

    Ping-Statistik für ::1:
    Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0
    (0% Verlust),
    Ca. Zeitangaben in Millisek.:
    Minimum = 0ms, Maximum = 0ms, Mittelwert = 0ms
    ps: sry for bad english, im form germany.
      My Computer


  2. Posts : 1,161
    Windows 8.1 PRO
       #2

    You can easily type in "ping 127.0.0.1 "
      My Computer


  3. Posts : 4
    windows 7
    Thread Starter
       #3

    no, i need localhost for coding in php!


    PROBLEM SOLVED

    go to
    C:\Windows\System32\drivers\etc\hosts
    change secruity settings and delete the "#". looks like this

    Code:
    127.0.0.1       localhost
    and now:

    C:\Users\Test>ping localhost

    Ping wird ausgeführt für Test-PC [127.0.0.1] mit 32 Bytes Daten:
    Antwort von 127.0.0.1: Bytes=32 Zeit<1ms TTL=128
    Antwort von 127.0.0.1: Bytes=32 Zeit<1ms TTL=128
    Antwort von 127.0.0.1: Bytes=32 Zeit<1ms TTL=128
    Antwort von 127.0.0.1: Bytes=32 Zeit<1ms TTL=128

    Ping-Statistik für 127.0.0.1:
    Pakete: Gesendet = 4, Empfangen = 4, Verloren = 0
    (0% Verlust),
    Ca. Zeitangaben in Millisek.:
    Minimum = 0ms, Maximum = 0ms, Mittelwert = 0ms
      My Computer


  4. Posts : 1,161
    Windows 8.1 PRO
       #4

    Grats :)
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:46.
Find Us