Re: Splitting /64 over Multiple Gateway Interfaces in rtadvd
Xavier Venient <[email protected]> Tue, 22 Mar 2005 14:00:57 +0100
| Newsgroups | gmane.os.openbsd.ipv6 |
|---|---|
| Message-ID | <[email protected]> |
eric a tapoti :
> I'm using rtadvd(8) for stateless configuration of machines behind a
> dual-legged OpenBSD router. I've been allocated a /64 from he.net and have
> everything working fine when using a single-leg configuration of the
> router...
>
> fxp0:\
> :raflags#0:addrs#1:addr="2001:470:1F01:x::":prefixlen#64:
>
> fxp0 has an ipv6 address if 2001:470:1F01:x::1
>
> However, when I try and split this network up over seperate interfaces, I've
> tried leaving the /64 undivided and numberd tx0 (the second interface) as
> 2001:470:1F01:x::2 and changed "fxp0" in my /etc/rtadvd.conf to "default"
>
> This doesn't seem to work; I can't get a stateless address assigned.
I think you need to change 'x'.
Here is my rtadvd.conf:
sis1:\
:addr="2001:7a8:6c80:2::":prefixlen#64:
sis2:\
:addr="2001:7a8:6c80:3::":prefixlen#64:
Xavier