What is RADIUS Message Authenticator?
William Taylor
Updated on May 21, 2026
The Message-Authenticator attribute is used to sign packets to ensure their integrity is protected. The Message-Authenticator itself is an HMAC-MD5 checksum of the entire Access-Request packet, containing the Type, ID, Length, and Authenticator field, using the shared secret as the key.
How do I set RADIUS authentication?
RADIUS Accounting
- Navigate to Wireless > Configure > Access control and select the desired SSID from the dropdown menu.
- Under RADIUS accounting, select RADIUS accounting is enabled.
- Under RADIUS accounting servers, click Add a server.
- Enter the details for:
- Click Save changes.
How do I set FreeRADIUS?
3.2. Configuring FreeRADIUS
- The configuration files can be found under /usr/local/etc/raddb/ # cd /usr/local/etc/raddb/
- Open the main configuration file radiusd.
- Then, change the clients.conf file to specify what network it’s serving:
- The eap.
- The user information is stored in a plain text file users.
What is the role of the RADIUS client?
RADIUS clients are network access servers – such as wireless access points, 802.1X authenticating switches, virtual private network (VPN) servers, and dial-up servers – because they use the RADIUS protocol to communicate with RADIUS servers such as Network Policy Server (NPS) servers.
What is RADIUS server shared secret?
Why RADIUS shared secret? In a typical RADIUS deployment where a RADIUS server is accessed by RADIUS clients or by RADIUS proxy a shared secret is maintained by the participating nodes to achieve security. This shared secret is pre-configured in these RADIUS nodes before they start communication with each other.
What is RADIUS authentication used for?
Remote Authentication Dial-In User Service (RADIUS) is a networking protocol that provides centralized authentication, authorization, and accounting (AAA) management for users who connect and use a network service.