Tag: wireguard

  • Ideal travel router: GL-AR750S

    Ideal travel router: GL-AR750S

    Right. With the pandemic and all none of us are going to travel much but still… About a year ago I purchased myself an OpenWRT router to use on the plane and in hotels. And so far I really like both the device and the Hong Kong based brand (launching new and updated products, and…

  • Running WireGuard in a Docker container (RPi)

    Running WireGuard in a Docker container (RPi)

    This follows the my two other posts about WireGuard. Most of this can be copied from the amd64 post — with a minor change for making it work on RPi4. This is the full git repo (including both rpi and amd64). The main difference is in the run.sh file. The installation is a bit different…

  • Error! Bad return status for module build on kernel: 4.19.0-8-amd64 (x86_64)

    Error! Bad return status for module build on kernel: 4.19.0-8-amd64 (x86_64)

    I was rebuilding my WireGuard Docker container today and this error started popping up: The solution was to install bc. Seems like Debian is not pulling the right dependencies. I’ll be adding it to my Dockerfile.

  • Running WireGuard in a Docker container (amd64)

    Running WireGuard in a Docker container (amd64)

    This is the 2nd post about WireGuard. So I am running two WireGuard servers — one on a Raspberry Pi 4, and one in an amd64 virtual machine. This post will be about getting WireGuard working on amd64 in a Docker container. As this container rarely get rebuild, I am running unattended-upgrades inside the container…

  • WireGuard

    WireGuard

    This is the first post of several. Next posts will focus on running WireGuard inside a Docker container on amd64 Linux and a Raspberry Pi. I’ve been running WireGuard for a few months now and I’ve been loving it. I first started using it about a year ago when in China — OpenVPN was once…

  • Box — Docker shell server

    Box — Docker shell server

    A couple of months ago I had the great idea to set up a shell server in Docker. Simply because my docker skillz were quite rusty and a shell server was something I actually genuinely needed. Shell servers… so 2005. I remember in the good old IRC days people asking for (free) shell servers to…