Create a network port (Advanced Console): Difference between revisions
(Created page with "Test") |
No edit summary |
||
Line 1: | Line 1: | ||
<strong>This article will help you create a static network port.</strong> | |||
Network ports are virtual interfaces that can be connected to virtual machines or virtual routers. The DataTenant Cloud can auto-create these network ports for you when you create a new virtual machine or virtual router, but if you prefer to pre-create your own network ports with static IP addresses, this article will illustrate how to do that. | |||
== Create a network port == | |||
Login to the [https://cloud.datatenant.com DataTenant Cloud]. Navigate to the Project, Network, Networks menu. | |||
[[File:Cloud_Networks.png|border|200px]] | |||
You will be provided a list of networks that are available in your project. Click on the network you want to make your port in. | |||
Click on the 'Ports' tab. | |||
[[File:Cloud_NetworkPorts.png|border|400px]] | |||
Click 'Create Port'. | |||
Give your network port a unique name. For example, a new web server network port might have a name like 'PubWeb_01_External'. In the 'Specify IP address or subnet' dropdown, choose 'Fixed IP Address'. Enter the static IP address you want to be bound to this port. | |||
[[File:Cloud_NetworkPort1.png|border|400px]] | |||
Click the 'Security Groups' tab and select the security group you'd like this new port to be a member of. If you need help creating or editing a security group for this port, please review the [[Create or edit a security group]] article. | |||
When you've set the security groups, click 'Create'. | |||
[[File:Cloud_NetworkPort2.png|border|400px]] | |||
Your new network port is now created and available to select when provisioning a new virtual machine (or for attaching to an existing virtual machine). If you need help attaching a network port to an existing virtual machine, please review the [[Attach a network port to a virtual machine]] article. |
Revision as of 16:28, 15 May 2024
This article will help you create a static network port.
Network ports are virtual interfaces that can be connected to virtual machines or virtual routers. The DataTenant Cloud can auto-create these network ports for you when you create a new virtual machine or virtual router, but if you prefer to pre-create your own network ports with static IP addresses, this article will illustrate how to do that.
Create a network port
Login to the DataTenant Cloud. Navigate to the Project, Network, Networks menu.
You will be provided a list of networks that are available in your project. Click on the network you want to make your port in.
Click on the 'Ports' tab.
Click 'Create Port'.
Give your network port a unique name. For example, a new web server network port might have a name like 'PubWeb_01_External'. In the 'Specify IP address or subnet' dropdown, choose 'Fixed IP Address'. Enter the static IP address you want to be bound to this port.
Click the 'Security Groups' tab and select the security group you'd like this new port to be a member of. If you need help creating or editing a security group for this port, please review the Create or edit a security group article.
When you've set the security groups, click 'Create'.
Your new network port is now created and available to select when provisioning a new virtual machine (or for attaching to an existing virtual machine). If you need help attaching a network port to an existing virtual machine, please review the Attach a network port to a virtual machine article.