How do I assign a specific IP when creating a container under 25.04.2.1? DHCP currently assigns an available random 192.168.1.* address upon creation of the container. I want to use 192.168.1.201.
br0 bridge is mapped to eth0 and the container works as expected and can ping out. I’m using a debian trixie container.
Using an incus CLI command to assign (or reassign) an IP is preferred over the GUI, but I’d be grateful for either solution. Thanks much.