Import GNS3 VM into PVE:
Start from VMWare ESXI image (ova / zip) Copy to a location on the Proxmox system (i.e. a network share or /root) cd to the directory the ova is in # Extract zip it came in unzip GNS3*.zip # Resulting file in my case was called `GNS3 VM.ova' (with a space in the name!) # Extract OVA (this is itself a zip) tar -xvf 'GNS3 VM.
Systemd-Networkd as a Router
Today I’m taking a look at my MONO Gateway - but with my own software twist. You may know I am not a fan of the OpenWRT project for end users (mostly due to their very poor and inconsistent documentation), and usually recommend OPNsense, but this time I want to build something DECLARATIVE! So I’m of course going back to just plain Debian.
I’m using systemd-networkd for this, so all of the configs are in systemd’s ini-style.
Multicast TV Distribution on my Home Network
Today I am taking a look at the weird world of multicast, where packets get delivered more than once, and we route using a backwards routing table. But, once you understand how it works, a whole world of content distribution possibilities open up to you! Inspired by an old video by @TallPaulTech, I’m using live TV distribution as an example of how multicast works, and how it can potentially be a massive upgrade to your network in oddly niche use cases.
Starting my Content Delivery Network
Today I’m finally starting to put my AS Number to use, rolling out my Content Delivery Network! Currently it’s actually not delivering anything useful, just some neat statistics, but it’s helping me learn how CDNs work and share that with all of you.
Here’s a neat visualizer which helps show how users end up at the CDN, when directed via DNS (geo-dns) and BGP (anycast).
AI disclaimer: The DNS server (github link) and my-ip page (link) were written without the use of any AI tools.
Why I Don’t Link DHCP + DNS (3 ways to update DNS)
Today I’m tackling an issue that gets a lot of network engineers really hung up - in the old days, pushing DHCP data into DNS seemed like a good idea, but now it’s just garbage all around. What are some solutions you can use instead? Today I have three solutions - mDNS (multicast DNS), pushing DNS configs as part of automation (Ansible example), and pushing DNS from the host itself using the DNS protocol (nsupdate).
How I Automated my Network with Ansible
Today, in the next eposide on my Personal AS series, I have added a third POP / fourth router, and that means I need to configure the POP all over again. That’s a lot of work, so I automated it with Ansible! Also follow along to see my first use of Netbox for automation
Contents Video Ansible - Inventory Ansible - Software Setup Ansible - Network Config Ansible - Routing Config Video Ansible Inventory Here’s the final version of my Ansible inventory/hosts.