在我的系统中成功安装 Cloud Manager(14.04/64b),我将我的本地主机 ip 分享127.0.0.1
给我的系统账户。
我编辑我的主机(arul-pc)ip/etc/hosts/
从127.0.1.1
到127.0.0.1
如下所示,
arul@arul-pc:~$ sudo nano /etc/hosts
127.0.0.1 localhost
127.0.0.1 arul-pc
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
现在,当我获取 的主机名时127.0.0.1
,它会返回arul-pc
。我想将其localhost
作为提到的 ip( 127.0.0.1
) 的第一个匹配项。
怎么做 ?
答案1
删除此行:
127.0.0.1 arul-pc
并添加这一行:
localhost arul-pc