-
Good morning The interfaces of interest are the following:
The following configuration works fine:
but if I replace the last line by
then the bind for IPv6 on eth0 fails with the following message
although my understanding is that in both cases I respect the constraints ("only on address of each type per interface"). What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
uselpa
Feb 1, 2025
Replies: 1 comment
-
Answering my own question - LLA sometimes need a zone index, so adding a suffix of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
uselpa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answering my own question - LLA sometimes need a zone index, so adding a suffix of
%eth0
to the LLA did the trick.