Question

IPv6 route advertisements are not received on the private interface

I’m trying a very simple setup where two nodes in my VPC have IPv6 enabled and a working radvd which assigns ULAs to eth1 (e.g. fdaa::/64 and advertises them. Both have the following /etc/radvd.conf:

interface eth1
{
        AdvSendAdvert on;
        MinRtrAdvInterval 30;
        MaxRtrAdvInterval 100;
        AdvDefaultLifetime 0;
        prefix fdaa::/64 {
        };
};

I can confirm that advertisements are send to ff02::1 but they are not received on the other machine. So, pinging one node from another using the assigned ULAs does not work. What is the problem?


Submit an answer


This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

card icon
Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Sign up
card icon
Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We’d like to help.

Learn more
card icon
Become a contributor

You get paid; we donate to tech nonprofits.

Learn more
Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow – whether you’re running one virtual machine or ten thousand.

Learn more ->
DigitalOcean Cloud Control Panel