7.1.30. RecvFromAddress Previous topic Parent topic Child topic Next topic

Specifies the IP address of the RADIUS, Radsec, or TACACS+ client the request was received from. IPv4 and IPv6 addresses are supported. You can use an exact, alternation, or regular expression match.
RecvFromAddress=203.63.154.29
RecvFromAddress=::1
Tip
This can be useful in Handler clauses to provide special handling of requests received from a specific client:
<Handler RecvFromAddress=203.63.154.29>
      ....
<Handler>