How to create a virtual network in Performance Cloud VMware (NSX-T)
Notes
To execute this procedure, we assume there is a vApp in place. If not, here is the article to create a vApp.
Create a new virtual network
- Login to the Performance Cloud VMware portal using your credentials.
- Select your virtual datacenter.
- Go to Networking -> Networks. Click on NEW
- Then, on the new organization wizard window, click on NEXT for the scope
- Select the Routed network type (unless you want to create a fully isolated network without Internet connectivity) and click on NEXT.
- Select your Edge Gateway and click on NEXT
Keep the Distributed Routing option enabled.
- In the General section, enter the internal subnet information:
- Name: Enter the name for the new virtual network
- Gateway CIDR: Enter the desired gateway IP address for the new private network subnet and subnet mask.
Example below: 10.0.1.1/24 will be the IP address for the new internal gateway in the 10.0.1.0/24 subnet. - Optional: Add a description (useful when many network are presents)
Optional - Enable the Dual-Stack Mode feature to enable the network to have both an IPv4 subnet and an IPv6 subnet.
- Configure IP addresses assigned for the new virtual network.
NOTE: If you prefer to use DHCP for IP assignments, leave the Static IP Pools settings blank. Also, you will need to configure DHCP on your edge gateway.- For this example, we used a Static IP Pool for IP addresses assigned on the virtual network for the new 10.0.1.0/24 subnet.
- Enter the Static IP Pool range: 10.0.1.2 -10.0.1.254
- For this example, we used a Static IP Pool for IP addresses assigned on the virtual network for the new 10.0.1.0/24 subnet.
Click on ADD, then on NEXT.
- On the DNS section, enter external IP addresses like Cloudflare (1.1.1.1) or internal IP addresses (for Domain Controllers) for this new network.
Then, click on NEXT.
- Review and click on FINISH.
Add the new virtual network to a vApp
- Go to Compute -> vApps.
- Choose the vApp where you want to use the new network, select ACTIONS -> Add, Add Network.
- Select the type Direct, then select the desired virtual network from the list and click on ADD.
- The network is now attached to the vApp.
Repeat steps 2 to 4 to add a new network on additional vApp(s).