forked from docs/doc-exports
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>
1.2 KiB
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.
Parent topic: Connectivity