본문 바로가기
업무이야기/Firewall

Fortinet FortiSandbox Clustering Setting sample

by 쫑콩아빠 2021. 1. 20.
반응형

“파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음"



[FortiSandbox Clustering Setting]

Step 1 - Configure the master

  1. 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

  2. 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.

  3. 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

  1. 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

  2. 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

  3. Review the cluster status with the following command:
    hc-status -l

Step 3 - Configure the normal slave

  1. 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

  2. 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

  3. Review the cluster status with the following command:
    hc-status -l


“파트너스 활동을 통해 일정액의 수수료를 제공받을 수 있음"


반응형