Created
June 23, 2024 07:55
-
-
Save therippa/9db857544217d7a7ac70a3cb2f209b7a to your computer and use it in GitHub Desktop.
Commands to reset hostname on proxmox vm clones
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
as root: | |
hostname <newhost> | |
hostnamectl set-hostname <newhostname> | |
nano /etc/hosts and change to <newhostname> | |
reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment