I am trying to assign a IPv6 address to my management Interface.
with this config I can only get an fe80 address and the statid fdee ipv6 addresses. The SLAAC which is working on the network segment for other PCs doesn't get actived.
What can I do to assign SLLAC IPv6 to my LAN mgmt address?
I also tried various variants like
but with no success!
Code:
iface enp111s0 inet manual
#i210-AT (NO VLAN support)
auto vmbr0
iface vmbr0 inet static
address 192.168.199.4/24
gateway 192.168.199.1
bridge-ports enp111s0
bridge-stp off
bridge-fd 0
iface vmbr0 inet6 static
address fdee::4/64
accept_ra 2
bridge-ports enp111s0
bridge-stp off
bridge-fd 0
#Mgmt LAN
with this config I can only get an fe80 address and the statid fdee ipv6 addresses. The SLAAC which is working on the network segment for other PCs doesn't get actived.
What can I do to assign SLLAC IPv6 to my LAN mgmt address?
I also tried various variants like
Code:
iface vmbr0 inet6 auto