Habe ich einen Bandbreitenverlust bei der Nutzung von GRE Tunneln (Beispiel: noez <-> Hetzner) / Do I have a bandwidth loss when using GRE tunnels (example: noez <-> Hetzner)

In diesem FAQ gehen wir der Frage auf den Grund ob und wie hoch der Bandbreitenverlust bei der GRE Nutzung zwischen noez.de und Hetzner ist, wenn man mittels noez.de günstig die IP-Adressen seiner Hetzner VM / Dedi erweitern möchte.

Grundlage des Tests ist ein noez.de GRE Tunnel, welcher mit einem Hetzner VPS in Nürnberg verbunden wurde.

Wie das geht? Das erfährst Du hier:

Zunächst führen wir einen Speedtest mit der Maschine von Hetzner durch um zu schauen wie die normale Geschwindigkeit ist:

Das Ergebnis kannst Du ebenfalls unter folgender URL aufrufen: Speedtest by Ookla - The Global Broadband Speed Test

Nun führen wir den gleichen Test durch, allerdings mit der eingerichtet noez.de GRE IP auf der VM.

Wie Du siehst gibt es beim Upload keinerlei Verschlechterung, allerdings beim Upload. Dort erreichen wir statt etwa 900 Mbps nur noch knapp 500 Mbps. Einen Abbruch der Upload Geschwindigkeit können wir allerdings durch Anpassung der MTU verbessern.

sudo ip link set dev eth0 mtu 1476
sudo ip link set dev gre0 mtu 1476

eth0 ist mit dem entsprechenden Netzwerk-Adapter zu ersetzen.

Wie Du nun siehst ist der Upload und Download jeweils im Bereich wie zuvor. Du hast also durch die Nutzung des GRE Tunnel keine Beeinträchtigung der Bandbreite zu erwarten. Das Ergebnis findest Du ebenfalls online: Speedtest by Ookla - The Global Broadband Speed Test

English: In this FAQ, we delve into the question of whether and to what extent there is bandwidth loss when using GRE between noez.de and Hetzner, particularly for those looking to expand the IP addresses of their Hetzner VM/Dedi affordably via noez.de.

The basis of the test is a noez.de GRE tunnel connected to a Hetzner VPS in Nuremberg.

How does it work? You can find out here: Nutze noez.de IPs mit GRE auf Hetzner Servern / Use noez.de IPs with GRE on a Hetzner server

First, we conduct a speed test with the Hetzner machine to see what the normal speed is:

You can also view the results at the following URL: Speedtest by Ookla - The Global Broadband Speed Test

Next, we perform the same test, but with the configured noez.de GRE IP on the VM.

As you can see, there is no deterioration in upload speed, but there is in download speed. Instead of about 900 Mbps, we achieve just under 500 Mbps. However, adjusting the MTU can improve the upload speed:

sudo ip link set dev eth0 mtu 1476
sudo ip link set dev gre0 mtu 1476

Replace eth0 with the corresponding network adapter.

As you can see, both the upload and download speeds are now within the range as before. Therefore, you can expect no impairment in bandwidth when using the GRE tunnel. You can also view the results online: Speedtest by Ookla - The Global Broadband Speed Test"