How to enable SLAAC on vmbr0

tobox

Member
Jan 23, 2020
9
3
8
47
I need to enable SLAAC on vmbr0 - whats the proper way to do it? I guess it is disabled by default because of security issues, but in my setup that is not a problem.

Should I create a new file in /etc/network/interfaces.d/vmbr0-ipv6 with the following content?

iface vmbr0 inet6 auto
 
  • Like
Reactions: lixaotec