EdgeNext
Documentation home

EdgeNext Documentation

Product guides, setup instructions, and technical references.

Edge Cloud Server

Network Service

VPC

Basic Concepts

  • VPC: A private network space in a region. It isolates and carries cloud hosts, network interfaces, routers, and related resources.

  • Subnet: An IP address range inside a VPC. Cloud hosts and network interfaces connect to subnets to obtain private IP addresses.

  • CIDR: The address range format used for a subnet, for example 192.168.2.0/24.

  • Gateway IP: The default gateway address of a subnet, usually assigned by the platform based on the subnet range.

A VPC is a private network in a region. It carries cloud hosts, network interfaces, routers, and related resources. Go to Network Service > VPC, select a region, and view the VPC list. The table displays ID / Name, Description, Status, CIDR, Created At, and Action.

Create a Network

Creating a VPC can also create the initial subnet. The parameters are described below:

Configuration Area Parameter Description
Network Information Name The VPC name. It must start with a letter, can be up to 128 characters, and can contain letters, digits, and supported symbols.
Description The VPC description. The maximum length is 200 characters.
Subnet Information Subnet Name The initial subnet name. It follows the same naming rules as the VPC name.
IP Version The subnet IP protocol version. The current page defaults to IPv4.
CIDR The subnet address range, for example 192.168.2.0/24.

To create a network:

  1. On the VPC page, click Create VPC.

  1. In Network Information, enter Name and Description.

  2. In Subnet Information, enter Subnet Name.

  3. Select IP Version.

  4. Enter CIDR.

  5. Click Confirm Create.

  6. Return to the VPC list and confirm that the status is Active.

Create a Subnet

A subnet is the address range that actually allocates private IP addresses inside a VPC. The parameters are described below:

Configuration Area Parameter Description
Subnet Information Subnet Name The subnet name, used to identify the subnet in instance, network interface, and router configuration.
IP Version The subnet IP protocol version. The current page defaults to IPv4.
CIDR The subnet address range. It should fit the VPC plan and avoid conflicts with other subnets in the same VPC.

To create a subnet:

  1. In the VPC list, locate the target VPC.

  2. In the row Action, click More > Create Subnet.

  1. Enter Subnet Name.

  2. Select IP Version.

  3. Enter CIDR.

  4. Click OK.

  5. Open the VPC details page and confirm the subnet in the Subnet tab.

Delete a Subnet

! Deleting a subnet releases its address range. Before deleting a subnet, make sure no cloud host, network interface, or router connection is using it.
  1. In the VPC list, click the VPC ID to open details.

  2. In the Subnet tab, locate the subnet.

  3. Click Delete in the subnet row.

  4. Review the confirmation dialog and click Confirm.

Delete a Network

! Deleting a VPC removes the private network. Before deletion, remove or detach its subnets, router connections, network interfaces, and dependent resources.
  1. In the VPC list, locate the target VPC.

  2. Click More > Delete in the row, or select the VPC and click Delete in the toolbar.

  3. Review the VPC information in the confirmation dialog.

  4. Click Confirm.

Elastic IP

Basic Concepts

  • Elastic IP: A public IP address that can be allocated and released independently, and associated with a cloud host or network interface.

  • Bandwidth Billing: Billing based on the configured bandwidth limit. Higher bandwidth supports a higher public traffic peak.

  • Associated Resource: The cloud host or network interface currently bound to the EIP.

  • Renewal and Expiration Date: Subscription EIPs have an expiration date and should be renewed before expiration if still needed.

Elastic IPs provide public network access for instances or network interfaces. Go to Network Service > Elastic IP, select a region, and view the EIP list. The table displays ID / EIP, Description, Associated Instance, Associated Network Interface, Charge Mode, Status, Created At, Expire Date, and Action.

Allocate an Elastic IP

Allocating an EIP creates a new public address resource. The parameters are described below:

Configuration Area Parameter Description
Allocate IP Charge Mode The EIP billing mode. The current page shows By Bandwidth.
Bandwidth The public bandwidth limit in Mbps. Set it through the slider, stepper, or input field.
Description The EIP description. The maximum length is 200 characters.
Renewal Enable Auto-renewal Enables automatic renewal, suitable for public addresses that need to be retained long term.
Purchase Quantity The number of EIPs to allocate.
Duration The purchase duration. The page displays the discount, total price, and discount amount.

To allocate an Elastic IP:

  1. On the Elastic IP page, click Allocate IP.

  2. In Charge Mode, select the billing mode.

  3. In Bandwidth, set the bandwidth in Mbps.

  4. Enter Description.

  5. Select Enable Auto-renewal if needed.

  6. Set Quantity and Duration.

  7. Review the price and click Confirm Order.

Edit an Elastic IP

Editing an EIP updates editable attributes such as description or bandwidth settings allowed by the page.

  1. In the Elastic IP list, locate the target EIP.

  2. Click Edit in the row Action.

  3. Modify the description, bandwidth, or other editable settings.

  4. Click OK.

  5. Return to the list and confirm that the configuration is updated.

Associate an Elastic IP

