LOGBOOK

HELP

Quiz Entry - updated: 2026.07.05

How does IPv6 tunneling carry traffic across an IPv4-only segment?

A tunnel entry router wraps the whole IPv6 packet inside an IPv4 packet, the IPv4 network forwards it to the tunnel exit router, which strips the IPv4 wrapper and continues as native IPv6.

Entry router wraps IPv6 in IPv4 (proto 41); exit router decapsulates to native IPv6.

* 6in4: the entry router wraps IPv6 in IPv4, the exit router unwraps it. *

Picture a path A–B–C–D–E–F where the middle (C, D) is IPv4-only but the ends are IPv6:

  1. The IPv6 packet (Source A → Dest F) reaches the tunnel entry router B
  2. B encapsulates it inside an IPv4 packet addressed Source B → Dest E (the tunnel endpoints)
  3. The IPv4 network routes that packet normally from B to E
  4. The tunnel exit router E decapsulates it, recovering the original IPv6 packet
  5. The native IPv6 packet continues E → F

Logically B and E look directly connected ("IPv6 over IPv4 when needed"); physically it crossed IPv4 routers that never knew IPv6 was inside.

Tip: Tunneling = "IPv6 in an IPv4 envelope." Real-world examples include 6in4, 6to4, and Teredo.

Go deeper:

From Quiz: INTROL / IPv6 – Das Netz der Zukunft | Updated: Jul 05, 2026