我加入了一些主機名稱來/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