Author: Andreas

  • Configuring the Tailscale Exit Node in the Admin Console

    Step 7 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    IIn the final step of the series, the Tailscale exit node is declared within the Tailnet. After this, you’re ready to use Tailscale.

    You can view all Tailscale machines in the overview: https://login.tailscale.com/admin/machines.

    (more…)
  • Configuring Tailscale as an Exit Node in Detail

    Step 6 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    In this part of the series, each step of the setup script from the previous article is explained in detail.

    If you’re not interested in the technical background, you can skip this part.

    (more…)
  • Configuring Tailscale as an Exit Node using a Script

    Step 5 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    In this part of the series, I’ll show you a script that prepares the Ubuntu Server network settings for Tailscale.

    (more…)
  • Installing Tailscale on Ubuntu Server

    Step 4 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    In this part of the series, you’ll learn how to install Tailscale on an Ubuntu Server.

    Go to https://login.tailscale.com/start to sign in to Tailscale.

    (more…)
  • Configuring the firewall and establishing an SSH connection to Ubuntu Server

    Step 3 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    In this part of the series, you’ll configure the server’s firewall.

    After completing the installation and updating all packages, you’ll configure the firewall using ufw.

    (more…)
  • Installing Ubuntu Server

    Step 2 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    In this part of the series, you’ll learn how to install Ubuntu Server step by step.

    Preparing the Ubuntu Server installation

    With the login credentials you received, log into the netcup Server Control Panel.

    Select your server, then click on Settings on the left. Here you can set the keyboard layout and adjust the UEFI settings. I selected “de” for the keyboard and enabled UEFI boot. You can leave the other settings as they are.

    (more…)
  • Ordering the server

    Step 1 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    First, you need to order a server. I’m using netcup as a provider, but you can choose a different one as long as it offers similar features.

    To use a server as a Tailscale exit node, you don’t need much computing power or memory. In general, the smallest vServer from netcup with 2 GB RAM and 2 vCores should be sufficient.

    (more…)
  • Bypass internet restrictions and protect your privacy on public Wi-Fi – Your Path to a Free Internet

    In many parts of the world, free access to the internet is not a given. Websites are blocked, messaging apps are restricted, and critical content is censored. This raises the question: How can I stay online – freely and securely?

    This article series shows how to set up your own stable and encrypted connection using Tailscale, a modern VPN based on the WireGuard protocol – especially useful in countries with restrictive internet laws.

    (more…)
  • Simple protection against comment spam in WordPress

    Comment spam is one of the most annoying phenomena in blogs and content systems. Even if you hide the comment form in the frontend, the WordPress comment endpoint (wp-comments-post.php) remains active by default – and can be accessed directly.

    I’ll explain the details and how to avoid comment spam.

    (more…)