Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 11:23:49 +0100
From:      krad <kraduk@gmail.com>
To:        freebsd-net@freebsd.org, FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: And what about ipv6_defaultrouter?
Message-ID:  <CALfReydUbsKxqjNEZo7EFaSt50sZ=EDqqSh488-7ryjo7Z0p0A@mail.gmail.com>
In-Reply-To: <CALfReydxNgX7%2BHYBPcP8rOyzkfE68KzoHpod-fTEKt6MMpbiJw@mail.gmail.com>
References:  <20160610065224.GB2817@box-hlm-03.niklaas.eu> <20160610071254.GC2817@box-hlm-03.niklaas.eu> <CALfReydxNgX7%2BHYBPcP8rOyzkfE68KzoHpod-fTEKt6MMpbiJw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
also dont forget to check in rc.conf.local as well as rc.conf


On 10 June 2016 at 11:23, krad <kraduk@gmail.com> wrote:

> No, you should only need the if you want to act as a router for some other
> machines.
>
> gateway_enable="YES"
> ipv6_gateway_enable="YES"
>
> The following should only be required for normal ipv6
>
> ifconfig_vtnet0_ipv6="inet6 accept_rtadv"
> rtsold_enable="YES"
>
> Have a look at these variables, and make sure they are set correctly or on
> defaults
>
> ipv6_network_interfaces=vtnet0
> or
> ipv6_activate_all_interfaces=yes
>
>
> Also make sure the nic is actually up ie do and ifconfig vtnet0 up
>
> On 10 June 2016 at 08:12, Niklaas Baudet von Gersdorff <stdin@niklaas.eu>
> wrote:
>
>> Niklaas Baudet von Gersdorff [2016-06-10 08:52 +0200] :
>>
>> > --------------------8<--------------------
>> > ifconfig_vtnet0="DHCP"
>> > ifconfig_vtnet0_ipv6="inet6 accept_rtadv"
>> > rtsold_enable="YES"
>> > -------------------->8--------------------
>> [...]
>> > --------------------8<--------------------
>> > ipv6_defaultrouter="<IPv6-gateway>"
>> > -------------------->8--------------------
>>
>> Plus these lines:
>>
>> --------------------8<--------------------
>> gateway_enable="YES"
>> ipv6_gateway_enable="YES"
>> -------------------->8--------------------
>>
>>     Niklaas
>>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALfReydUbsKxqjNEZo7EFaSt50sZ=EDqqSh488-7ryjo7Z0p0A>