×
Community Blog Setting up a Virtual Private Cloud Network

Setting up a Virtual Private Cloud Network

In this tutorial, you will learn how to get started with Alibaba Cloud's Virtual Private Cloud (VPC), build a VPC network, and connect VPCs in different regions.

In this tutorial, we'll show you how to get started with Alibaba Cloud's Virtual Private Cloud (VPC). As the first part of this tutorial, we'll show you how you can set up and configure a VPC with an Alibaba Cloud Elastic Compute Service (ECS) instance that is accessible through an Alibaba Cloud Elastic IP (EIP) address. We'll show you have to configure a NAT Gateway onto your VPC. As well as that, we'll also show you how to connect up two VPCs with an Alibaba Cloud VPN Gateway and with Alibaba Cloud's Express Connect service. Finally, we'll show you how to build an Alibaba Cloud Server Load Balancer to guarantee continued access to your applications in the cloud. Consider the infographic below for a bit of reference:

1

Prerequisites

Before you can begin this tutorial, you'll need to have the following:

  • You'll need a valid Alibaba Cloud account to be able to use the services mentioned in this tutorial.
  • You'll need Alibaba Cloud Resource Access Management (RAM) authorization and an Access Key, which is typical for services on Alibaba Cloud.

Setting up and Configuring a Virtual Private Cloud Network

Log in to your Alibaba Cloud account and select Virtual Private Cloud (VPC) on the Products page.

2

Create a VPC in the required region.

3

Configuration options will appear for the VPC and the VSwitch, which ships with the VPC. What you'll need to do first is to give your VPC a name and set the destination CIDR block. Remember, you cannot change the CIDR block configuration once you have set it. Here, we have set the CIDR block to 192.168.0.0/16 as an example. This CIDR block allows us 65,534 possible host IP addresses in our VPC.

4

Now let's configure the VPC's VSwitch. Every Alibaba Cloud VPC comes with one VSwitch. You'll need to provide the VSwitch a name and configure the CIDR block for the VSwitch. Again, once you have set the CIDR block for the VSwitch it cannot be changed. Here, we have given the VSwitch a smaller range of the available VPC private IP addresses with 192.168.0.0/24, which allows us 254 possible hosts. This VSwitch will manage a subsection of our VPC infrastructure. When you're done, click OK.

5

Once the VPC and VSwitch are configured, check the details. Note that the VPC and VSwitch are given unique ID numbers. Click Complete to create the VPC.

6

You will now see your VPC in the list for the region. Note that the Route Table that comes with every VPC and the VSwitch, which we just configured.

7

Click Manage to view the VPC details.

8

On the VPC details page, you will be able to see the full configuration details for the VPC.

9

Now, let's add an ECS instance to the VPC. We have created ECS instances in previous tutorials so, this time, let's first create the Elastic IP addresses we need for accessing each ECS instance. Go to Elastic IP Addresses and, in the region you choose earlier, click Create EIP.

10

The Elastic IP purchase screen comes up. Check the details. Here, we chose the minimum configuration details and requested two EIPs.

11

Last, you'll have to agree to terms and click Activate.

12

Your Elastic IP addresses are listed by region on the Elastic IP Addresses page. Now we can bind the addresses to your ECS instances. Click Bind under the Actions option.

13

After the Bind configuration box will appear, the IP Address box shows the public Elastic IP Address details that you have just bought. It needs to be bound to an ECS instance.

14

When you click the drop down, you will see that there are no ECS instances available. Click Create ECS Instance.

15

You are taken to the Alibaba Cloud Elastic Compute Service (ECS) page where you can configure and create an ECS instance. For the tutorial's purposes, we have chosen the pay-as-you-go basic configuration in Zone A of our region. After you're done with that, click Next.

16

Step 2 details the network configuration. Pick the VPC and VSwitch we have just created. We will leave the Security Group details for now. Click Next.

17

Step 3 is System Configurations where you can give your server instance a name and set the logon credentials. We will leave these for now. Click Next: Grouping to go to the next step.

18

Step 4 is Grouping by tags for organizing your ECS instances. Let's also skip this for now and go to Preview.

19

Check that all the details are correct and click Create Instance.

20

You will eventually see a success box. Wait for a moment or two before going back to the page where you are going to bind an ECS instance to an EIP.

21

The instance you just created, with the server name and ID, is now available for binding to your EIP in the drop down. Click OK.

22

You can check that your ECS instance is available through the public EIP by pinging it on the terminal. All ECS instances have ICMP open by default.

23

Let's delete one of the Elastic IP Addresses we created, the one we are not going to use right now. Go to the Elastic IP Addresses page and select the EIP you want to delete. Click Release.

24

The EIP is gone.

25

