So I'm trying to give a VM a static IP address, this case has been particularly stubborn.
The VM is running on a ESXi cluster with its own public IP range.
I had it (sorta) working with an IPv4 address, except it would be reassigned every boot, now after fiddling with nmcli I can't get any IPv4 address assigned to it.
The interface is ens32 and I've changed ipv4.addresses to XXX.XXX.120.44/24 (want it to have address 120.44), gateway to XXX.XXX.120.1 and set it to manual.
Does anyone have any insights to why this isn't working? all the online guides are for the older network service not NetworkManager.