How to Install Emby on a Raspberry Pi - WunderTech
…Emby Setup 3. Conclusion – How to Install Emby on a Raspberry Pi 1. How to Install Emby on a Raspberry Pi 1. First, we will create a directory where the external hard…
A macvlan network tells Docker to give a container its own virtual MAC address and bind it directly to a physical (or virtual) network interface on the host. From your router and switch’s perspective, the container looks like a separate device plugged into the network. This is different from the default Docker bridge networking, where containers share the host’s IP and use NAT to talk to the outside world. With macvlan, there’s no NAT, no port mapping, and no proxy — the container gets a real IP on your subnet. That makes it ideal for: Wake-on-LAN tools that need to send magic packets on a spe
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTechWith bridge networking, containers share the host’s IP and use NAT to reach the outside world. With macvlan, each container gets its own IP directly on your physical network — no NAT, no port forwarding. Macvlan behaves more like adding a new device to your network, while bridge networking behaves more like a software router sitting between the container and your LAN.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTechYes. Once the macvlan network is created, you can attach as many containers as you want to it — each gets its own static IP on the VLAN subnet. Just make sure each IP is unique and outside your DHCP pool.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTechYes, but the VM’s virtual network interface needs to be configured to pass VLAN tags. In Proxmox, this means the bridge the VM uses must be VLAN-aware, and the VM’s interface should either be on a trunk or have the specific VLAN tag set. See the Proxmox VLAN configuration guide for the full setup. If you’re just getting started with Docker in Proxmox, setting up Docker in Proxmox via a VM is worth reading first.
Docker Macvlan on a VLAN: Give Containers Their Own IP - WunderTech…Emby Setup 3. Conclusion – How to Install Emby on a Raspberry Pi 1. How to Install Emby on a Raspberry Pi 1. First, we will create a directory where the external hard…
…By default, a Primary and Guest network will exist in the Local Network section of the Network Center . However, we can create additional networks by configuring VLANs. VLANs allow you to separate…
…Traditional RAID setups, especially RAID 5 and 6, are the closest comparatives to SHR and SHR2. While these traditional setups are more rigid in their requirements (same-sized hard drives are a…
…In the Network section, select Use the same network as Docker Host . 9. Select Environment and add a new environment variable named TZ . Set the value to be your time zone. 10…
…If you plan on using a reverse proxy or port forwarding with your Synology NAS DDNS setup, I suggest understanding Synology NAS security and ensuring you’re implementing your remote access securely…
…This should be part of Synology’s initial setup due to its importance, so if you haven’t set it up, consider following this tutorial and enabling it! There are three different…
…The AdGuard Home Raspberry Pi setup process couldn’t be easier. Ensure that you have Raspberry Pi OS installed and you can SSH into your Raspberry Pi . Table of Contents show How…
Today we are going to look at how to setup PhotoPrism on a Synology NAS using Docker. PhotoPrism is a tool that you can run inside of Docker that will manage your…
…always ports: - 80:80 # AIO UI over HTTP - 8080:8080 # AIO UI alt port - 8443:8443 # AIO UI HTTPS (domain setup) volumes: - nextcloud_aio_mastercontainer:/mnt/docker-aio-config - /var/run/docker…
My Complete Home Lab Setup Last updated: May 2026 to reflect my current UniFi, Proxmox, NAS, and surveillance setup. Just about everything created on this site and my YouTube channel comes from…