728x90
[FortiSandbox Clustering Setting]
Step 1 - Configure the master
- Configure the port IP addresses and gateway address with the following commands:
set port1-ip 192.168.1.99/24
set port2-ip 192.168.2.99/24
set port3-ip 192.168.3.99/24
set default-gw 192.168.1.1 - Configure the device as the master node and its cluster fail-over IP for Port1 with the following commands:
hc-settings -sc -tM -nMasterA -cTestHCsystem -ppassw0rd -iport2
hc-settings -si -iport1 -a192.168.1.98/24
See Appendix A - CLI Reference on page 1 for more information about the CLI commands. - Review the cluster status with the following command:
hc-status -l
Other ports on the device can be used for file inputs.
Step 2 - Configure the primary slave
- Configure the port IP addresses and gateway address with the following commands:
set port1-ip 192.168.1.100/24
set port2-ip 192.168.2.100/24
set port3-ip 192.168.3.100/24
set default-gw 192.168.1.1 - Configure the device as the primary slave node with the following commands:
hc-settings -s -tP -nPslaveB -iport2
hc-settings -l
hc-slave -a -s192.168.2.99 -ppassw0rd - Review the cluster status with the following command:
hc-status -l
Step 3 - Configure the normal slave
- Configure the port IP addresses and gateway address with the following commands:
set port1-ip 192.168.1.101/24
set port2-ip 192.168.2.101/24
set port3-ip 192.168.3.101/24
set default-gw 192.168.1.1 - Configure the device as a slave node with the following commands:
hc-settings -s -tR -nSlaveC -iport2
hc-settings -l
hc-slave -a -s192.168.2.99 -ppassw0rd - Review the cluster status with the following command:
hc-status -l
728x90
'업무이야기 > Security' 카테고리의 다른 글
MonitorAPP 웹방화벽 동작 체크 방법 (0) | 2021.01.29 |
---|---|
Fortinet FortiSandbox Shell mode (0) | 2021.01.20 |
Juniper SRX 설정 방법 (CLI) (0) | 2021.01.20 |
Axgate [SSL VPN] Configuration (5) | 2021.01.17 |
Juniper Firewall Transparent mode config (Example) (0) | 2018.05.08 |