protomask
: Fast & reliable user space NAT64
The protomask tool suite is a collection of user space tools that translate packets between OSI layer 3 protocol versions
This repository (referred to as the protomask tool suite) contains the following sub-projects:
Crate | Info | Latest Version |
protomask |
User space NAT64 implementation | |
protomask-clat |
User space Customer-side transLATor (CLAT) implementation | |
easy-tun |
A pure-rust TUN interface library |
|
fast-nat |
An OSI layer 3 Network Address Table built for speed |
|
interproto |
Utilities for translating packets between IPv4 and IPv6 |
|
rfc6052 |
A Rust implementation of RFC6052 |
|
rtnl |
Slightly sane wrapper around rtnetlink |
|
Installation
Protomask can be installed using various methods:
Debian
Head over to the releases page and download the latest release for your architecture.
Then, install with:
apt install /path/to/protomask_<version>_<arch>.deb
# You can also edit the config file in /etc/protomask.toml
# And once ready, start protomask with
systemctl start protomask
Using Cargo
cargo install protomask
Description
Languages
Rust
96.6%
Makefile
3.4%