3.43. <Host xxxxxx> within <AuthBy RADIUS>

This clause can be used to specify the name and details of remote RADIUS servers inside <AuthBy RADIUS> and its subtypes. The <Host xxxxxx> clause further allows you to customise details for individual hosts. <AuthBy RADIUS> permits one or more Host clauses.
In a Host clause header, the xxxxxx is the Host name or IP address of the remote RADIUS host to proxy to. The Host name can contain special formatting characters, which are resolved at startup.
<AuthBy RADIUS>
      <Host server1.test.com>
            Secret xyzzy
            AuthPort 1645
            AcctPort 1646
      </Host>
      <Host server2.test.com>
            Secret xyzzy
            AuthPort 1645
            AcctPort 1646
      </Host>
</AuthBy>
The following parameters can be used within a Host clause. They have the same meaning and default values as the parameter of the same name in the enclosing <AuthBy RADIUS>:

3.43.1. BogoMips

<AuthBy LOADBALANCE> and <AuthBy VOLUMEBALANCE> use BogoMips to determine which target RADIUS server to use. The default value is 1. If set to 0, this Host is not used for forwarding by <AuthBy RADIUS> or any of its sub-types.