无法更改主机名

无法更改主机名

我想更改 Ubuntu 18.04 服务器的主机名。

我做到了:

hostnamectl --set-hostname newname --static
changed /etc/hostname file to newname
changed /etc/hosts file to newname
rm -f /etc/machine-id
dbus-uuidgen --ensure=/etc/machine-id
dbus-uuidgen --ensure
dpkg-reconfigure openssh-server

最后我重启了系统。但重启后仍然有旧的主机名。文件 /etc/hostname 已更改为旧主机名。

如何永久更改主机名?

答案1

此外,我还必须更改文件 /etc/cloud/cloud.cfg

有一个设置preserve_hostname: false

我必须将其从 false 更改为 true。rebbot 主机名已更改。

相关内容