Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2016 11:23:21 +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:  <CALfReydxNgX7%2BHYBPcP8rOyzkfE68KzoHpod-fTEKt6MMpbiJw@mail.gmail.com>
In-Reply-To: <20160610071254.GC2817@box-hlm-03.niklaas.eu>
References:  <20160610065224.GB2817@box-hlm-03.niklaas.eu> <20160610071254.GC2817@box-hlm-03.niklaas.eu>

next in thread | previous in thread | raw e-mail | index | archive | help
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?CALfReydxNgX7%2BHYBPcP8rOyzkfE68KzoHpod-fTEKt6MMpbiJw>