From d9f25475cf695ead61be25e42ffb8be97d693224 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 11 Sep 2025 16:30:03 -0600 Subject: [PATCH] Update Servers/Virtualization/Proxmox/Cloud-Init Templates/Ubuntu Server.md --- .../Proxmox/Cloud-Init Templates/Ubuntu Server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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