기본적으로 페일오버 시스템 노드는 사용 가능한 모든 네트워크 인터페이스를 사용합니다.
네트워크 인터페이스 수를 제한하기 위해 다음을 수행하세요.
By default, failover system nodes use all available network interfaces.
To limit the number of network interfaces, do the following:
Locate the file C:\Program Files\RaftLauncher\current\raft-settings.xml and add a new parameter:파일을 찾아 새 매개변수를 추가합니다.
Code Block |
---|
<item key="NGP_IFACE_WHITELIST">172.17.0.0/16</item> |
Use the following settings format다음 설정 형식을 사용하십시오: "IP-address1/number of unit bits in the mask, IP-address2/number of unit bits in the mask".