我是 ubuntu 新手,我正在尝试更改我的 ubuntu 服务器 18.04.2 LTS 的主机名。我已经更改了 /etc/hostname 和 /etc/hosts 并重新启动。但是没有用。
我的文件:/etc/hostname:
Ubuntu-s2
在 /etc/hosts 中:
127.0.0.1 本地主机.本地域 ubuntu-s2
::1 localhost6.localdomain6 localhost6
::1 本地主机 ip6-本地主机 ip6-环回
fe00::0 ip6-本地网络
ff02::1 ip6-所有节点
ff02::2 ip6-所有路由器 ff02::3 ip6-所有主机
唯一的方法是将 /etc/cloud/cloud.cfg 中的“保留主机名”更改为 true 吗?
答案1
你忽略了一件事:
hostnamectl set-hostname ubuntu-s2
之后,重新启动。您的主机名将为ubuntu-s2