notiz:dual-stack-lite-linux
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Nächste Überarbeitung | Vorherige Überarbeitung | ||
| notiz:dual-stack-lite-linux [2025/11/08 17:07] – angelegt clerie | notiz:dual-stack-lite-linux [2025/11/20 20:09] (aktuell) – [References] clerie | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Dual Stack Lite (DS-Lite) B4 Element on Linux ====== | ====== Dual Stack Lite (DS-Lite) B4 Element on Linux ====== | ||
| - | [[https:// | + | [[https:// |
| What I write here is what I learned by figuring making [[https:// | What I write here is what I learned by figuring making [[https:// | ||
| Zeile 7: | Zeile 7: | ||
| It is tested against a FTTB connection from [[https:// | It is tested against a FTTB connection from [[https:// | ||
| + | ===== WAN Interface ===== | ||
| + | |||
| + | I expect that you have a WAN interface with IPv6 working already. | ||
| + | |||
| + | This can be a PPPoE tunnel or anything else. | ||
| ===== Encapsulation ===== | ===== Encapsulation ===== | ||
| Zeile 14: | Zeile 19: | ||
| < | < | ||
| - | ip tunnel add " | + | ip tunnel add " |
| </ | </ | ||
| + | |||
| + | ==== Tunnel Encapsulation Limit ==== | ||
| + | |||
| + | Generic Packet Tunneling in IPv6 allows setting a [[https:// | ||
| + | That limit is passed as Destination Option for IPv6. | ||
| + | |||
| + | Unfortunately to AFTR of my provider Netcologne just throws away packets that contain Destination Options, except they carry ICMP. | ||
| + | |||
| + | The Linux Kernel is setting a Tunnel Encapsulation Limit by default. | ||
| + | As a workaround one can set '' | ||
| + | That way, there are no Destination Options set and IPv4 is encapsulated directly. | ||
| ===== AFTR Address Discovery ===== | ===== AFTR Address Discovery ===== | ||
| Zeile 32: | Zeile 48: | ||
| ===== AFTR Name Discovery ===== | ===== AFTR Name Discovery ===== | ||
| - | You can request the AFTR name on the WAN interface with DHCP6 using the '' | + | You can request the AFTR name on the WAN interface with DHCPv6 |
| With my provider Netcologne the '' | With my provider Netcologne the '' | ||
| Zeile 51: | Zeile 67: | ||
| * aftr10.netcologne.de | * aftr10.netcologne.de | ||
| + | ===== References ===== | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
notiz/dual-stack-lite-linux.1762618062.txt.gz · Zuletzt geändert: von clerie
