1
2023-08-03 20:30:13 -04:00
2023-08-04 12:40:40 -04:00
2023-08-04 18:20:56 -04:00
2023-08-03 20:30:13 -04:00
2023-08-04 12:30:03 -04:00
2023-08-04 20:15:06 -04:00
2023-08-04 20:15:06 -04:00
2023-07-20 19:09:21 -04:00
2023-07-20 15:48:05 -04:00
2023-08-03 23:18:12 -04:00
2023-08-04 20:15:06 -04:00
2023-08-03 23:27:01 -04:00
2023-07-14 11:44:35 -04:00
2023-08-04 12:14:53 -04:00

protomask: Fast & reliable user space NAT64

GitHub release Build Audit

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 crates.io
protomask-clat User space Customer-side transLATor (CLAT) implementation crates.io
easy-tun A pure-rust TUN interface library crates.io docs.rs
fast-nat An OSI layer 3 Network Address Table built for speed crates.io docs.rs
interproto Utilities for translating packets between IPv4 and IPv6 crates.io docs.rs
rfc6052 A Rust implementation of RFC6052 crates.io docs.rs
rtnl Slightly sane wrapper around rtnetlink crates.io docs.rs

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
Fast & reliable user space NAT64
Readme 766 KiB
Languages
Rust 96.6%
Makefile 3.4%