<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
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>
</BODY>
</HTML>