Host
parameter, or you can use multiple
Host
lines. Radiator tries up to Retries times to
contact each host that you specify. If no response it heard it tries the
next host in the list and so on until a reply is received or the list is
exhausted. The Host name can contain special formatting characters, which
are resolved at startup.# Send all requests for this realm to 198.51.100.2, if no reply # try the secondary at 198.51.100.3, if no reply from that, # try all the addresses that radiushosts.example.com resolves to # in round-robin fashion. Host 198.51.100.2,198.51.100.3 Host radiushosts.example.com
<Host
xxxxxx>
clause, which allows you to customise details for
each host. For more information, see Section 3.43. <Host xxxxxx> within <AuthBy RADIUS>.
# These are equivalent to the lines in the example above: <Host 198.51.100.2> # Put host-specific values for Secret, ports, # retries etc. in here </Host> <Host 198.51.100.3> </Host> <Host radiushosts.example.com> </Host>
<AuthBy RADIUS> # send via IPv6. Packets will appear to come from # the default IPv6 source address for this host LocalAddress :: Host 2001:db8:100:f101::1 Secret xxxxxx ..... </AuthBy>