Hugo Future Imperfect Slim

Adventures in Userland

Exploring the wonders of technology

Multiple IPv6 Router Advertisements

IPv6 Complicated with Radvd

Thomas Peters

Photo by Echo Grid on Unsplash

First time I tried advertizing on the same network was not so great, second time around when needing to advertize ULA and GUA addresses it went a little bit better for me.

interface eth0 {
    AdvSendAdvert on;
    AdvDefaultLifetime 0;
    prefix fd94:c9b4:7bda:1::/64 {
        AdvOnLink on;
        AdvAutonomous on;
    };
    route fd00::/8 {};
};

Sources:

Subnet with Two IPv6 Routers.

Photo by Echo Grid on Unsplash

Recent Posts

categories

About

test