Is there any method of assigning a specific IP address to a virtual machine?

Hi all,

I want to restore accidentally deleted VM by create new VM and restore disk image from backup server. But new VM have new IP address. Is there any method of assigning a specific IP address to a virtual machine?

Regards,

Hi!

In a template one can specify like

NIC=[
IP=“10.10.1.2”,
NETWORK_ID=“2” ]

1 Like

Hi,

Is there any method to do that by edit MySQL database ?