IPv6 support in balena

Hi, allow me to preface this by saying that I am not very experienced in this area, however I have found some resources that may be helpful for you.

  • The following doc specifies how to disable and re-enable ipv6: Network Setup on balenaOS - Balena Documentation . Specifically it says you should be able to edit a connection with nmcli and run set ipv6.method enable to enable ipv6
  • I see a similar forum thread here: Enable IPv6 in container . According to it, you should be able to create a daemon.json inside /etc/docker/ with ipv6 enabled and then run systemctl restart balena.

Please let us know if either of these solutions work for you.