diff --git a/Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md b/Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md index 2115f9c..188a720 100644 --- a/Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md +++ b/Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md @@ -66,7 +66,7 @@ qm set 9000 --ipconfig0 ip=dhcp qm template 9000 ``` -### Deploy a New VM from Template +### Clone the Template into a New VM You can now create new VMs instantly from the template we created above. === "Via WebUI" @@ -78,7 +78,7 @@ You can now create new VMs instantly from the template we created above. - Navigate to the new GuestVM in ProxmoxVE and click on the "**Cloud-Init**" tab - Change the "**User**" and "**Password**" fields if you want to change them - Double-click on the "**IP Config (net0)**" option - - **IPv4/CIDR**: `192.168.3.67/24 + - **IPv4/CIDR**: `192.168.3.67/24` - **Gateway (IPv4)**: `192.168.3.1` - Click the "**OK**" button - Start the VM and wait for it to automatically provision itself