Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Press ADD to Create a Load Balancer Pool and configure the Pool.

1. Create a pool for non-encrypted application

*General Settings Tab:

  • Name: type Pool name (example IIS-Web-Pool)

  • Default Server Port: The destination server port used by the traffic sent to the member (example 80)

  • Load Balancer Algorithm: (example Round Robin)

...

Press SAVE to create a non-encrypted pool.

2. Create a pool for encrypted application

*General Settings Tab:

  • Name: type Pool name (example IIS-Web-Pool)

  • Default Server Port: The destination server port used by the traffic sent to the member (example 443)

  • Load Balancer Algorithm: (example Round Robin)

...

Press SAVE to create an encrypted pool.

** Default Active Health Monitor:

...

  • HTTP/HTTPS:

    • Send Interval: 10s

    • Receive Timeout: 4s

    • Successful Checks: 3

    • Failed Checks: 3

    • Health Monitor Port: use the Default Server Port of the pool.

    • HTTP request: HEAD / HTTP/1.0

    • Response Code: 2xx, 3xx

  • TCP:

    • Send Interval: 10s

    • Receive Timeout: 4s

    • Successful Checks: 2

    • Failed Checks: 2

    • Health Monitor Port: use the Default Server Port of the pool.

  • UDP:

    • Send Interval: 4s

    • Receive Timeout: 2s

    • Successful Checks: 2

    • Failed Checks: 2

    • Health Monitor Port: use the Default Server Port of the pool.

  • PING:

    • Send Interval: 10s

    • Receive Timeout: 4s

    • Successful Checks: 2

    • Failed Checks: 2

...