Only a simple configuration. This do I use on my router:

interface br-lan
{
        AdvSendAdvert on;
        AdvManagedFlag off;
        AdvOtherConfigFlag off;

        prefix 2001:4b88:10fa::1/64
        {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr off;
        };

        RDNSS fe80::4830:fbff:fe81:7cce
        {
        };
};

br-lan is the LAN port. RDNSS only if you have an IPv6 nameserver, if
not simply remove it.

Am Montag, den 01.02.2010, 17:47 +0530 schrieb arun kumar:
> 
> Thanks for your replies.
> 
> Alina,
> I think radvd is used for stateless auto-configuration.
> But i need stateful. so i downloaded wide-dhcp binary package.
> so thanks. but may i know how to use radvd ..? (any configurations
> needed..?)
> 
> 
> On Mon, Feb 1, 2010 at 9:37 AM, Alina Friedrichsen <[email protected]>
> wrote:
>         > > If busybox supports IPv6, whether it has the dhcpv6 client
>         support.
>         > > for IPv4 we have udhcpc client. so for IPv6 whether we
>         have wide-dhcp or
>         > > dibbler client (dhcp6c) on busybox. whether we have this
>         on busybox.
>         >
>         > No, busybox does not have it.
>         
>         
>         Maybe use radvd? The client is integrated in the linux kernel.
>         
>         Alina
>         
>         
>         
>         
>         _______________________________________________
>         busybox mailing list
>         [email protected]
>         http://lists.busybox.net/mailman/listinfo/busybox
>         
> 



_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to