Assign Specific MAC to Instance
PreviousExport Instance Data in CSV FormatNextHow-To Enable Automatic Confirm Action After Instance Resize Operation
Last updated
Assign a specific MAC address to a port and attach it to an instance.
Platform9 Managed OpenStack - All Versions
Create a port with a fixed IP and MAC address using the following CLI command.
# openstack port create --network=[Network UUID] --fixed-ip subnet=[Subnet UUID],ip-address=10.128.228.24 --mac-address=fa:16:3e:aa:bb:cc [port_name]Create a server using and attach the created port to it using the following command.
# openstack server create --image [image UUID] --flavor 1 --port [port UUID] [instance-name]Last updated