Control access to your ECS instances by creating Security Groups and Key Pairs for your VPC and its ECS instances. Do this through the Networks and Security options in the Elastic Compute Service left-side navigation pane.

26

If you're not using an ECS instance, it's good practice to put it in a non-running status. There are other ways to get to ECS instance details. We'll go there through the Elastic IP Addresses console in the VPC console left-side navigation pane.

27

Click the Bind Instance ECS link and click Stop to stop the instance.

28

If you go back to the Elastic Compute Service list, you will see the instance in the process of stopping. If your ECS instance is a pay-as-you-go, you will not be charged for it when it is stopped.

29

Configuring a NAT Gateway on Your VPC

As you are creating and configuring a new VPC, you will see the option to Create NAT Gateway for the VPC.

30

You can also create a NAT Gateway from the VPC console.

31

Pick the correct region and VPC ID to create a new NAT Gateway. Check the details and click Buy Now.

32

Agree to terms and click Activate.

33

You will see the Order complete screen.

34

After a few moments, your NAT Gateway will be ready. Go to the NAT Gateway console from the VPC left-side navigation pane. Here you will see the details of the NAT Gateway you just created.

The Actions options allow you to configure DNAT and SNAT entries.

35

In the Create DNAT Entry, you can map inbound traffic on a public IP (for example, a public EIP address bound to an ECS instance) to a private IP (for example, an IP address that is within your VPC's CIDR range).

You can also supply port details for accessing specific services and applications.

IP addresses cannot be shared by DNAT and SNAT entries.

36

Then, create an SNAT Entry for outbound private to public IP mapping. Alibaba Cloud will auto-fill the VPC, VSwitch, and available IP addresses and IDs where possible for your convenience.

37

Connecting VPCs with a VPN Gateway

On the left-side navigation menu of the VPC, click VPN Gateway and Create VPN Gateway.

38

Check the details and click Buy Now.

39

You'll need to click that you agree to terms and click Activate.

40

Go back to the VPN Gateway console and you will see the system preparing the VPN Gateway for your VPC.

41

Once the VPN Gateway is created, make a note of the IP Address. For our US East VPC, the IP Address is 47.90.213.233.

42

Follow the steps again to create a new VPC in a different region.

43

Configure a VPN Gateway for this VPC and make a note of the IP. Our US West VPC's VPN Gateway IP is 47.254.31.8. The IPs for the VPN Gateways are public IPs and are pingable.

44

Now we can connect up our VPCs by creating Customer Gateways in each region that connect to the VPN Gateway in the other region. Click Customer Gateways and Create Customer Gateway.

45

Configure the Customer Gateway to connect to the VPN Gateway IP in the other region. You can connect to more VPN Gateways by clicking Add. Click OK.

46

Create a Customer Gateway in the other region in the same way. Your VPCs are now connected up through the VPN Gateways we just built out. Now we have to configure an IPsec Connection, which will create a VPN tunnel that allows network traffic between the two VPCs. Go to IPsec Connections and click Create IPsec Connection.

47

Scroll down and make a note of all the configuration details in the advanced tab at the bottom.

48

There are a lot of these, so make sure you've noted all of them. We're particularly interested in any shared keys and the authentication algorithms used. When you're ready, click OK.

49

Now repeat all the steps for creating an IPsec connection in the other region VPC. Make sure all the advanced settings are the same and click OK when you are ready. Now, the IPsec Connection should be created.

50

Connecting VPCs with Express Connect

Alibaba Cloud Express Connect provides another way for connecting VPCs. To use this product for this purpose, log on on to the Express Connect console. Go to the Router Interface option under VPC Connection and click Create Router Interface.

51

Select the relevant configuration details. We have chosen the most basic options for the Router Interface. Pay-as-you-go option only allows a receiver interface to be built. Click Buy Now.

52

At this point, you'll need to agree to the terms of service and click Activate.

53

Wait for the order to complete and then go back to the Express Connect console. You will see the new Express Connect Router Interface in the region list. To learn more, check out our Express Connect tutorial.

Summary

To summarize, in this tutorial we first built a Alibaba Cloud Virtual Private Cloud network architecture on which we configured a VSwitch, a NAT Gateway, a couple of public EIP addresses, and one ECS instance running on it. Next, we built a similar VPC in another region, which we connected up to the first. We showed you how to connect your separate VPCs via the Alibaba Cloud VPN Gateway service and we mentioned that you can do exactly the same thing with the Alibaba Cloud Express Connect service, too. Make sure you keep your eyes out for more Alibaba Cloud whitepapers, blogs, tutorials, and videos for more helpful tips and information.

0 0 0
Share on

Alibaba Clouder

2,605 posts | 747 followers

You may also like

Comments