MyNixOS website logo
option

networking.ipips.<name>.encapsulation.type

Select the encapsulation type:

  • ipip to create an IPv4 within IPv4 tunnel (RFC 2003).

  • 4in6 to create a 4in6 tunnel (RFC 2473);

  • ip6ip6 to create an IPv6 within IPv6 tunnel (RFC 2473);

For encapsulating IPv6 within IPv4 packets, see the ad-hoc networking.sits option.
Declarations
Type
one of "ipip", "4in6", "ip6ip6"
Default
"ipip"