Managed OpenStack
Latest
Frequently Asked Questions
Solution
How To
Internal Only
Templates
Powered By

Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Assign Specific MAC to Instance
Copy Markdown
Open in ChatGPT
Open in Claude
Problem
Assign a specific MAC address to a port and attach it to an instance.
Environment
- Platform9 Managed OpenStack - All Versions
Procedure
- 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.
xxxxxxxxxx# openstack server create --image [image UUID] --flavor 1 --port [port UUID] [instance-name]VariableType to search · ESC to discard
GlossaryType to search · ESC to discard
InsertType to search · ESC to discard
No matches
Last updated on
Was this page helpful?
Discard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message