当我在 localhost 上执行 ping 操作时,我得到“ping:无法解析 localhost:未知主机”。ping 127.0.0.1 确实有效。所以我检查了我的主机文件,到目前为止一切看起来都是正确的:
##
# 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
#Added by XAMPP Control
127.0.0.1 mkn.local
#Added by XAMPP Control
127.0.0.1 mkn.local
我也做了一个“dscacheutil -flushcache”,但我仍然无法 ping “localhost”。问题是现在我无法在 Eclipse 中进行调试,因为 Eclipse 与 localhost 联系(现在 localhost 无法解析为 127.0.0.1)。
非常感谢您提前提供的任何帮助!
PS 我有 OSX 10.7.2 (Lion OS)