Segregated Network

A segregated network would look like below

drawing

In this case, these networks would map to different networks.

For example,

  • 10.102.1.2 - 10.102.1.20 (VM Network)
  • 10.102.2.2 - 10.102.2.20 (ESXi_Network)
  • 10.102.3.2 - 10.102.3.20 (Uplink_WAN_Network)
  • 10.102.4.2 - 10.102.4.20 (HDM_Internal_Networking)

alt_text

Identify and map each of the network to the correct network in your environment. Each of the network will have a seperate subnet range and gateway.

Network planning spreadsheet

Please download the spreadsheet Planning Template and use along with your deployment process.

The Planning Template is an active spreadsheet which will allow you to specify the deployment mode you have chosen. You need to select the correct mode using the drop down.

  1. Choose the "Cloud Type"
  2. Choose the "Deployment Mode"
  3. Choose the "Resource Allocation"

After this you need to fill in the number of ESXi on-premises and on the cloud. For VMware Cloud Director the number of nodes on the cloud is irrelevant and please fill in 1 here.

The rest of the form requires you to fill in network configuration details like IP address, ranges. The dynamic part of the form gives you information on the number of the resources you need to provision.

The information in the Planning Template is almost identical to the sections below and should serve to identify the size of the IP pool required and capture information for easy entry during the deployment steps.

HDM Network Configuration - Planning

Please fill the table below for use during installation later.

Network IP Netmask Gateway
VM Network (Management Network)
HDM_Internal_Network
Uplink_WAN_Network
ESXi_Network

Network requirements during on-premises deployment

During the premises deployment phase of the installation we will configure the following networks on-premises.

  1. HDM_Internal_Network
  2. Uplink_WAN_Network
  3. ESXi_Network

These are the same as the ones described in previous section on OVF Deployment. During the premises deployment however you need to provide a range or list of IPs for each of these networks.

alt_text

For all the 3 categories of network, choose the IP allocation mechanism : static IP.

For static IP, following details are required for configuration.

  • IP range : IP list that are free to be allocated for use.
  • Subnet mask : subnet of the IP range
  • Gateway : gateway IP of the network
  • Domain : domain name of the network
  • DNS : to translate the domain name to IP
  • NTP : for time sync

A pool of IP addresses need to be allocated. The number of IPs for each category are

HDM_Internal_Network: 2 IPs required

Uplink_WAN_Network: 2 IPs required

ESXi_Network: 2 IPs required

Note:

  1. The subnet range 172.17.0.0/16 is not available for the deployment; it is internally used by HDM microservices.
  2. Please check the static ip usage using arping command before using it to ensure that ip should not be in use. arping -c 2 -w 20 -I ens192 [IP]

Please fill the table below for reference during the installation process.

HDM_Internal_Network

Example Fill value here
IP range 10.102.4.2-10.102.4.4, 10.102.4.7
Subnet mask 255.255.0.0
Gateway 10.102.4.1
Domain domain.lan
DNS 10.102.5.20, 10.102.5.21
NTP 10.102.5.22

Uplink_WAN_Network

Example Fill value here
IP range 10.102.3.2-10.102.3.4
Subnet mask 255.255.0.0
Gateway 10.102.3.1
Domain domain.lan
DNS 10.102.5.20, 10.102.5.21
NTP 10.102.5.22

ESXi_Network

Example Fill value here
IP range 10.102.2.2-10.102.2.4
Subnet mask 255.255.0.0
Gateway 10.102.2.1
Domain domain.lan
DNS 10.102.5.20, 10.102.5.21
NTP 10.102.5.22

Network requirement during on-cloud deployment

Similar to the previous two deployment stages we need to provision IPs and identify the correct networks that satisfy the connectivity requirements. The networks that need to be configured are.

HDM Internal network: 20 IP pool. Will also be used for VMs during migration

WAN network configuration: 2 IPs.

Please fill the table below for reference during the installation process.

HDM_Internal_Network

Example Fill value here
IP range 10.50.10.100-10.50.10.120
Subnet mask 255.255.0.0
Gateway 10.50.10.1
Domain domain.lan
DNS 10.50.5.20, 10.50.5.21
NTP 10.50.5.22

Uplink_WAN_Network

Example Fill value here
IP range 10.50.10.121,10.50.10.122, 10.50.10.123
Subnet mask 255.255.0.0
Gateway 10.50.10.1
Domain domain.lan
DNS 10.102.5.20, 10.102.5.21
NTP 10.102.5.22

WAN Routing Configuration

The following WAN routes are required to access on-cloud from on-premises and vice-versa. This is required in during the Set WAN route part of cloud configuration.

  • On-premises WAN network details

    The route which would be set on HDM appliance on-premises. The routes will enable communication from on-premises to HDM appliances on-cloud.

    • On-Premises WAN subnet : Subnet of premises WAN network on which HDM appliances are deployed
    • On-Premises WAN gateway : On-premises WAN gateway which allows access to on-cloud WAN subnet
  • On-cloud WAN network details

    The route which would be set on HDM appliance on the cloud. The routes will enable communication from on-cloud to HDM appliances on-premises.

    • On-cloud WAN subnet : Subnet of cloud WAN network on which HDM appliances are deployed
    • On-cloud WAN gateway : On the cloud WAN gateway which allows access to on-premises WAN subnet
Example Fill value here
On-Premises WAN subnet 10.102.0.0/16
On-Premises WAN gateway 10.102.10.1
On-cloud WAN subnet 10.50.0.0/16
On-cloud WAN gateway 10.50.10.1