Associating an EIP binds the public address to a cloud host or network interface so that the target resource can be reached from the public network.

  1. In the Elastic IP list, locate an available EIP.

  2. In the row Action, select Associate.

  3. Select the target cloud host or network interface.

  4. Confirm the fixed IP, network, and MAC address information.

  5. Click OK.

Disassociate an Elastic IP

Disassociating an EIP removes the binding between the public address and the resource, but does not release the EIP itself.

  1. In the Elastic IP list, locate an associated EIP.

  2. In the row Action, select Disassociate or Unbind.

  3. Confirm the target object.

  4. Click OK.

  5. Return to the list and confirm that Associated Instance and Associated Network Interface are empty.

Delete an Elastic IP

Deleting an EIP releases the public address. Before deletion, make sure it is not associated with any instance or network interface.

  1. In the Elastic IP list, select the target EIP.

  2. Click Delete in the toolbar, or use the delete action in the row.

  3. Review the EIP information in the confirmation dialog.

  4. Click OK.

Renew an Elastic IP

Renewal extends the validity period of a subscription EIP and helps avoid service interruption caused by expiration.

  1. In the Elastic IP list, locate the EIP to renew.

  2. In the row Action, select Renew.

  3. Select the renewal duration and auto-renewal option.

  4. Click Confirm Order.

Network Interfaces

Basic Concepts

  • Network Interface: A virtual NIC in a VPC. It carries private IP, MAC address, security group, and binding information.

  • Primary and Secondary Interface: The default interface provides basic connectivity, while additional interfaces support multi-NIC and network isolation scenarios.

  • Attach Instance: Attaches the interface to a cloud host so that the host can use the private IP and security policies on the interface.

  • Associate EIP: Associates a public IP with the interface so that it can access or be accessed from the public network.

Network interfaces connect cloud hosts to a VPC and can be associated with Elastic IPs and security groups. Go to Network Service > Network Interfaces, select a region, and view the interface list. The table displays ID / Name, Bind Instance, Bind EIP, Status, Owned Network, IPv4 Address, IPv6 Address, Mac Address, Description, and Action.

Create a Network Interface

Creating a network interface requires a name, optional description, and owning VPC. The parameters are described below:

Configuration Area Parameter Description
Basic Information Name The network interface name. It must start with a letter and can be up to 128 characters.
Description The network interface description. The maximum length is 200 characters.
Owned Network VPC The VPC that owns the interface.
Select Subnet Subnet The Subnet that owns the interface. The interface obtains a private IP address from the selected subnet

To create a network interface:

  1. On the Network Interfaces page, click Create Network Interface.

  1. Enter Name.

  2. Enter Description if needed.

  3. In Owned Network, select the target VPC.

  4. In Select Subnet drop-down list, select the target subnet.

  5. Click OK.

! When services running inside a ECS require an additional VIP, you can allocate and occupy an IP address from the network address pool by creating a network interface. This prevents IP address conflicts when creating other ECS in the future.

Edit a Network Interface

Editing a network interface updates non-binding attributes such as name or description.

  1. In the interface list, locate the target interface.

  2. Click Edit in the row Action.

  3. Modify the name, description, or other editable fields.

  4. Click OK.

Attach an Instance

Attaching an instance mounts the network interface to a cloud host. After attachment, the host can use the private IP address and security group rules on the interface.

  1. In the interface list, locate an interface that is not attached to an instance.

  2. In the row Action, select Attach Instance.

  3. Select the target cloud host.

  4. Click OK.

Associate an Elastic IP

Associating an EIP provides public network access for the network interface.

  1. In the interface list, locate the target interface.

  2. In the row Action, select Associate EIP.

  3. Select an available Elastic IP.

  4. Confirm the association and click OK.

To remove the association, select Disassociate EIP in the same row and confirm the operation.

Manage Interface Security Groups

Interface security groups determine the inbound and outbound traffic allowed for the interface.

  1. In the interface list, locate the target interface.

  2. In the row Action, select Manage Security Group.

  3. Review the associated security groups.

  4. Add or remove security groups, then click OK.

  5. Return to the list or the security group details page to confirm that rules apply as expected.

Delete a Network Interface

Deleting a network interface releases the interface and its private IP address. Before deletion, detach the cloud host and disassociate any Elastic IP.

  1. In the interface list, select the target interface.

  2. Click Delete in the toolbar, or use the delete action in the row.

  3. Review the confirmation dialog.

  4. Click OK.

Router

Basic Concepts

  • Router: A virtual routing resource used to connect VPC subnets and manage network forwarding.

  • Associate Subnet: Connects a VPC subnet to the router so that the subnet can forward traffic through it.

  • External Gateway: The router capability used to connect to an external network. When enabled, connected subnets can access the public network through the gateway.

  • External Fixed IP: The external network address used by the router gateway.

Routers connect VPC subnets and can enable or disable an external gateway. Go to Network Service > Router, select a region, and view the router list. The table displays ID / Name, Status, Open External Gateway, External Network, External Fixed IP, Created At, and Action.

Create a Router

Creating a router provides Layer 3 forwarding capability for VPC subnets. The parameters are described below:

