From 08f54e047477b44517d80dcf9090e7650009bae6 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 14 Jun 2026 19:15:56 +0200 Subject: Networking series --- _posts/2021-04-25-networkstuff.md | 3 +++ _posts/2022-11-20-eine-kleine-netzwerk-reise.md | 3 +++ _posts/2023-07-02-shoot-foot-wireguard.md | 3 +++ _posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md | 4 ++++ _posts/2024-03-17-further-learnings-from-running-my-as.md | 3 +++ _posts/2024-12-08-trying-out-tailscale.md | 3 +++ _posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md | 3 +++ _posts/2025-06-16-oops-dn42-stops-working.md | 3 +++ 8 files changed, 25 insertions(+) (limited to '_posts') diff --git a/_posts/2021-04-25-networkstuff.md b/_posts/2021-04-25-networkstuff.md index 7b2cff6..421f812 100644 --- a/_posts/2021-04-25-networkstuff.md +++ b/_posts/2021-04-25-networkstuff.md @@ -5,7 +5,10 @@ date: 2021-04-25 21:50 +0200 categories: tech description: "I do some experiments with networking stuff. Proxmox and running OpenWRT in a VM." lang: en +series: "Networking and Autonomous systems" --- + +{% include series.md %} Been a long time. diff --git a/_posts/2022-11-20-eine-kleine-netzwerk-reise.md b/_posts/2022-11-20-eine-kleine-netzwerk-reise.md index be9445a..78dbd1c 100644 --- a/_posts/2022-11-20-eine-kleine-netzwerk-reise.md +++ b/_posts/2022-11-20-eine-kleine-netzwerk-reise.md @@ -5,8 +5,11 @@ date: 2022-11-20 12:36 +0100 lang: de category: tech description: "In diesem Artikel beschreibe ich mein Netzwerk-Setup zu Hause" +series: "Networking and Autonomous systems" --- +{% include series.md %} + Der "Ottonormalverbraucher" hat vermutlich nur das Plastikkästchen seines Internetanbieters zu hause hängen. Dieser Artikel soll nur ein Writeup meines Netzwerkaufbaus werden. Es geht um persönliche Erfahrungen, weniger um eine diff --git a/_posts/2023-07-02-shoot-foot-wireguard.md b/_posts/2023-07-02-shoot-foot-wireguard.md index 41fda9a..e275a6a 100644 --- a/_posts/2023-07-02-shoot-foot-wireguard.md +++ b/_posts/2023-07-02-shoot-foot-wireguard.md @@ -5,8 +5,11 @@ date: 2023-07-02 20:11 +0200 lang: en categories: tech description: "The pitfalls of WireGuard, what can go wrong. A personal experience report." +series: "Networking and Autonomous systems" --- +{% include series.md %} + Sunday afternoon. I'm sitting somewhere outside away from home. Suddenly I remember I forgot to switch my roomba on. Ugh. But no worries, I got a Wireguard connection set up, so I can diff --git a/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md b/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md index 75fb2f0..4038edb 100644 --- a/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md +++ b/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md @@ -5,8 +5,12 @@ date: 2023-08-18 13:18 +0200 lang: "en" categories: tech description: "How I run my own Autonomous System, with my own IPv6 prefix" +series: "Networking and Autonomous systems" + --- +{% include series.md %} + *Update: You can read the second part [here]({% post_url 2024-03-17-further-learnings-from-running-my-as %}).* *First off: I'm no expert in this topic. Most of that I know / diff --git a/_posts/2024-03-17-further-learnings-from-running-my-as.md b/_posts/2024-03-17-further-learnings-from-running-my-as.md index a4074b7..e50f4c2 100644 --- a/_posts/2024-03-17-further-learnings-from-running-my-as.md +++ b/_posts/2024-03-17-further-learnings-from-running-my-as.md @@ -6,8 +6,11 @@ last_modified_at: 2024-07-08 20:17 +02:00 lang: en categories: tech description: What you can learn when you run your own Autonomous System +series: "Networking and Autonomous systems" --- +{% include series.md %} + You can think of this as the second part to [Running my own AS]({% post_url 2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as %}). diff --git a/_posts/2024-12-08-trying-out-tailscale.md b/_posts/2024-12-08-trying-out-tailscale.md index 90943ae..efd6c1f 100644 --- a/_posts/2024-12-08-trying-out-tailscale.md +++ b/_posts/2024-12-08-trying-out-tailscale.md @@ -4,8 +4,11 @@ title: Trying out Tailscale date: 2024-12-08 19:11 +0100 lang: "en" categories: "tech" +series: "Networking and Autonomous systems" --- +{% include series.md %} + I've been [using Wireguard]({% post_url 2022-11-20-eine-kleine-netzwerk-reise %}) for quite a while now, mostly to connect my servers. Also, to connect my phone to my network to have "a VPN" in open WiFi networks. With the acquisition diff --git a/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md b/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md index 3a43f1a..1c17e3e 100644 --- a/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md +++ b/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md @@ -6,8 +6,11 @@ last_modified_at: 2025-06-18 19:12 +0200 lang: "en" categories: "tech" description: "I explain how I put my Autonomous System in a network namespace." +series: "Networking and Autonomous systems" --- +{% include series.md %} + What did I do the previous week? What robbed me of my sleep at night, keeping my thoughts churning? Let's look at "doing containers the hard way". diff --git a/_posts/2025-06-16-oops-dn42-stops-working.md b/_posts/2025-06-16-oops-dn42-stops-working.md index 14a4233..383a1f3 100644 --- a/_posts/2025-06-16-oops-dn42-stops-working.md +++ b/_posts/2025-06-16-oops-dn42-stops-working.md @@ -6,8 +6,11 @@ last_modified_at: 2025-06-17 18:12 +0200 lang: en categories: tech description: "Fixing a broken DN42 DNS after namespacing the processes." +series: "Networking and Autonomous systems" --- +{% include series.md %} + As you might know, I participate in [DN42]({% link dn42.md %}). I have a somewhat peculiar setup, in which some VPS run the routing daemons, and my home router simply has a VPN -- cgit v1.2.3