The World is running out of IPv4 addresses, but luckily, we have IPv6 here now, and running the whole data center on IPv6 only is not just happening, it’s becoming the standard. But what if you have an app, a daemon, or a container that actually needs IPv4 connectivity? Then you may use 464XLAT to provide an IPv4 tunnel through your IPv6 only infrastructure. Clatd is one component in 464XLAT.

Clatd is a CLAT / SIIT-DC Edge Relay implementation for Linux. From the GitHub wash label:

Clatd implements the CLAT component of the 464XLAT network architecture specified in RFC 6877. It allows an IPv6-only host to have IPv4 connectivity that is translated to IPv6 before being routed to an upstream PLAT (which is typically a stateful NAT64 operated by the ISP) and there translated back to IPv4 before being routed to the IPv4 internet. This is especially useful when local applications on the host requires actual IPv4 connectivity or cannot make use of DNS64 (…) Clatd may also be used to implement an SIIT-DC Edge Relay as described in RFC 7756.

Note that Clatd relies on Tayga for the actual translation of packets between IPv4 and IPv6.

Yesterday, I pushed Clatd for Fedora testing and EPEL testing. Please test and report feedback by Bugzilla.

For more information on Clatd, see the documentation included in the package, or the Clatd GitHub home page. For more info on Tayga, visit http://www.litech.org/tayga/.

For general information about the process of transitioning to the bright future of IPv6, consider https://en.wikipedia.org/wiki/IPv6_transition_mechanism

Ingvar Hagelund

Team Lead, Application Management for Media at Redpill Linpro

Ingvar has been a system administrator at Redpill Linpro for more than 20 years. He is also a long time contributor to the Fedora and EPEL projects.

Alarms made right

At my work, we’re very much dependent on alarms. The systems need to be operational 24/7. When unexpected issues arise, timely manual intervention may be essential. We need good monitoring systems to catch whatever is wrong and good alarm systems to make someone aware that something urgently needs attention. I would claim that we’re quite good at setting up, tuning, and handling alarms.

When I’m not at work, I’m often sailing, often single-handedly for longer distances. Alarms are important for ... [continue reading]

Just-Make-toolbox

Published on March 22, 2024

Containerized Development Environment

Published on February 28, 2024