[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: problem in radvd!



hello

>    I want radvd send route advertisement to 2 subnets,and
> let the subnet notes configure ipv6 address
> automatically.The linux box installed radvd has 2 ethernet
> cards,eth0 connect the subnet fec0:0:0:1::/64,eth1 connect
> the subnet fec0:0:0:2::/64,but I wonder how to config de
> configfile?
>    Anyone?
>    Thanks!

maybe you can try something as simple as what follows, as far as i
remember from the manual this shoulb be ok

interface eth0 {
        AdvSendAdvert on;
        AdvLinkMTU 1500;
        prefix fec0:0:0:1::/64 {
                AdvOnLink on;
                AdvAutonomous on;
        };
interface eth1 {
        AdvSendAdvert on;
        AdvLinkMTU 1500;
        prefix fec0:0:0:2::/64 {
                AdvOnLink on;
                AdvAutonomous on;
        };

Fred



Reply to: