Cannot access localhost through 127.0.1.1 or 127.0.0.1
Apparently it works using either 127.0.1.1 or 127.0.0.1
But I cannot access localhost with either of these addresses!! 127.0.1.1 times out and 127.0.0.1 simply cannot connect.
I've checked my hosts file and it reads:
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
Which appears to be correct? I even tried setting up my own address but that didn't work either.
Does anyone know what might be wrong??
Thanks
Intel iMac, Mac OS X (10.6.4)