Skip to main content

Create and manage network interfaces

The following describes how to create and manage network interfaces.

Create network interface

You can create a new network interface.

vpc_htg_manageVPC_kr2_03.png Create network interface

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Network Interface menu, and then click the [Create network interface] button.

  3. Enter the information in the pop-up window, and then click the [Create] button.

    CategoryDescription
    Basic informationBasic information entered when creating a network interface
    - Name: Name of the network interface
    - Description: Description of the network interface
    NetworkBasic network setting options that must be configured when creating a network interface
    - Subnet: Display and select the list of subnets in the selected VPC
    - IP allocation method: Select the IP allocation method
    - Security group: Security group to apply to the network interface to be created
info

You can also create a new network interface when creating an instance. For more information, see Create and connect instances.

Manage network interfaces

View network interface list and basic information

You can view the list of currently created network interfaces and their basic information.

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Network Interface menu, and then view the list of currently created network interfaces and their basic information.

    CategoryDescription
    IDUnique ID assigned to the network interface
    NameName assigned to the network interface
    - The name may not be displayed because it is not a required value
    StatusUsage status of the network interface
    - Available: Indicates that the resource is not connected and can be connected
    - In-Use: Indicates that the resource is already connected and cannot be connected to another resource
    Security groupList of security groups applied to the network interface
    Connected resource typeType of the resource connected to the network interface
    Primary private IPInformation about the primary private IP address assigned to the network interface
    Primary public IPInformation about the primary public IP address connected to the primary private IP address
    Availability zoneAvailability zone information where the network interface was created
    Created atDate and time when the network interface was created
  3. To view detailed information, click the network interface for which you want to check details, and then view the information on the detail page.

View network interface details

You can view detailed information about the network interface.

  1. Go to KakaoCloud console > Networking > VPC.

  2. Click the Network Interface menu, and then select the network interface from the currently created list for which you want to view details.

  3. Check the information on the detail page of the selected network interface.

    info
    • The Instance tab and Security tab are available only for network interfaces whose connected resource type is 'Instance'.

    You can check detailed information about the network interface.

    CategoryDescription
    NameName assigned to the network interface
    IDUnique UUID of the network interface
    StatusStatus of the network interface
    - Available: State in which the resource can be connected
    - In-Use: State in which the resource is already connected
    Availability zoneAvailability zone where the network interface was created
    Allowed packet forwarding IP listList of allowed packet forwarding IP addresses or CIDRs added to the network interface
    DescriptionDescription of the network interface
    Created atDate and time when the network interface was created

Change network interface information

You can change the name and description of the network interface.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Network Interface menu, and then select [⋮] > Change information for the target network interface.
  3. Modify the information in the pop-up window, and then click the [Save] button.

Modify security groups

You can modify the security groups applied to the network interface.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Network Interface menu, and then select [⋮] > Modify security groups for the target network interface.
  3. Modify the security groups to apply to the network interface in the pop-up window, and then click the [Modify] button.

Modify allowed packet forwarding IPs

In general, a network interface checks the source/destination IP addresses and processes packets only when they are addressed to its own IP, and does not send the remaining packets. By adding allowed packet forwarding IPs, you can configure it to send packets for the added IP addresses or IP addresses within the CIDR range.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Network Interface menu, and then select [⋮] > Modify allowed packet forwarding IPs for the network interface whose name you want to change.
  3. In the pop-up window, enter the IP address or CIDR you want to add. You can enter multiple values through the [Add] button.
  4. After entering the values, click the [Modify] button.
info
  • You can add up to 10 allowed packet forwarding IPs/CIDRs.

Delete network interface

You can delete one or multiple network interfaces at the same time when they are not connected to a resource, that is, when their status is Available.

  1. Go to KakaoCloud console > Networking > VPC.
  2. Click the Network Interface menu, and then select [⋮] > Delete for the network interface whose name you want to change.
  3. Enter the delete confirmation text in the pop-up window, and then click the [Delete] button.