Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2014 22:18:23 -0700
From:      Darren Pilgrim <list_freebsd@bluerosetech.com>
To:        Chris Inacio <nacho319@gmail.com>, freebsd-net@freebsd.org
Subject:   Re: Help with IPv6 router gateway config, Comcast, DHCP, dnsmasq
Message-ID:  <5455BE9F.5020205@bluerosetech.com>
In-Reply-To: <CAG_PEeyY7X=HZakG3UDqrFF92mqj4zTu0Ujx6VQ2yrQ-Vp6C2w@mail.gmail.com>
References:  <CAG_PEez92O0%2Ba-_OsQ%2BmUx_s58ttkPcvW05e8x3-CHWHv2kp1g@mail.gmail.com> <EB559913-A4C6-4135-A526-25C336249F98@bangj.com> <7BCDF08D-BAF5-4747-91FF-968E51B6AEED@bangj.com> <CAG_PEeyY7X=HZakG3UDqrFF92mqj4zTu0Ujx6VQ2yrQ-Vp6C2w@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 11/1/2014 8:03 PM, Chris Inacio wrote:
> Thank you for all your help.  You have indeed fixed my mistakes.
>
> I still have one more mistake, however, which is that my internal network
> interface isn't getting an IPv6 address, beyond link local.  When I added
> "inet6 accept_rtadv" to the config of re1 in rc.conf, the static
> "192.168.1.1 netmask"... broke.

Routers must not accept router advertisements from their downstream 
interfaces.  Your /etc/rc.conf should look something like this:

ipv6_cpe_wanif="re0"
ifconfig_re0="DHCP"
ifconfig_re0_ipv6="inet6 accept_rtadv -no_radr"
ifconfig_re1="inet 192.168.1.1/24"
ifconfig_re1_ipv6="inet6 -accept_rtadv"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5455BE9F.5020205>