Changing hostname in Ubuntu 18.04.2 LTS is different from previous versions. You can use following command [crayon-64198f6da21c3707520111/] After this you need to set preserve hostname setting in /etc/cloud/cloud.cfg From [crayon-64198f6da21c6610821333/] TO [crayon-64198f6da21c7149403348/] This will preserve new hostname after reboot. … [Read more...]
Configuring Static IP in Ubuntu 18.04.2 LTS (Bionic Beaver)
February 14, 2019 by Leave a Comment
The method of configuring static ip in Ubuntu 18.04.2 LTS is different from its previous variants. Previously it was to configure in /etc/network/interfaces file, however in Ubuntu 18.04.2 LTS, it is setup in /etc/netplan/50-cloud-init.yaml file. [crayon-64198f6da2477242977997/] Content of this file is [crayon-64198f6da247a552123814/] I have edited this file like … [Read more...]