clatd
clatd copied to clipboard
A 464XLAT CLAT implementation for Linux
Log: ```Apr 19 12:12:46 srv12946 clatd[1855]: Using CLAT IPv6 address: 2a02:180:6:1::203e Apr 19 12:12:46 srv12946 clatd[1855]: Checking if this system already has IPv4 connectivity in 10 sec(s) Apr 19 12:12:46...
Hi RFC 8781 (https://www.rfc-editor.org/rfc/rfc8781.txt) is a nice way to get the plat-prefix direct by the router. So you don't need the dns64 server.
`iptables` has been deprecated for a while now. Its replacement `nft` allows for IPv6 masquerading, which allows `clatd` to operate without needing a global address separate from the host's primary...
The LIMITATIONS sections in the README is misleading as it does not take into account the change in 81f2c61. Fix that.
This software assumes systemd and doesn't work without it. I've managed to get it running by manually coping the files into if-down.d and if-up.d, setting up /etc/default/clatd, and then in...