Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VPP-2104] NAT66 1:1 #3565

Open
vvalderrv opened this issue Feb 2, 2025 · 0 comments
Open

[VPP-2104] NAT66 1:1 #3565

vvalderrv opened this issue Feb 2, 2025 · 0 comments

Comments

@vvalderrv
Copy link
Contributor

Description

A NAT66 mechanism implemented as an VPP plugin sitting in the input feature arc or as a DPO.

Similar to VPP-2103, but instead of having bindings between inside /64s and outside /64s, binds individual inside host addresses to outside host addresses. Very similar in function to the traditional NAT44 (not NAPT44). The translation can still be done in a checksum neutral way, meaning that the mechanism is transport layer agnostic. No per-session state is kept, but a binding per inside host/address is required. So a binding database with an LRU function is required. This allows for a N:1 mapping of a large inside address space to e.g. a single outside /64. Supports multiple tenants and instances. E.g. each tenant can be given a reserved /64.

More state that is more dynamic, although it's not per-session state. Still possible to synchronise between instances, but may be less attractive than NPTv6 or NAT66 /64.

Assignee

Ole Trøan

Reporter

Ole Trøan

Comments

No comments.

Original issue: https://jira.fd.io/browse/VPP-2104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant