Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Dec 2011 19:46:42 +1030
From:      "Daniel O'Connor" <doconnor@gsoft.com.au>
To:        Hajimu UMEMOTO <ume@mahoroba.org>
Cc:        freebsd-net@freebsd.org
Subject:   Re: FreeBSD 8 as an IPv6 router
Message-ID:  <4F9821A6-673B-4DE6-A543-5F37BDD3F9B7@gsoft.com.au>
In-Reply-To: <ygeaa6w25vy.wl%ume@mahoroba.org>
References:  <2CECE1B6-98B6-4219-BDD7-220F83CAEC36@gsoft.com.au> <ygeaa6w25vy.wl%ume@mahoroba.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On 13/12/2011, at 19:41, Hajimu UMEMOTO wrote:
> The prefixlen of assigend IPv6 address have to be 64 to SLAAC work
> correctly.

OK.
I have the following dhcp6c.conf..
interface eth0 {
        information-only;
};

interface tun0 {
        send ia-pd 0;
};

id-assoc pd {
        prefix-interface eth0 {
                sla-id 1;
                sla-len 4;
        };
};

Is there a way to tweak it to do the right thing?

Thanks.

--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C









Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F9821A6-673B-4DE6-A543-5F37BDD3F9B7>