Ruijie Community

Title: The Configured NAT Load Balancing Does Not Take Effect. [Print this page]

Author: admin    Time: 2017-5-4 19:04
Title: The Configured NAT Load Balancing Does Not Take Effect.
The Configured NAT Load Balancing Does Not Take Effect.

Author: admin    Time: 2017-5-4 19:04
1. The TCP load balancing of Ruijie devices supports only extended ACL configuration. Forexample:
ip access-list extended 100
10 permit ip any host 10.0.0.1
ip nat inside destination list 100 pool server

Change the preceding configuration to the following:
ip access-list standard 10
10 permit host 10.0.0.1
ip nat inside destination list 10 pool server


2. IP address selection for an external network
TCP load balancing supports mapping only from a server address to an outbound interface IP address of an external network or an IP address in other network segments.The server address cannot be mapped to another IP address in the same network segment as the outbound interface. In the preceding example, the IP address of the outbound interface is 10.0.0.1/24, the two servers can be mapped to 10.0.0.1 or an address in other network segments (such as 20.0.0.10). They cannot be mapped to 10.0.0.10 (another address in the same network segment as the outbound interface).






Welcome to Ruijie Community (https://community.ruijienetworks.com/) Powered by Discuz! X3.2