This is driving me NUTS!
I'm running EasyPHP on my PC.
This URL works: http://localhost
This URL doesn't: http://192.168.2.88
When I do an ipconfig /all, both IPs are the same!
I can do a "ping 192.168.2.88" and "ping localhost"
"telnet localhost 80" is successful, but "telnet 192.168.2.88 80" fails
Somehow I can't refer to my own PC using the IP address. Any ideas? All firewalls have already been turned off on the PC...
2006-12-07
02:34:02
·
3 answers
·
asked by
LT
2
in
Computers & Internet
➔ Computer Networking
localhost is an alias for 127.0.0.1, and I have no problems connecting to either. As mentioned earlier, no firewalls are running.
2006-12-07
02:41:35 ·
update #1
Why I mentioned that both IPs are the same is because the PC that I'm working on has both 192.168.2.88 and 127.0.0.1 as IP addresses. 127.0.0.1 is a standard loopback address while 192.168.2.88 was assigned by the router. Both IP addresses point to the same PC.
2006-12-07
02:48:55 ·
update #2
The PC should be able to access its own IP address, otherwise when you try "ping"ing your own IP, it should fail.
Pinging 192.168.2.88 on the PC works fine. Same goes for localhost
2006-12-07
03:08:43 ·
update #3