Skip to content

Conversation

@qmonnet
Copy link
Member

@qmonnet qmonnet commented Oct 23, 2025

Currently a test PR, to talk about NAT and directions.

Just do source NAT for the request (and so destination NAT on the way
back).

Signed-off-by: Quentin Monnet <[email protected]>
@qmonnet qmonnet added the area/nat Related to Network Address Translation (NAT) label Oct 23, 2025
Comment on lines +503 to +506
let expose211 = VpcExpose::empty()
.make_stateful_nat(None)
.unwrap()
.ip("5.0.0.0/24".into());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alternatively:

        let expose211 = VpcExpose::empty();

would work just as well for the test, with the current code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/nat Related to Network Address Translation (NAT)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant