You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#127 will help with this issue, but probably further work is needed, as you also want to avoid /128 addresses, and that code is driven by lifetime, not the /128 or the deprecated flag (which can be present even with a high lifetime)
TL;DR: We are running into a situation where radvd is picking the source IP for outgoing advertisements that don't want it to use.
radvd version: 2.17, debian package 1:2.17-2
Our setup:
The end result that we want to change is:
fe80::ffff:ff
address for its advertisements instead offe80::5054:ff:feed:f5a6
This is bad for us since that's a VIP and can move between machines.
Things we've tried:
fe80::ffff:ff
is still picked as the outbound addressAny suggestions here to accomplish what we want with radvd as-is?
Can we tell
radvd
to use a specific address as the advertisement source for this route?Should it be modified to not choose
deprecated
or/128
addresses as the source for advertisements?The text was updated successfully, but these errors were encountered: