On 30/12/14 19:16, Harald Dunkel wrote:
Hi folks,
AFAICS the old net.inet6.ip6.accept_rtadv was replaced with a
local "autoconf" flag for each interface. I wonder if autoconf
is set or cleared by default, if inet6 is configured for the
network interfaces and if net.inet6.ip6.forwarding is enabled?
Every helpful comment is highly appreciated
Harri
Not sure about autoconf but
you can check status of net.inet6.ip6.forwarding with
sysctl -a | grep net.inet6.ip6.forwarding
which is off by default.
You can enable it realtime with sysctl and make it permanent in
/etc/sysctl.conf
G