Skip to content

Cannot update IPv6 with deSEC #620

Answered by qdm12
neko-js asked this question in Q&A
Jan 31, 2024 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Ok, many things to unpack, but the quick TLDR for you is your Docker setup or host or network doesn't have IPv6 enabled, so it fails to fetch it, that's why you get connect: cannot assign requested address. Now on the various problems that came out of this, such as the UI being weird, or the logs being not so helpful:

  • ebd852f sets the record status to FAIL with the message Public IP not found, if the public IP fetching fails for the record IP version (ipv6 in your case). That won't leave the record in that ugly UNSET state.
  • 6f71982 explicitly logs the error that IPv6 is not supported if all 3 tries result in an error containing connect: cannot assign requested address
  • 443daad changes log…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@neko-js
Comment options

@qdm12
Comment options

@neko-js
Comment options

@qdm12
Comment options

Answer selected by qdm12
@neko-js
Comment options

@qdm12
Comment options

@neko-js
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants