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

Allow customizable IP range when creating a new enclave #2561

Open
0xalex88 opened this issue Oct 2, 2024 · 0 comments
Open

Allow customizable IP range when creating a new enclave #2561

0xalex88 opened this issue Oct 2, 2024 · 0 comments
Labels
cli For bugs relating to the CLI feature request nice to have Nice to have feature

Comments

@0xalex88
Copy link

0xalex88 commented Oct 2, 2024

Background & motivation

When trying to create a new enclave on a pc with a home network with CIDR 172.16.0.0/20 the default network allocator uses an overlapping IP range making the enclave creation fail (DNS requests try to go to the router at 172.16.0.1 but fail because it's within the docker network range).
The workaround is to create a placeholder network

docker network create --config-only --subnet 17.16.0.0/20 placeholder

to avoid having a network allocated in the same IP range.

Desired behaviour

It would be nice to either make the network range configurable (either via CIDR or specifying an existing docker network) or exclude network ranges used by interfaces (not sure if possible)

How important is this to you?

Nice to have; this feature would make using Kurtosis more enjoyable.

What area of the product does this pertain to?

CLI: the Command Line Interface

@github-actions github-actions bot added cli For bugs relating to the CLI nice to have Nice to have feature labels Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI feature request nice to have Nice to have feature
Projects
None yet
Development

No branches or pull requests

1 participant