my websites are down, i can not connect to my vps-package. the homepage of infintie.net seems to be slow. tried to get support, no answer. is the service down? anybody else with these problems
They have pointed their IP to localhost :| Pinging infinite.net [127.0.0.2] 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 Ping statistics for 127.0.0.2: Packets: Sent = 3, Received = 3, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Code (markup): Possible DNS mix up, or they don't want you to access their site. No idea why. nslookup infinite.net 4.2.2.2 Server: vnsc-bak.sys.gtei.net Address: 4.2.2.2 Non-authoritative answer: Name: infinite.net Address: 127.0.0.2 Code (markup): Jay
when i pinged infinite.net its there, but i don't know why you would get something like that...still might be working out DNS issue then...
That's your local PC. 127.* (basically anything) will be responded by your loopback (127.0.0.1). ping 127.123.123.123 Pinging 127.123.123.123 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.123.123.123: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms Code (markup): That server would have to be pretty close by for the latency to be less than a single millisecond Jay