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

Dualstack support #184

Closed
wants to merge 9 commits into from
Closed

Dualstack support #184

wants to merge 9 commits into from

Conversation

majst01
Copy link
Contributor

@majst01 majst01 commented Jul 25, 2024

replaces #175

majst01 added 5 commits July 4, 2024 15:02
… dualstack-support
Comment on lines +143 to +155
# IPv6
.PHONY: _privatenet6
_privatenet6: env
docker compose run $(DOCKER_COMPOSE_TTY_ARG) metalctl network list --name user-private-network-6 | grep user-private-network-6 || docker compose run $(DOCKER_COMPOSE_TTY_ARG) metalctl network allocate --partition mini-lab --project 00000000-0000-0000-0000-000000000000 --name user-private-network-6 --addressfamily ipv6

.PHONY: machine6
machine6: _privatenet6
docker compose run $(DOCKER_COMPOSE_TTY_ARG) metalctl machine create --description test6 --name test6 --hostname test6 --project 00000000-0000-0000-0000-000000000000 --partition mini-lab --image $(MACHINE_OS) --size v1-small-x86 --networks $(shell docker compose run $(DOCKER_COMPOSE_TTY_ARG) metalctl network list --name user-private-network-6 -o template --template '{{ .id }}')

.PHONY: firewall6
firewall6: _ips _privatenet6
docker compose run $(DOCKER_COMPOSE_TTY_ARG) metalctl firewall create --description fw --name fw --hostname fw --project 00000000-0000-0000-0000-000000000000 --partition mini-lab --image firewall-ubuntu-3.0 --size v1-small-x86 --networks internet-ipv6-mini-lab,$(shell docker compose run $(DOCKER_COMPOSE_TTY_ARG) metalctl network list --name user-private-network-6 -o template --template '{{ .id }}')

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Probably not required anymore

… dualstack-support
@majst01 majst01 force-pushed the dualstack-support branch from f53cf37 to 57fc27a Compare July 25, 2024 11:02
@majst01
Copy link
Contributor Author

majst01 commented Aug 1, 2024

firewall does not get a ipv6 address in the internet network

… dualstack-support
@majst01
Copy link
Contributor Author

majst01 commented Aug 2, 2024

firewall does not get a ipv6 address in the internet network

Because a fixed IPv4 address is assigned during create

majst01 added 2 commits August 2, 2024 11:34
… dualstack-support
@majst01 majst01 force-pushed the dualstack-support branch from 6718f21 to 9dd32fb Compare August 8, 2024 12:57
@majst01
Copy link
Contributor Author

majst01 commented Feb 19, 2025

replaced by #208

@majst01 majst01 closed this Feb 19, 2025
@majst01 majst01 deleted the dualstack-support branch February 19, 2025 13:49
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

Successfully merging this pull request may close these issues.

None yet

1 participant