Skip to main content

KTDEVX

Install Debian

This article explains how to install Debian. # Introduction For the server hardware, GMKtec’s NucBox M5 Plus was selected. リンク Since the Proxmox VE virtualization platform is installed on the mini PC, Debian is installed in a virtual machine created on it. When installing Debian in a virtual machine on Proxmox VE, also see Create a Virtual Machine (VM) on Proxmox VE. # Download Debian Download the ISO image from the Debian download page.

Build a File Server with OpenMediaVault

OpenMediaVault (OMV) is open-source NAS software based on Debian and designed to make it easy to build a NAS. In this article, we use OpenMediaVault to build a file server that can be accessed from Windows. # Introduction For the server hardware, GMKtec’s NucBox M5 Plus was selected. リンク Since the Proxmox VE virtualization platform is installed on the mini PC, a virtual machine is created there and OpenMediaVault is installed on it.

OpenMediaVault Installation Stuck During DHCPv6 Configuration

During an OpenMediaVault installation, I encountered a problem where the installer became stuck while configuring DHCPv6. This article explains the symptoms and the solution. # Symptoms While installing OpenMediaVault, the installation became stuck when DHCPv6 autoconfiguration ran and stopped on a blue screen. As you can see near the bottom of the image, it was not completely frozen; it still accepted input. # Analysis In my environment, the ISP assigned IPv6 addresses using SLAAC, and the router was configured to relay RA, DHCPv6, and the NDP proxy.

Pass Through a Physical Disk to a Virtual Machine on Proxmox VE

This article explains how to pass through a physical disk to a virtual machine on Proxmox VE. # Introduction Before passing through a physical disk to the virtual machine, check the disks currently connected to it with the lsblk command. root@openmediavault:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 32G 0 disk |-sda1 8:1 0 31G 0 part / |-sda2 8:2 0 1K 0 part `-sda5 8:5 0 975M 0 part [SWAP] sr0 11:0 1 1024M 0 rom In this example, a 1 TB physical disk is connected through to the virtual machine.

Install OpenMediaVault

OpenMediaVault (OMV) is open-source NAS software based on Debian and designed to make it easy to build a NAS. This article explains how to install OpenMediaVault. # Introduction For the server hardware, GMKtec’s NucBox M5 Plus was selected. リンク Since the Proxmox VE virtualization platform is installed on the mini PC, a virtual machine is created there and Debian is installed on it. When installing it in a virtual machine on Proxmox VE, also see Create a Virtual Machine (VM) on Proxmox VE.

Create a Virtual Machine (VM) on Proxmox VE

Proxmox VE (Virtual Environment) is an open-source virtualization platform based on KVM and LXC. It allows you to easily create and manage virtual machines and containers from a web UI. This article explains how to create a virtual machine on Proxmox VE. # Download an ISO Image Download the ISO image of the guest OS to install on the virtual machine. In this example, OpenMediaVault, a NAS platform, is selected.

Install Proxmox VE

Proxmox VE (Virtual Environment) is an open-source virtualization platform based on KVM and LXC. It allows you to easily create and manage virtual machines and containers from a web UI. This article explains how to install Proxmox VE. # Introduction In this example, Proxmox VE is installed on the NucBox M5 Plus, a mini PC sold by GMKtec. リンク The specifications of the NucBox M5 Plus are as follows. Manufacturer GMKtec Model NucBox M5 Plus CPU AMD Ryzen 7 5825U (8 cores, 16 threads, up to 4.

Install OpenWrt on an Aterm WG2600HP3

This article explains how to install OpenWrt on an NEC Aterm WG2600HP3. # Hardware Information Manufacturer NEC Model Aterm WG2600HP3 CPU Qualcomm Atheros IPQ8062 1GHz Flash 32MB Memory 512MB Ethernet ports 5 x 1Gbps Wireless LAN 2.4GHz: b/g/n, 5GHz: a/n/ac # Download the Images This example installs OpenWrt 24.10.0. Download the initramfs and sysupgrade images from the official OpenWrt download page. nec_wg2600hp3-initramfs-uImage initramfs image. nec_wg2600hp3-squashfs-sysupgrade.bin sysupgrade image. # Set Up a TFTP Server The initramfs image is written over TFTP, so a TFTP server must be set up.

Install OpenWrt on a BUFFALO WSR-2533DHP

This article explains how to install OpenWrt on a BUFFALO WSR-2533DHP. # Hardware Information Manufacturer BUFFALO Model WSR-2533DHP CPU Media Tek MT7621AT 880MHz Flash 16MB Memory 128MB Ethernet ports 5 x 1Gbps Wireless LAN 2.4GHz: b/g/n, 5GHz: a/n/ac # Download the Images This example installs OpenWrt 24.10.0. Download the initramfs and sysupgrade images from the official OpenWrt download page. buffalo_wsr-2533dhpl-initramfs-kernel.bin initramfs image. buffalo_wsr-2533dhpl-squashfs-sysupgrade.bin sysupgrade image. Although the name contains wsr-2533dhpl, it can also be installed on the WSR-2533DHP.

Set Up a TFTP Server on Windows Using Tftpd64

Tftpd64 is software for Windows that provides TFTP, SNTP, SYSLOG, DHCP, and DNS servers. This article explains how to set up a TFTP server on Windows using Tftpd64. # Install Tftpd64 The Tftpd64 installer is available as a file named Tftpd64-<version>-setup.exe on the Tftpd64 official website. Download and run the installer. The license is displayed. Review it and select I Agree to continue. You can configure the installation options. After configuring them, select Next to continue.