Date: Sat, 1 Nov 2014 01:09:47 -0400 From: Tom Pusateri <pusateri@bangj.com> To: Chris Inacio <nacho319@gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: Help with IPv6 router gateway config, Comcast, DHCP, dnsmasq Message-ID: <7BCDF08D-BAF5-4747-91FF-968E51B6AEED@bangj.com> In-Reply-To: <EB559913-A4C6-4135-A526-25C336249F98@bangj.com> References: <CAG_PEez92O0%2Ba-_OsQ%2BmUx_s58ttkPcvW05e8x3-CHWHv2kp1g@mail.gmail.com> <EB559913-A4C6-4135-A526-25C336249F98@bangj.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Oct 31, 2014, at 11:43 PM, Tom Pusateri <pusateri@bangj.com> wrote: >=20 >>=20 >> On Oct 31, 2014, at 11:23 PM, Chris Inacio <nacho319@gmail.com> = wrote: >>=20 >> My configs are really basic. dhcp6c.conf: >>=20 >> interface re0 { >>=20 >> send ia-pd 0; >>=20 >> send ia-na 1; >>=20 >> }; >>=20 >>=20 >> id-assoc na 1 { >>=20 >> }; >>=20 >>=20 >> id-assoc pd { >>=20 >> prefix ::/56 infinity; >>=20 >> prefix-interface re0 { >>=20 >> sla-len 4; >>=20 >> sla-id 1; >>=20 >> }; >>=20 >> }; In addition to my earlier post, you are missing the ID for the ia-pd = association. replace: id-assoc pd { with: id-assoc pd 0 { and you are referencing your upstream interface instead of your = downstream interface in the delegated prefix-interface statement. replace: prefix-interface re0 { with prefix-interface re1 { Thanks, Tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7BCDF08D-BAF5-4747-91FF-968E51B6AEED>