All Products
Search
Document Center

Apsara File Storage NAS:Use CEN to mount a NAS file system across VPCs in the same region

Last Updated:Apr 12, 2024

By default, Apsara File Storage NAS (NAS) allows you to mount a NAS file system only on an Elastic Compute Service (ECS) instance that resides in the same virtual private cloud (VPC) in the same region and within the same Alibaba Cloud account. If your ECS instance and NAS file system are deployed in different VPCs in the same region and within the same Alibaba Cloud account, you can use Cloud Enterprise Network (CEN) to establish a private connection between the ECS instance and the NAS file system. This way, you can mount the NAS file system across VPCs in the same region. This topic describes how to use CEN to mount a file system across VPCs in the same region.

Feature description

CEN is a highly available network built on the global private network of Alibaba Cloud. CEN uses transit routers to establish cross-region connections between VPCs. This enables VPCs to communicate with data centers and establish flexible, reliable, and enterprise-level networks in the cloud.

Transit routers are available in two editions: Basic Edition and Enterprise Edition. Enterprise Edition is an upgraded version of Basic Edition and supports all features of Basic Edition. In addition, Enterprise Edition supports custom routing policies. For more information, see How transit routers work. For more information about the regions supported by each edition of transit routers, see Transit router editions.

Sample scenario

Two VPCs are created for an enterprise in the China (Guangzhou) region, and ECS instances are deployed in the VPCs. A NAS file system is created in VPC 2. The two VPCs cannot communicate with each other. The ECS instance in VPC 1 needs to access the NAS file system in VPC 2 due to business requirements.

You can use CEN to connect the two VPCs to the Basic Edition transit router in the China (Guangzhou) region. Then, you can mount a NAS file system on the ECS instance for the ECS instance to access the NAS file system across VPCs.

The following table lists the CIDR blocks that are allocated to the VPCs. Make sure that the CIDR blocks do not overlap.

Network instance

CIDR block

Region

IP address of the ECS instance

VPC 1

  • VPC CIDR block: 192.168.0.0/16

  • vSwitch CIDR block: 192.168.0.0/24

China (Guangzhou)

192.168.0.239

VPC 2

  • VPC CIDR block: 10.0.0.0/16

  • vSwitch CIDR block: 10.0.0.0/24

China (Guangzhou)

10.0.0.97

架构图

Prerequisites

Step 1: Connect the VPCs to the transit router

Connect the VPCs to the transit router in the China (Guangzhou) region. Then, the VPCs automatically learn routes from each other to establish network communication.

  1. On the Instances page, click the ID of the CEN instance.

  2. On the Basic Information tab, click the Transit Router tab. Click Create Connection in the Actions column of the transit router in the region.

  3. On the Connection with Peer Network Instance page, configure the following parameters and then click OK.

    • Instance Type: Select Virtual Private Cloud (VPC).

    • Region: Select the region where the network instance is deployed. In this example, select China (Guangzhou).

    • Transit Router: The system automatically creates a transit router in the selected region.

    • Resource Owner ID: Select the Alibaba Cloud account to which the VPC belongs. In this example, select Current Account.

    • Network Instance: Select the ID of the network instance. In this example, select VPC 1.

  4. Repeat Step 3 to connect VPC 2 to the transit router in the China (Guangzhou) region.

    After both VPCs are connected to the transit router, they can automatically learn routes from each other, as shown in the following figures. You can manage the routes of the VPCs in the VPC console. For more information, see Create and manage a route table.

    Figure 1. Routes learned by VPC 1VPC1学习到的路由条目

    Figure 2. Routes learned by VPC 2VPC2学习到的路由条目

Step 2: Test network connectivity

After VPC 1 and VPC 2 are connected to the transit router, they can communicate with each other. In this example, VPC 1 is used to test the network connectivity between VPC 1 and VPC 2.

  1. Log on to an ECS instance in VPC 1. For more information, see Connection method overview.

  2. On the ECS instance, run the ping command to test whether VPC1 can communicate with VPC2.

    Note

    In this example, VPC1 runs the Alibaba Cloud Linux operating system. For more information about how to use the ping command in other operating systems, see the manual of the operating system that you use.

    ping <The IP address of the ECS instance in VPC2>

    The following echo reply packet indicates that VPC1 and VPC2 can communicate with each other.

    (基础版)同地域网络实例互通--测试连通性

Step 3: Mount the file system

Important

Before you mount a file system, make sure that the corresponding CIDR block is configured in the rule of the permission group. Otherwise, the file system cannot be accessed. For more information, see Manage permission groups.

After you complete the preceding configurations, mount the file system on an ECS instance across VPCs.

References