Serveurs Privés Virtuels (VPS) - Tunnel GRE IPv6 Enorme Latence
BMPCreated with Sketch.BMPZIPCreated with Sketch.ZIPXLSCreated with Sketch.XLSTXTCreated with Sketch.TXTPPTCreated with Sketch.PPTPNGCreated with Sketch.PNGPDFCreated with Sketch.PDFJPGCreated with Sketch.JPGGIFCreated with Sketch.GIFDOCCreated with Sketch.DOC Error Created with Sketch.
Frage

Tunnel GRE IPv6 Enorme Latence

Von
MaxWgamer
Erstellungsdatum 2021-08-23 19:06:59 (edited on 2024-09-04 13:32:10) in Serveurs Privés Virtuels (VPS)

Salut !

Cela fait depuis plusieurs jours que j'essaye de faire un tunnel GRE en ipv6, tout marchait bien jusqu'à ce que j'update mon kernel (j'ai debian 9) de **"linux-image-4.9.0-16-amd64" à "linux-image-4.19.0-0.bpo.9-amd64"**.

Depuis, j'ai 1500ms de latence entre chaque ping et j'ai beaucoup de packets perdu.

J'ai essayé l'installation sur Debian **10** et **11** mais j'ai toujours le même problème.
J'ai fait cette installation entre un VPS OVH (Testée sur Debian 9, 10 et 11) et une machine en local chez moi.

Voici les commandes pour faire le tunnel que j'utilise :

sudo ip tunnel add gre1 mode ip6gre local IPV6_LOCAL remote IPV6_OVH ttl 255
sudo ip addr add 10.0.0.1/30 dev gre1
sudo ip link set gre1 up

sudo ip tunnel add gre1 mode ip6gre local IPV6_OVH remote IPV6_LOCAL ttl 255
sudo ip addr add 10.0.0.2/30 dev gre1
sudo ip link set gre1 up

Merci d'avance pour votre aide, bonne soirée !