Files
doc-exports/docs/eip/umn/faq_connect_0001.html
fanqinying 27236a2de8 EIP UMN 20260311 version
Reviewed-by: Hajba, László Antal <laszlo-antal.hajba@t-systems.com>
Co-authored-by: fanqinying <fanqinying@huawei.com>
Co-committed-by: fanqinying <fanqinying@huawei.com>
2026-03-26 14:01:28 +00:00

1.2 KiB

What Are the Priorities of the Custom Route and EIP If Both Are Configured for an ECS to Enable the ECS to Access the Internet?

In a VPC route table, routes are matched by priority in the following order: Local route > specific route > EIP route > default route.
  • If the destination of a custom route is a specific IP address (not 0.0.0.0/0), it takes priority over the EIP route.
  • If the destination of a custom route is 0.0.0.0/0, it can match any traffic. In this case, the EIP route has a higher priority.

For more information about route priorities, see Route Tables and Routes.