Networking: Difference between revisions

From DataTenant Knowledgebase
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
# In the top right hand corner, select 'Create Network'.
# In the top right hand corner, select 'Create Network'.
# Select which region you'd like to create your network in. For more information about regions, please review our [[Regions]] article.
# Select which region you'd like to create your network in. For more information about regions, please review our [[Regions]] article.
# Give your Network a name. You can name your network something descriptive, like 'SQL Database Network', or something specific, like '192.168.0.0/24'.
# Select the 'Enable DHCP' option if it is not already enabled.
## Enabling DHCP on these networks is important, as newly created virtual machines need network connectivity in order to process their cloud initialization configuration. In the rare cases where you do not wish to have DHCP enabled on these private networks, please review our [[Config Drive]] article to ensure cloud initialization is still performed successfully.
# In the CIDR field, enter the subnet you wish to use in this private network. It should be written in CIDR notation (as in, 10.0.1.0/24 or something similar).
# In the Allocation Pools field, you have the option to narrow the range of IPs that the cloud is allowed to hand out to virtual machines within this network. You can write this in the form of ''Starting IP address, Ending IP address''.
## For example, when creating a ''192.168.0.0/24'' network, you could opt to narrow the allocation range by entering ''192.168.0.10, 192.168.0.100''. This would ensure only those 90 addresses would be handed out.
# In the DNS Name Servers field, you can fill in what DNS servers you would like to be

Revision as of 16:29, 15 October 2024

This article will explain DataTenant public cloud networking.

The DataTenant public cloud makes it easy to create private networks for your virtual machines and to connect them or advertise them to the internet.

Creating Private Networks

In your project, you can create nearly endless numbers of private virtual networks for your use in each region currently available to you. To get started, login to the cloud and select the project you'd like to work in.

  1. In the Cloud menu on the left hand side, select 'Networking'.
  2. In the top right hand corner, select 'Create Network'.
  3. Select which region you'd like to create your network in. For more information about regions, please review our Regions article.
  4. Give your Network a name. You can name your network something descriptive, like 'SQL Database Network', or something specific, like '192.168.0.0/24'.
  5. Select the 'Enable DHCP' option if it is not already enabled.
    1. Enabling DHCP on these networks is important, as newly created virtual machines need network connectivity in order to process their cloud initialization configuration. In the rare cases where you do not wish to have DHCP enabled on these private networks, please review our Config Drive article to ensure cloud initialization is still performed successfully.
  6. In the CIDR field, enter the subnet you wish to use in this private network. It should be written in CIDR notation (as in, 10.0.1.0/24 or something similar).
  7. In the Allocation Pools field, you have the option to narrow the range of IPs that the cloud is allowed to hand out to virtual machines within this network. You can write this in the form of Starting IP address, Ending IP address.
    1. For example, when creating a 192.168.0.0/24 network, you could opt to narrow the allocation range by entering 192.168.0.10, 192.168.0.100. This would ensure only those 90 addresses would be handed out.
  8. In the DNS Name Servers field, you can fill in what DNS servers you would like to be