I am trying to get rid of any manual configuration when a new device registers.
One of the things I understand its implemented is automatic IP for devices.
So I created network subdivision rule : 2 subnets of /24 each , 1 ip creation so I could register 250 devices with 1 Ip from each subnet like {{id_subnet1_ip1}} and {{id_subnet2_ip1}}
Instead what I am getting is : 2 ip s from 2 differnety subnets 2 new per device.
That usecase would be like for instance you are defining a DHCP server per device and allocate Ip-range.
But what I was expecting is same functionality as in VPN case : each new node gets a new IP and you define variables whenever needed.
What am I doing wrong ? I tried to select VPN instead of Device in sudvinision net creation but it did nothing.
I also searched discussions and nothing recent i could find.
Can someone help ? I am sure such functionality si available as it functions for VPN perfectly . (And many thanks for wgVPN over VxLAN integration as it is of great help in keeping things under control)
Device ip seems right but if you look closely there are 2 subnets for each device not ips from the same 2 subnets like it does for VPN.