I am changing the hostname on Ubuntu 24.04LTS server.
I do the following:
Change the hostname using sudo vi /etc/hostname
Change the hostname using sudo vi /etc/hosts
Restart : sudo systemctl restart systemd-hostnamed
Verify with : hostnamectl which returns the new hostname
However when I issu
wrote:
> Hi,
>
> I am changing the hostname on Ubuntu 24.04LTS server.
>
> I do the following:
>
> Change the hostname using sudo vi /etc/hostname
> Change the hostname using sudo vi /etc/hosts
> Restart : sudo systemctl restart systemd-hostnamed
> Verify with : hos
Solution : hostnamectl set-hostname --transient
It appears there is a thing called transient hostname.
On 2024-08-19 09:10, Keith Smith via PLUG-discuss wrote:
Hi,
I am changing the hostname on Ubuntu 24.04LTS server.
I do the following:
Change the hostname using sudo vi /etc/hostname
Hi,
I am changing the hostname on Ubuntu 24.04LTS server.
I do the following:
Change the hostname using sudo vi /etc/hostname
Change the hostname using sudo vi /etc/hosts
Restart : sudo systemctl restart systemd-hostnamed
Verify with : hostnamectl which returns the new hostname
However when I