Hello,
My datacenter provider is providing me with a /48 IPv6 address block that I can request using DHCPv6 Prefix Delegation.
The issue is that the datacenter provider also provide the SLAAC method for WAN interface autoconfiguration.
SLAAC cannot be disabled from Provider side.
I have found a command that seems to be doing what I'm looking for :
# ifconfig vtnet0 inet6 -autoconf
However. according to FreeBSD ifconfig documentation ( https://man.freebsd.org/cgi/man.cgi?ifconfig(8) ) this kind of change is lost after a reboot.
So, my question is, how to apply permanently the "-autoconf" flag on my WAN vtnet0 interface ?
Thank you.
My datacenter provider is providing me with a /48 IPv6 address block that I can request using DHCPv6 Prefix Delegation.
The issue is that the datacenter provider also provide the SLAAC method for WAN interface autoconfiguration.
SLAAC cannot be disabled from Provider side.
I have found a command that seems to be doing what I'm looking for :
# ifconfig vtnet0 inet6 -autoconf
However. according to FreeBSD ifconfig documentation ( https://man.freebsd.org/cgi/man.cgi?ifconfig(8) ) this kind of change is lost after a reboot.
So, my question is, how to apply permanently the "-autoconf" flag on my WAN vtnet0 interface ?
Thank you.
"




