IPv6 router advertisement

Ted Lemon Ted.Lemon at nominum.com
Tue May 5 19:51:26 UTC 2009


On May 5, 2009, at 12:53 PM, Mihai Moldovan wrote:
>        AdvRouterAddr off;

Why is AdvRouterAddr off?

This is my /etc/radvd.conf file, fwiw:

interface eth0 {
         AdvSendAdvert on;
         MinRtrAdvInterval 3;
         MaxRtrAdvInterval 10;
	AdvManagedFlag off;
	AdvOtherConfigFlag on;
         prefix 2001:470:8:11e::/64 {
                 AdvOnLink on;
                 AdvAutonomous on;
                 AdvRouterAddr on;
         };
         prefix 2001:1938:206::/64 {
                 AdvOnLink on;
                 AdvAutonomous on;
                 AdvRouterAddr on;
         };

	route ::/96 {
	};

	RDNSS 2001:470:1f05:592::1 {
		AdvRDNSSPreference 9;
	};
};

I'm currently using autoconf and DHCPv6-lite.   When I want to use  
full DHCPv6, I turn off AdvAutonomous on both prefixes.




More information about the dhcp-users mailing list