3.99.3. <Host xxxxxx> within <AuthBy RADIUSBYATTR> Previous topic Parent topic Child topic Next topic

This clause can be used to specify the name and details of RADIUS peers inside <AuthBy RADIUSBYATTR>. The <Host xxxxxx> clause further allows you to customise details for individual peers. <AuthBy RADIUSBYATTR> permits one or more Host clauses.
In the <Host xxxxxx> clause header, the xxxxxx is the Host name or IP address of the remote RADIUS peer to proxy to. The Host name can contain special formatting characters, which are resolved at startup. Here is an example of using Host clause within <AuthBy RADIUSBYATTR>:
<AuthBy RADIUSBYATTR>
      <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 RADIUSBYATTR>: