SLAAC passthrough to interfaces

I am running into walls trying to configure IPv6. Router Advertisements — VyOS 1.4.x (sagitta) documentation

Config -
eth0 gets an IPv6 address through SLAAC (autoconf), I am trying to pass those advertisements to eth1 to eth4.

I tried to setup router-advert but my IPv6 address is not accepted. Not sure if that is required.

set service router-advert interface eth1 prefix 2a03:5800:7103:a500:6d4:c4ff:fe50:6070/64

Invalid value
Value validation failed
Set failed

Ideas?

Hi,

you need to use a prefix
for example:
2001:DB8:beef:2::/64

you try to configure a full ipv6 address

Thanks, that was exactly the problem. It is working great.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.