Skip to content

Dualstack support#184

Closed
majst01 wants to merge 9 commits intomasterfrom
dualstack-support
Closed

Dualstack support#184
majst01 wants to merge 9 commits intomasterfrom
dualstack-support

Conversation

@majst01
Copy link
Contributor

@majst01 majst01 commented Jul 25, 2024

replaces #175

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

@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

@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 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.

1 participant