RADIUSdesk TechnicalWiki
The professional way to manage your WiFi network using FreeRADIUS
Brought to you by:
dvdwalt
Most incoming RADIUS packets contains an attribute called NAS-IP-Address. This attribute is however not required as per the RFC since the incoming packet either has to contain NAS-IP-Address or NAS-Identifier, or both.
FreeRADIUS actually for the most part ignore this attribute (aside from using it when recording accounting data). FreeRADIUS has an internal (also called a meta) attribute called Packet-Src-IP-Address. This is the IP Address of the incoming UDP packet. It is used to compare against any clients that is defined in the clients.conf file (or in the nas table if you use sql).
So to summarise we have two important points: