About classic networks

Classic network is a type of private cloud network created to provide a secure and isolated virtualization environment for auto-configuration and management of cloud hosts and bare metal nodes in a private cloud. Classic network supports IPv4 and IPv6 versions.

You can perform the following tasks in a classic network:

Service system isolation and interconnection

To isolate services, deploy the services in different subnets. For the isolated services to communicate with each other, attach the same router to the subnets.

 

Public network access from cloud hosts

For a cloud host to access the public network, configure an external gateway for the router of the cloud host's subnet, and attach a gateway to the router. Then, all cloud hosts in the subnet can access the Internet through the external gateway.

 

 

Cloud host access from the public network

To access a cloud host from the Internet, configure an external gateway for the router of the host's subnet, and attach a firewall to the router. Then, all cloud hosts in the subnet can access the Internet through the elastic IP addresses.

 

 

Cloud host security protection

Cloud host security is provided by private network, security group, and firewall.

Figure-1 Cloud host security protection

 

Relationship with other cloud services

Classic networks provide a secure and isolated private network environment for cloud hosts and bare metal nodes in a private cloud.

Elastic networks provide IP address pools for elastic IP addresses in the system.

A security group contains a group of cloud hosts that have the same security protection requirements and trust each other.

A firewall controls communication between cloud hosts and the external network. For a cloud host to communicate with the external network, you must attach the router of the host's subnet to a firewall.

Virtual private network (VPN) establishes an encrypted communication tunnel for two specific peers to achieve secure transmission. You can use VPN to connect cloud networks and traditional networks to safeguard communication between cloud resources and datacenter resources.

Load balancing distributes private network traffic to multiple cloud hosts to balance loads.

Concepts

A subnet of a classic network is created by a system administrator on the System > Organization Management > Quotas page for organizations to assign private IP addresses to cloud hosts. For cloud hosts with different service requirements, you can create multiple subnets.

A router configured for a subnet provides Source Network Address Translation (SNAT) for the subnet. When a cloud host attempts to access the external network through a router, the router replaces the source IP address with a public IP address and generates an NAT forwarding entry. When a response comes from the external network, the router checks the NAT table and replaces the private IP address back. This enables cloud hosts to communicate with the external network.