Route Table

Prev Next

Available in VPC

You can define network paths for resources in a VPC in a route table. Routes, or routing rules, are added by specifying the next hop based on the destination address. Associating a route table with a subnet affects communication for resources within that subnet. The detailed features of the Route Table are as follows:

  • Each subnet has one route table applied, and multiple different subnets can be associated with the same route table.
  • Depending on your intended use, you can create public route tables and private route tables.
    • Public route table: It can be associated with a public subnet, and rules for internet communication through the Internet Gateway (IGW) and LOCAL rules for VPC internal communication are automatically added.
    • Private route table: You can associate it with a private subnet, and the system automatically adds LOCAL rules for VPC internal communication.
  • When you create a VPC, the system automatically creates a default route table. You cannot delete the default route table.

Route table interface

The following describes the basic components for using Route Table:

networking-vpc-vpcdetailedroutetable_screen_ko

Component Description
① Menu name Currently confirmed menu name, the number of operating route tables.
② Basic features Create route tables and refresh the route table interface.
③ Post-creation features Configure associated subnets, configure routing rules, and delete active route tables.
④ Search bar Enter search keywords and click i-vpc_find to search for the item.
⑤ Search filter Specify the route table scope to view.
⑥ Route table list View the list of created route tables and their details.

Views route table list

In the list of created and operating route tables, you can view information by route table. To check:

Note

When you create a VPC, the system automatically creates a Default Route Table, which you can view in the list.

  1. In the VPC environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Networking > VPC.
  2. Click the Route Table menu.
  3. When the list of created route tables appears, view the summarized information, or click the route table to see details.
    networking-vpc-vpcdetailedroutetable_screen1_ko
    • Route Table name: Name of route table.
    • Route Table ID: ID value of route table.
    • VPC name: VPC name associated with the route table.
    • Status: Route table status.
      • Running: Status in which the creation of the route table has been completed with the information you entered, and the route table is available for use.
      • Configuring: Status in which the route table is being configured with the information you entered.
    • Subnet support type: Subnet type where the route table is used.
    • [Associated Subnet] tab: List of subnets where the route table is used.
    • [Routes] tab: List of routing rules included in the route table.
    • Number of applied subnets: Number of subnets where the route table is used.
    • Memo: Notes related to the route table, which you can edit by clicking [Edit].

Create Route Table

To create a route table:

  1. In the VPC environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Networking > VPC.
  2. Click the Route Table menu.
  3. Click [Create Route Table].
    networking-vpc-vpcdetailedroutetable_add_ko
  4. When the Create Route Table popup appears, enter the information for the route table to be created.
    • Route Table name: Enter a name for the route table using letters, numbers, and hyphens (-), with a length of 3 to 30 characters.
    • VPC: Select the VPC to use with the route table.
    • Subnet support type: Select the subnet type to use with the route table.
      • When you select Public , you can apply it to the target VPC’s public subnets. When you select Private , you can apply it to the target VPC’s private subnets.
  5. Click [Create].
  6. When the Request Route Table popup appears, review the request details and click [OK].
  7. In the Route Table interface, check the status of the created route table in the route table list.
    • Running: Status in which the creation of the route table has been completed with the information you entered, and the route table is available for use.
    • Configuring: Status in which the route table is being configured with the information you entered.
  8. Set routing rules to include the Route Table, and specify the endpoint to apply the rules to.

Set routing rules

To add or delete routing rules to/from the created route table:

  1. In the VPC environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Networking > VPC.

  2. Click the Route Table menu.

  3. Select the desired route table from the list, and click [Set Routes].

  4. When the Set route table popup, set routing rules.
    networking-vpc-vpcdetailedroutetable_routeset_ko

    • Destination: Enter the destination's public IP address in the form of a CIDR block.
    • Target Type: Select the type of the next hop for communication with the destination.
      • LOCAL: A default endpoint provided to configure communication between resources. You cannot create or delete it manually.
      • IGW: An Internet Gateway that serves as a gateway for internet communication. It appears only in public route tables, and you cannot create or delete it manually.
      • NATGW: A NAT Gateway that you create when outbound internet communication is required from a private subnet.
      • VGW: A Virtual Private Gateway that serves as an endpoint for Cloud Connect dedicated lines or IPsec VPNs configured to communicate with on-premises servers.
      • VPCPEERING: VPC Peering, which serves as an endpoint for private IP communication with other VPCs.
    • Target Name: Select the next hop to specify within the selected target type.
    • [Create]: Add the routing rules you entered to the list.
    • i-vpc_delete: Delete routing rules added to the list.
  5. Click [OK].

  6. To check the set rules, select the Route Table from the Route Table list, ,and click the [Routes] tab.

Configure associated endpoint

To set endpoints to apply the set route tables:

  1. In the VPC environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Networking > VPC.
  2. Click the Route Table menu.
  3. Select the desired route table from the list, and click [Configure Associated Subnet].
  4. When the Set Route Table popup appears, select an endpoint, and click [Create] to add the subnet.
    • You can delete added subnets by clicking i-vpc_delete in the subnet list.
  5. Click [OK].
  6. To check the added route table, select the route table from the Route Table list, ,and click the [Associated Subnet] tap.
Note
  • Each subnet can have only one route table applied. When you associate a subnet with a new route table, the system automatically removes the existing association.
  • When you remove a subnet from the associated subnet list, the system automatically applies the Default Route Table to that subnet.

Delete Route Table

To delete the created and operating route table:

Note

The system does not allow you to delete route tables that have associated subnets or the automatically created Default Route Table.

  1. In the VPC environment of the NAVER Cloud Platform console, navigate to i_menu > Services > Networking > VPC.
  2. Click the Route Table menu.
  3. Click the route table you want to delete, and then click [Delete Route Table].
  4. When the Delete Route Table popup appears, click [Delete].