<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Proxmox on Technical Notes</title><link>http://luispa.com/en/tags/proxmox/</link><description>Recent content in Proxmox on Technical Notes</description><generator>Hugo -- 0.148.0</generator><language>en-US</language><lastBuildDate>Thu, 14 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="http://luispa.com/en/tags/proxmox/index.xml" rel="self" type="application/rss+xml"/><item><title>ProxmoxVE Helper Scripts</title><link>http://luispa.com/en/posts/2025-08-14-proxmox-ve/</link><pubDate>Thu, 14 Aug 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-08-14-proxmox-ve/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-proxmox-ve.svg" alt="linux router logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://www.proxmox.com/en/proxmox-ve">Proxmox VE&lt;/a> is a powerful and easy-to-use open-source virtualization platform that enables the deployment and management of &lt;strong>virtual machines&lt;/strong> (VMs with &lt;a href="https://www.linux-kvm.org/page/Main_Page">KVM&lt;/a>/&lt;a href="https://www.qemu.org">QEMU&lt;/a>) and &lt;strong>containers&lt;/strong> (CTs based on &lt;a href="https://linuxcontainers.org/lxc/introduction/">LXC&lt;/a>).&lt;/p>
&lt;p>If you have little experience it might be a bit daunting, which is why I recommend this wonderful project: &lt;a href="https://community-scripts.github.io/ProxmoxVE/scripts">Proxmox VE Helper-Scripts&lt;/a>, where you&amp;rsquo;ll find hundreds of scripts to &lt;strong>make your life easier installing CTs or VMs&lt;/strong> on top of your Proxmox.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Windows 11 on Proxmox</title><link>http://luispa.com/en/posts/2025-08-04-proxmox-win/</link><pubDate>Mon, 04 Aug 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-08-04-proxmox-win/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-proxmox-vm-win.svg" alt="vm win on proxmox logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>Complete guide with all the detailed steps to install, configure and access a Windows 11 Pro Virtual Machine (VM) running on top of &lt;a href="https://www.proxmox.com/en/proxmox-ve">Proxmox VE&lt;/a>.&lt;/p>
&lt;p>This virtualization platform enables the deployment and management of &lt;strong>virtual machines&lt;/strong> running Windows Server/10/11 using &lt;a href="https://www.linux-kvm.org/page/Main_Page">KVM&lt;/a>/&lt;a href="https://www.qemu.org">QEMU&lt;/a>. With advanced integration through the QEMU Guest Agent, VirtIO drivers, and even UEFI Secure Boot with TPM emulation for Windows 11.&lt;/p>
&lt;br clear="left"/>
&lt;style>
table {
font-size: 0.8em;
}
&lt;/style></description></item><item><title>Proxmox and UPS: Graceful Shutdown</title><link>http://luispa.com/en/posts/2025-07-25-nut/</link><pubDate>Fri, 25 Jul 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-07-25-nut/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-ups-nut.svg" alt="UPS and NUT logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>Having a battery backup system (UPS) is essential for home servers hosting multiple services. But it&amp;rsquo;s not enough for the UPS to supply power for a few minutes: the critical part is that, in case of a prolonged outage, the entire system shuts down in a controlled and orderly manner. In this article I document how I deployed a solution based on NUT on Proxmox to achieve this.&lt;/p></description></item><item><title>Home mDNS</title><link>http://luispa.com/en/posts/2025-03-09-mdns/</link><pubDate>Sun, 09 Mar 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-03-09-mdns/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-mdns.svg" alt="mDNS Logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>Multicast DNS (mDNS) is a networking protocol designed to resolve hostnames to IP addresses within small networks, without the need for a local DNS server. It requires no configuration (zero-configuration) and uses the same programming interfaces, packet formats and operational semantics as unicast Domain Name System (DNS).&lt;/p>
&lt;p>It was designed to work as either a standalone protocol or alongside standard DNS servers. mDNS can work together with DNS Service Discovery (DNS-SD), a complementary zero-configuration networking technique specified separately in RFC 6763.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Router with PiHole 6</title><link>http://luispa.com/en/posts/2025-03-08-router-pihole/</link><pubDate>Sat, 08 Mar 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-03-08-router-pihole/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-piholednsmasq.svg" alt="Pihole Router Logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>A couple of months ago I moved the DHCP and DNS services to my home Linux router and left the Pi-Hole 5 service on a separate virtual machine. Despite everything working perfectly, I hit a snag: troubleshooting from PiHole is complicated because all DNS queries are resolved by the router and PiHole sees nothing. So I decided to redesign the setup.&lt;/p>
&lt;p>In this post I describe how I install Pi-Hole 6 on my Linux router so it provides DNS, DHCP (with dnsmasq) and ad sinkholing. This involves undoing the native dnsmasq installation.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Self-Hosted Bitwarden</title><link>http://luispa.com/en/posts/2025-03-02-bitwarden/</link><pubDate>Sun, 02 Mar 2025 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2025-03-02-bitwarden/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-bitvaultwarden.svg" alt="Bit and Vault warden Logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>In this post I describe the process of installing a &amp;ldquo;Bitwarden&amp;rdquo; server. I&amp;rsquo;ve been using their Cloud service for several years, but I&amp;rsquo;ve decided to go with an on-premise home installation.&lt;/p>
&lt;p>While researching I discover with surprise that I have two options, the first is to use the official &lt;strong>Bitwarden self-hosted&lt;/strong> (which consumes quite a few resources and seems complex) or go with a lightweight &lt;strong>Vaultwarden&lt;/strong>, a clone of the former, which apparently installs quickly and is simple.&lt;/p>
&lt;br clear="left"/></description></item><item><title>DHCP and DNS Server</title><link>http://luispa.com/en/posts/2024-12-26-dnsmasq/</link><pubDate>Thu, 26 Dec 2024 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2024-12-26-dnsmasq/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-dnsmasq.svg" alt="dnsmasq logo" width="150px" style="float:left; padding-right:25px" />
&lt;p>In this post I describe how I&amp;rsquo;ve evolved my home DHCP and DNS server. Until now I had a &lt;a href="http://luispa.com/en/posts/2021-06-20-pihole-casero/">PiHole&lt;/a> dedicated on the network to DHCP, DNS and ad sinkhole. I&amp;rsquo;ve decided to migrate to a different configuration, &lt;strong>move both DNS and DHCP services to the home router&lt;/strong> (Linux).&lt;/p>
&lt;p>I realized that when PiHole went down, the rest of the home services would spiral out of control, despite having the router and internet working, so I&amp;rsquo;m leaving PiHole exclusively as the ad sinkhole.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Home Automation and Networking</title><link>http://luispa.com/en/posts/2023-04-08-networking-avanzado/</link><pubDate>Sat, 08 Apr 2023 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2023-04-08-networking-avanzado/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-homenet.svg" alt="linux router logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>I&amp;rsquo;m sharing my &lt;strong>home networking&lt;/strong> setup with the option to &lt;em>knock on the door&lt;/em> for on-demand access from the Internet. Today&amp;rsquo;s home networks end up supporting multiple services, and with the rise of home automation things get complicated, so I&amp;rsquo;ve decided to document it to keep track of everything in the future.&lt;/p>
&lt;p>The number of devices grows and maintaining the network of a smart and automated home becomes a priority. I dedicate this post to those &lt;em>Geeks&lt;/em> or &lt;em>Techies&lt;/em> who, like me, have been deep into the &lt;em>complexity of networking in a home automation network&lt;/em> for a long time.&lt;/p>
&lt;br clear="left"/></description></item><item><title>Proxmox: VM from Template</title><link>http://luispa.com/en/posts/2023-04-07-proxmox-plantilla/</link><pubDate>Fri, 07 Apr 2023 00:00:00 +0000</pubDate><guid>http://luispa.com/en/posts/2023-04-07-proxmox-plantilla/</guid><description>&lt;img src="http://luispa.com/img/posts/logo-proxmox-plantilla.svg" alt="Linux router logo" width="150px" height="150px" style="float:left; padding-right:25px" />
&lt;p>&lt;a href="https://www.proxmox.com/en/proxmox-ve">Proxmox VE&lt;/a> is a powerful and easy-to-use open-source virtualization platform that enables the deployment and management of &lt;strong>virtual machines&lt;/strong> (VMs with &lt;a href="https://www.linux-kvm.org/page/Main_Page">KVM&lt;/a>/&lt;a href="https://www.qemu.org">QEMU&lt;/a>) and &lt;strong>containers&lt;/strong> (CTs based on &lt;a href="https://linuxcontainers.org/lxc/introduction/">LXC&lt;/a>). Proxmox offers &lt;strong>Templates&lt;/strong> to minimize the creation time of new instances of these virtual machines or containers.&lt;/p>
&lt;p>In this post I focus on how to create my own &lt;strong>Virtual Machine Templates&lt;/strong> along with a &lt;strong>cloud-based image&lt;/strong> and &lt;strong>cloud-init&lt;/strong>.&lt;/p>
&lt;br clear="left"/></description></item></channel></rss>