<div dir="ltr">Hi guys!<br><br>I'm running few systemd-nspawn containers with veth network interfaces.
I'd like to configure separate subnet for each container but all I've
found in config files is using DHCP server for each container and no
option to use fixed IP/SUBNET for each container. Could anyone please
help to find option to configure exact IP/SUBNET for each container
instead of system address/subnet selection?<br><br><br>80-container-ve.network<br>[Match]<br>Name=ve-*<br>Driver=veth<br><br>[Network]<br># Default to using a /28 prefix, giving up to 13 addresses per container.<br>Address=<a href="http://1.1.1.0/30" target="_blank">1.1.1.0/30</a><br>LinkLocalAddressing=yes<br>DHCPServer=yes<br>IPMasquerade=yes<br> <br clear="all"><div>--<br></div><div>Thanks!<br></div>Dima</div>