Quote:
|
Originally Posted by RICHINMALABO I thought it was 127.1.1.1 |
The whole 127.x.x.x network works. Most people call it 127.0.0.1, but that's just a convention.
Look what happens if you `ping` 127.1.1.1:
Code:
C:\>ping 127.1.1.1
Pinging 127.1.1.1 with 32 bytes of data:
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Reply from 127.0.0.1: bytes=32 time<1ms TTL=128
Ping statistics for 127.1.1.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms