BusyBox and IPv6 support

Alina Friedrichsen x-alina at gmx.net
Tue Feb 2 01:37:14 UTC 2010


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 <x-alina at gmx.net>
> 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
>         busybox at busybox.net
>         http://lists.busybox.net/mailman/listinfo/busybox
>         
> 





More information about the busybox mailing list