Nginx Proxy Manager Raspberry Pi Install Instructions! - WunderTech
Today we are going to look at how to how to install Nginx Proxy Manager on a Raspberry Pi! If you’re exposing any services on your network, using a reverse proxy…
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 - WunderTechToday we are going to look at how to how to install Nginx Proxy Manager on a Raspberry Pi! If you’re exposing any services on your network, using a reverse proxy…
Today we are going to look at how to setup Jellyfin on a Raspberry Pi. Jellyfin is a Plex alternative and it’s a great tool that easily allows you to stream…
…This is arguably the most important setup of any network, as firewall rules determine exactly what each device on your network can access, so this guide will help explain the key options…
…On your Synology NAS, open the Control Panel and select Network , then Network Interface . You should see the total number of network cables plugged in, with a local IP address next to…
…Tailscale is now configured! You can now add other devices or simply connect to Tailscale from an external network to access all of your local devices. Conclusion & Final Thoughts: Tailscale Setup Process…
…setups have Movies , TV Shows , and Music in their own folders), you’ll need to mount each one separately. The video above walks through this in more detail. 5. In the Network…
…They can, but only if the rest of the setup supports it. If you’re still using 1GbE, normal file transfers are going to be limited by the network long before they…
…Every time Home Assistant OS updates, there’s a real chance something breaks in an LXC setup that you have to fix manually. The VM approach requires more RAM upfront, but it…
…networking, WireGuard is usually the option I’d rather manage long term. What is Tailscale? Tailscale is a VPN service that uses WireGuard for the encrypted connections, but makes the setup much…
Today we are going to look at how to setup DuckDNS on a Raspberry Pi. DDNS is a way to automatically update a name server (in this case, DuckDNS) in real-time…