Configuration Area Parameter Description
Basic Information Name The router name, used to identify the resource in the router list and subnet association workflow.
Gateway Open External Gateway Determines whether to enable the public gateway. If enabled, select an external network and generate an external fixed IP.
Gateway External Network The external network connected by the public gateway. Required only when the external gateway is enabled.

To create a router:

  1. On the Router page, click Create Router.

  1. Enter the router name.

  2. Enable the external gateway if needed and choose the target external network.

  3. Click Confirm Create.

Associate a Subnet

Associating a subnet connects a VPC subnet to the router.

  1. In the router list, locate the target router.

  2. In the row Action, click More > Associate Subnet.

  3. In the dialog, select VPC.

  4. Select the subnet in the Subnet table.

  5. Click OK.

  6. Open the router details page and confirm the VPC port or subnet connection information.

! The CIDR block of the newly connected subnet must not overlap with that of the already connected subnet.

Dissociate a Subnet

! Dissociating a subnet removes the connection between the subnet and the router, ensure that no floating ip is bonded with the port within this subnet.
  1. In the router list, locate the target router.

  2. In the row Action, click More > Dissociate Subnet.

  3. Select the subnet to disconnect.

  4. Click OK.

Close the External Gateway

! Closing the external gateway disconnect the router with public network, ensure there is no floating ip within this router.
  1. In the router list, locate a router whose Open External Gateway value is Yes.

  2. In the row Action, click More > Close External Gateway.

  3. Review the external network and fixed public IP in the confirmation dialog.

  4. Click OK.

After closing the external gateway, subnets connected to the router cannot access the public network through that gateway. Services running under this router will also lose public network access and will no longer be accessible from the internet.

Open the External Gateway

Opening the external gateway connects the router to an external network.

  1. In the router list, locate a router whose external gateway is closed.

  2. In the row Action, click More > Open External Gateway.

  3. Select the external network.

  4. Click OK.

  5. Return to the list and confirm that Open External Gateway is Yes.

Delete a Router

Deleting a router removes the router resource. Before deletion, dissociate connected subnets and make sure the external gateway is closed or no longer needed.

  1. In the router list, select the target router.

  2. Click Delete in the toolbar, or select More > Delete in the row.

  3. Review the router information in the confirmation dialog.

  4. Click OK.

Security Group

Basic Concepts

  • Security Group: A virtual firewall that controls inbound and outbound traffic for instances or network interfaces.

  • Security Group Rule: A specific access control entry defined by direction, protocol, port, and remote range.

  • Ingress Rule: Controls traffic entering an instance or network interface.

  • Egress Rule: Controls traffic leaving an instance or network interface.

  • Remote Mode: The source or destination match mode of a rule, such as CIDR or Security Group.

Security groups control inbound and outbound traffic for instances or network interfaces. Go to Network Service > Security Group, select a region, and view the security group list. The table displays ID / Name, Description, Create Time, and Action.

Create a Security Group

When a security group is created, the platform also creates default IPv4 and IPv6 rules. The parameters are described below:

Configuration Area Parameter Description
Basic Information Name The security group name. It must start with a letter and can be up to 128 characters.
Description The security group description. The maximum length is 200 characters.

To create a security group:

  1. On the Security Group page, click Create Security Group.

  2. Read the notice. The platform creates default IPv4 and IPv6 security group rules.

  3. Enter Name.

  4. Enter Description if needed.

  5. Click OK.

Create a Security Group Rule

Creating a rule defines inbound or outbound traffic allowed by the security group. The parameters are described below:

Configuration Area Parameter Description
Rule Information Protocol The rule protocol, such as Custom TCP Rule.
Direction The traffic direction, such as Ingress or Egress.
Ethernet Type The IP protocol type, such as IPv4 or IPv6.
Port Type The port type. If Custom is selected, enter a port or port range.
Destination Port / Port Range The destination port or port range, for example 80 or 80:160.
Remote Mode The remote match mode, such as CIDR or Security Group.
Remote IP Prefix Required when Remote Mode is CIDR, for example 192.168.0.0/24 or 2001:DB8::/48.

To create a security group rule:

  1. In the security group list, locate the target security group.

  2. Click Create Rule in the row, or open the details page and click Create Rule.

  1. Select Protocol.

  2. Select Direction.

  3. Select Ethernet Type.

  4. Select Port Type.

  5. Enter Destination Port / Port Range.

  6. Select Remote Mode.

  7. When Remote Mode is CIDR, enter Remote IP Prefix.

  8. Click OK.

Delete a Security Group Rule

! Deleting a rule immediately removes the corresponding access control entry and may affect service access.
  1. In the security group list, click the security group ID to open details.

  2. In the Rule Information table, locate the rule.

  3. Click Delete in the rule row.

  4. Click OK to delete the security group rule in the confirmation dialog.

Delete a Security Group

Before deleting a security group, make sure no cloud host or network interface is using it.

  1. In the security group list, select the target security group.

  2. Click Delete in the toolbar.

  3. Review the security group name in the confirmation dialog.

  4. Click OK.

Need help? Contact our support team at support@edgenext.com.

Back to documentation home