I understand that as of now Incus bridge supports only stateless IPv6, and no DHCPv6 for bridges as of now? Right? I’m not seeing any IP address from the ipv6.dhcp.range being assigned to the container.
My containers are also not obtaining/being assigned any stateless IPv6 addresses. Also, manually assigning an IPv6 address to a container, I’m not able to reach (ping) the to or from the container.
I’m manually assigning an IPv6 IP address to the container that’s part of the subnet already in use in our network, and the same goes for the bridge.
Any suggestions?
I’m testing with a Void linux container.
In advance, thanks for any help/pointers I can get.
Ah, then that sounds like you’re not using an incus-managed bridge, but you’re bridging containers directly onto the upstream network. In that case, automatic address allocation will come from whatever the upstream network provides; incus cannot interfere with that.
incus will only assign addresses via DHCP if it is managing its own network, where incus itself is acting as the gateway. Here’s one that works for me.
If you can’t run this way, then you’re better off assigning statics to each container as you do today. This can be scripted using cloud-init when you create the container (assuming your OS supports cloud-init; I don’t know if Void Linux does). Example in this thread.
Yes, I’m not using the Incus default/auto IP addresses, I’m assigning the bridge an IP address from the IP range assigned to me by my ISP.
I’m checking stateful as true
The range is also a subset from the ISP assigned addresses
The Void image I’ve used is standard, no real changes made
except, when I was not getting any response in IPv6, even with the default values, I tried the above.
Anyway, I’ll try and use what worked for you, create a second bridge, remove my custromizations, and see if I can get it all working that way.
Regards.
Sam
EDIT - and host OS is Arch/CachyOS.
I’ll probably have to also post a follow-up soon - if I have 2 bridges, how do I get VMs to communicate across them? Not that strong on the networking stuff