/etc/services/
(or its equivalent on your system).
Multiple comma-separated ports may be specified. The default port is 1645.
Note that the officially assigned port number for RADIUS authentication
has been changed to 1812. AuthPort may contain special formatting
characters. A typical use of special formatting characters is with
GlobalVar and command line arguments.# Listen for authentication requests on port 1812 as per RFC # 2865 AuthPort 1812
# Do not bind to an auth port: AuthPort
AuthPort %{GlobalVar:authport}
radiusd authport=1810 ...
AuthPort 1645,1812