forked from docs/doc-exports
Reviewed-by: otcbot <otcbot@t-systems.com> Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
6.9 KiB
6.9 KiB
Can Multiple EIPs Be Bound to an ECS?
Scenarios
Multiple EIPs can be bound to an ECS, but this operation is not recommended.
If an ECS has multiple NICs attached and you want to bind multiple EIPs to this ECS, you need to configure policy-based routes for these NICs so that these extension NICs can communicate with external works. For details, see Configuration Example.
Configuration Example
Table 1 lists ECS configurations.
Parameter |
Configuration |
---|---|
Name |
ecs_test |
Image |
CentOS 6.5 64bit |
EIP |
2 |
Primary NIC |
eth0 |
Secondary NIC |
eth1 |
Example 1:
If you intend to access public network 11.11.11.0/24 through standby NIC eth1, perform the following operations to configure a route:
Example 2:
Based on example 1, if you intend to enable routing for default public network traffic through standby NIC eth1, perform the following operations to configure a route:
Parent topic: EIPs