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

Support IPv6 on Hetzner #1141

Open
0x221A opened this issue Nov 18, 2024 · 0 comments
Open

Support IPv6 on Hetzner #1141

0x221A opened this issue Nov 18, 2024 · 0 comments

Comments

@0x221A
Copy link

0x221A commented Nov 18, 2024

Feature Request

Afterburn currently supports only IPv4 for Hetzner. IPv6 metadata can be retrieved from Hetzner's API endpoints (/hetzner/v1/metadata or /hetzner/v1/metadata/network-config) in the network-config.config[0].subnets[n] property, where ipv6 is set to true.

Environment

Hetzner

Desired Feature

Enable Afterburn to configure IPv6 automatically on server startup.

Other Information

  • If no public network is configured, the config property in network-config will be an empty array.
  • An example value of the network-config field is shown below.
network-config:
  config:
  - mac_address: <redacted>
    name: eth0
    subnets:
    - ipv4: true
      type: dhcp
    - address: 2a01:<redacted>::1/64
      dns_nameservers:
      - 2a01:4ff:ff00::add:1
      - 2a01:4ff:ff00::add:2
      gateway: fe80::1
      ipv6: true
      type: static
    type: physical
  version: 1
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

No branches or pull requests

1 participant