net: add configurable nat66Prefix for shared networking - #1639
Merged
Merged
Conversation
Contributor
Author
|
example reproducer: here second VM's IPv6 will time out without the |
Owner
|
Is |
Contributor
Author
|
@abiosoft it's the name of the option in vmnet: https://developer.apple.com/documentation/vmnet/vmnet_nat66_prefix_key |
Owner
|
Kindly rebase. |
stek29
force-pushed
the
issue-573-ipv6
branch
from
September 17, 2026 12:46
7f21730 to
a7fd12f
Compare
Add network.nat66Prefix and network-nat66-prefix for vmnet non-VZ shared networking, while preserving the existing behavior of not passing any value for nat66-prefix to vmnet by default. This allows creating multiple colima instances with shared vmnet using IPv6 and is a follow-up for PR abiosoft#1628, which fixed IPv4 use-case. Signed-off-by: Viktor Oreshkin <imselfish@stek29.rocks>
stek29
force-pushed
the
issue-573-ipv6
branch
from
September 17, 2026 12:49
a7fd12f to
66b9136
Compare
Contributor
Author
|
@abiosoft rebased, but actions seem to be failing because of a billing issue. |
Owner
Yeah, it was due to exceeding budget of copilot usage and an unusual rejection of a previously valid payment card. |
abiosoft
approved these changes
Sep 19, 2026
|
عالی هستی |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add network.nat66Prefix and network-nat66-prefix for vmnet non-VZ shared networking, while preserving the existing behavior of not passing any value for nat66-prefix to vmnet by default.
This allows creating multiple colima instances with shared vmnet using IPv6 and is a follow-up for PR #1628, which fixed IPv4 use-case.
LLM disclosure: I've used LLM based coding Agent for spinning up test VMs before/after this change to test different options. None of the code (including tests) was written by an LLM.