Hello, I'm using Freeradius 2.0.4-3 an Debian.<br><br>My clients are in a MySQL database (nas table). <br><br><span style="font-weight: normal;"></span><span style="font-weight: bold; color: rgb(204, 0, 0);"> </span>+----+------------------+---------------+-------+---------+------------+---------+---------------+---------------------------+<br>
| id |     nasname            |  shortname | type   | ports    | secret         | server | community  | description                              |<br>+----+------------------+---------------+-------+---------+------------+---------+---------------+---------------------------+<br>
|  1 |      XXX             | NODO1       | other |  NULL | secretN1 | nodes  | nodo            | Nodo Wifi                  |<br>| 2 |      YYY             | NODO2       | other |  NULL | secretN2 | nodes  | nodo            | Nodo Wifi                  |<br>
<br><br>I want to process some clients through one virtual server (server nodes{}), so I have the name of the virtual server in the "server" column, but this doesn't work.<br><br>When I receive a request from those clients, the default server proccess them.<br>
<br>I test to change the column name to virtual_server with same result.<br><br>I have to put the clients with value in "virtual_server" in clients.conf file and the clients without value in nas table from MySQL.<br>
<br>I test to put them in server section:<br><br>##/etc/freeradius/sites-enabled/nodes<br><br>server nodes{<br>   client nodo1{<br>   }<br>   ...<br>}<br clear="all"><br>but this doesn't work. I have to put them out of server section, like this:<br>
<br>##/etc/freeradius/sites-enabled/nodes<br>client nodo1{<br>}<br>

<br>server nodes{<br>
   ...<br>
}<br clear="all"><br>and I think that this is the same that put them in clients files ¿?<br><br>Thank you very much and sorry for my english.<br>
<br>-- <br>____________________<br><br>  Ana Gallardo Gómez<br>____________________