Setup static IPv6 Address #11227
Unanswered
LukasKnuth
asked this question in
Q&A
Replies: 1 comment
-
Your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I run a single-node cluster on a Rapsberry Pi 4 with Talos. I have the following in my config patch:
(The full config - if needed)
The point of this is to set the static IPv4 address of the node to
192.168.107.3
and the static IPv6 address tofd00:affe:cafe:107::3
. Thefd00:affe:cafe:107/48
ULA prefix is setup in my Router. (I static addresses because they are advertised as DNS server in my network.)The IPv4 address works as expected, I can send traffic to the cluster and it responds. The IPv6 address can't reach the server however:
If I run
talosctl get links
I can see that the HW address is correct and the link is UP:When I run
talosctl get addresses
I see that both addresses are set for the link:I'm sure I'm overlooking something, I had this working on Talos 1.7.5 but since I upgrade my way up to 1.10.4 this morning, it must have broken along the way...
Beta Was this translation helpful? Give feedback.
All reactions