我添加了一些主机名来/etc/hosts
解析我的 LXD 容器:
$ less /etc/hosts
127.0.0.1 localhost
127.0.1.1 HOST
lemh 10.0.3.219
pma.lemh 10.0.3.219
wp.lemh 10.0.3.219
但是ping
,getent ahosts
或者 Firefox 无法解析它们。我现在不想重新开始。
我已经尝试过systemctl restart networking.service
但没有成功。有没有办法在不重新启动系统的情况下解决这些问题?
答案1
在 /etc/hosts 中你必须写:
ip alias
所以正确的形式是:
127.0.0.1 localhost
127.0.1.1 HOST
10.0.3.219 lemh pma.lemh wp.lemh