gluon/docs/package/gluon-464xlat-clat.rst
2020-03-14 16:39:56 +01:00

33 lines
910 B
ReStructuredText

gluon-464xlat-clat
==================
This package provides the kernel module and functionality required to support
IPv4 clients on an IPv6-only backbone.
Assumptions
-----------
* Clients will be given IPv4 addresses by a DHCP daemon that runs on each node.
gluon-ddhcpd is a great choice for this.
* There is a component on the network that does PLAT on the default network
64:ff9b::/96. https://github.com/FreifunkMD/jool-docker.git can do this.
Limitations
-----------
* When roaming, clients will experience temporary loss of IPv4 connectivity
site.conf
---------
clat_range : mandatory
- infrastructure net (ULA) from which a /96 CLAT prefix will be generated.
- This must be a /48 prefix.
- This can be the same for each site and is pre-registered at https://wiki.freifunk.net/IP-Netze#IPv6 as part of fdff:ffff:ff00::/40
Example::
{
clat_range = 'fdff:ffff:ffff::/48',
}