Este conteúdo foi traduzido por máquina para sua conveniência e a Huawei Cloud não pode garantir que o conteúdo foi traduzido com precisão. Para exibir o conteúdo original, use o link no canto superior direito para mudar para a página em inglês.
Atualizado em 2023-06-15 GMT+08:00

Visão geral do endereço IP virtual

What Is a Virtual IP Address?

A virtual IP address can be shared among multiple ECSs. An ECS can have both private and virtual IP addresses, and you can access the ECS through either IP address. A virtual IP address has the same network access capabilities as a private IP address, including layer 2 and layer 3 communication in VPCs, access between VPCs using VPC peering connections, as well as access through EIPs, VPN connections, and Direct Connect connections.

You can bind ECSs deployed in active/standby mode with the same virtual IP address, and then bind an EIP to the virtual IP address. Virtual IP addresses can work together with Keepalived to ensure high availability and disaster recovery. If the active ECS is faulty, the standby ECS automatically takes over services from the active one.

Redes

Virtual IP addresses are used for high availability and can work together with Keepalived to make active/standby ECS switchover possible. This way if one ECS goes down for some reason, the other one can take over and services continue uninterrupted. ECSs can be configured for HA or as load balancing clusters.

  • Networking mode 1: HA

    If you want to improve service availability and avoid single points of failure, you can deploy ECSs in the active/standby mode or deploy one active ECS and multiple standby ECSs. In this arrangement, the ECSs all use the same virtual IP address. If the active ECS becomes faulty, a standby ECS takes over services from the active ECS and services continue uninterrupted.

    Figura 1 Networking diagram of the HA mode
    • In this configuration, a single virtual IP address is bound to two ECSs in the same subnet.
    • Keepalived is then used to configure the two ECSs to work in the active/standby mode. Follow industry standards for configuring Keepalived. The details are not included here.
  • Modo de funcionamento em rede 2: cluster de balanceamento de carga HA

    If you want to build a high-availability load balancing cluster, use Keepalived and configure LVS nodes as direct routers.

    Figura 2 Cluster de balanceamento de carga HA
    • Bind a single virtual IP address to two ECSs.
    • Configure the two ECSs as LVS nodes working as direct routers and use Keepalived to configure the nodes in the active/standby mode. The two ECSs will evenly forward requests to different backend servers.
    • Configure two more ECSs as backend servers.
    • Disable the source/destination check for the two backend servers.
    • Verifique se a verificação de origem/destino está desabilitada nos LVS de ECSs ativos e em espera. Se você vincular um ECS a um endereço IP virtual no console de gerenciamento, a verificação de origem/destino será desativada automaticamente. Se você vincular um ECS a um endereço IP virtual chamando APIs, precisará desativar manualmente a verificação de origem/destino.

    Follow industry standards for configuring Keepalived. The details are not included here.

Application Scenarios

  • Accessing the virtual IP address through an EIP

    If your application has high availability requirements and needs to provide services through the Internet, it is recommended that you bind an EIP to a virtual IP address.

  • Using a VPN, Direct Connect, or VPC peering connection to access a virtual IP address

    To ensure high availability and access to the Internet, use a VPN for security and Direct Connect for a stable connection. The VPC peering connection is needed so that the VPCs in the same region can communicate with each other.

Observações e restrições

  • Virtual IP addresses are not recommended when multiple NICs in the same subnet are configured on an ECS. It is too easy for there to be route conflicts on the ECS, which would cause communication failure using the virtual IP address.
  • A virtual IP address can only be bound to ECSs in the same subnet.
  • O encaminhamento de IP deve ser desabilitado no ECS em espera. Para mais detalhes, consulte Desativação de encaminhamento IP no ECS em espera.
  • Cada endereço IP virtual pode ser vinculado a apenas um EIP.
  • It is recommended that no more than eight virtual IP addresses be bound to an ECS.
  • It is recommended that no more than 10 ECSs be bound to a virtual IP address.
  • Endereços IP virtuais e NICs de extensão não podem ser usados para acessar diretamente os serviços da HUAWEI CLOUD, como DNS. Você pode usar o VPCEP para acessar esses serviços. Para obter detalhes, consulte Compra de um ponto de extremidade da VPC.