Hello,
I am trying to get a IPv6 address for my proxmox host via dhcp, so I set up my /etc/network/interfaces like it is suggested in the debian docs:
But that doesn't work, it doesn't set an address. Is there something I need to activate for this to work? When I set a static IPv6 it works.
I am trying to get a IPv6 address for my proxmox host via dhcp, so I set up my /etc/network/interfaces like it is suggested in the debian docs:
Code:
iface vmbr0.100 inet6 dhcp
But that doesn't work, it doesn't set an address. Is there something I need to activate for this to work? When I set a static IPv6 it works.