<div> </div>
<div>Site local addresses are deprecated and are no more used. Instead we use Unique Local addresses,FC00::/7 (ULA) to assign addresses to the LAN side hosts. </div>
<div> </div>
<div>Regd the RDNSS option although radvd has support for that but LAN side host doesn't support this option . So actually you cannot use this option for deployment. So As of now , until all the hosts support this RDNSS, better option would be RADVD + Stateless DHCPv6 server</div>

<div> </div>
<div>Regards,</div>
<div>Suprasad. <br> </div>
<div><span class="gmail_quote">On 9/4/10, <b class="gmail_sendername">Eddie Lania</b> <<a href="mailto:eddie@lania.nl">eddie@lania.nl</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Okay, thank you again. That seems pretty straight forward :-)<br><br>One thing I still wonder about:<br><br>Is everybody that uses ipv6 just assigning global addresses to all the hosts in their lan?<br><br>Or are there also people that prefer to assign site global addresses to their hosts only?<br>
What would be the benefit of that? You can't "nat" them to the outside world can you?<br><br><br>On Sat, 2010-09-04 at 15:37 +0200, Udo van den Heuvel wrote: 
<blockquote type="CITE"><pre>On 2010-09-04 15:35, Eddie Lania wrote:
> Thank you Udo,

> No, i need a single /64 subnet only. But I can't figure out where i need
> to define my named server, is that the RDNSS option?

> Setting this in dhcpd.conf is more clear to me.

# cat /etc/radvd.conf
interface eth0 {
        AdvSendAdvert on;
        AdvHomeAgentFlag off;
        MinRtrAdvInterval 3;
        MaxRtrAdvInterval 10;
        AdvLinkMTU 1460;

        prefix 2001:980:3210:0::/64 {
                AdvOnLink on;
                AdvAutonomous on;
                AdvRouterAddr off;
                AdvPreferredLifetime 20;
                AdvValidLifetime 30;
        };

        RDNSS 2001:888:0:6::66 2001:888:0:9::99 {

        };
};


</pre></blockquote><br> </div><br>_______________________________________________<br>dhcp-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>
<a onclick="return top.js.OpenExtLink(window,event,this)" href="https://lists.isc.org/mailman/listinfo/dhcp-users" target="_blank">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></blockquote></div><br>