Peter Lambrechtsen wrote:
I'm trying to setup my dynamic clients and specify a nas-type.
In my dynamic-clients I have: ... Then in my sites-enabled/default in the authorize section I have:
A completely independent virtual server. The only way for the two virtual servers to communicate is by having one store attributes in a database, and then the other reads the database.
What field should I be trying to lookup to find out what value I set my NAS-Type to in Dynamic Clients while in the Authorize section in my default??
Use a database.
And as per the docs: http://wiki.freeradius.org/Clients.conf
Are the list of permitted nastypes valid, or can I use any string and do further checks for it later?
You can use any string. The valid values are there only for the "checkrad.pl" script. Alan DeKok.