1 Anexo(s)
mikrotik + FreeRadius + mysql Autentica porem desconecta
Boa noite pessoal!
Configurei aki pra teste um FreeRadius 1.1.8 testado e operando, e configurei o mikrotik pra pegar os dados na tabela do radius como manda o figurino. porem ao autenticar o mikrotik coleta os dados e joga no freeradius porem conecta e na mesma hora desconecta no debug apresenta o seguinte:
Citação:
em anexo texto muito grande "anexo = debug_radiusd"
Ja no banco de dados radcheck esta assim:
Citação:
mysql> select * from radcheck;
+----+------------+-----------+----+--------------+
| id | UserName | Attribute | op | Value |
+----+------------+-----------+----+--------------+
| 4 | radiustest | Auth-type | := | Accept |
| 7 | radiustest | Password | == | testpassword |
+----+------------+-----------+----+--------------+
mysql> select * from radreply;
+----+------------+-----------+----+--------------+
| id | UserName | Attribute | op | Value |
+----+------------+-----------+----+--------------+
| 1 | radiustest | Password | == | testpassword |
| 4 | radiustest | Auth-type | := | Accept |
+----+------------+-----------+----+--------------+
mysql> select * from radgroupreply;
+----+-----------+--------------------+----+---------------------+------+
| id | GroupName | Attribute | op | Value | Prio |
+----+-----------+--------------------+----+---------------------+------+
| 11 | testgroup | Framed-MTU | == | 1500 | NULL |
| 10 | testgroup | Framed-Protocol | == | PPP | NULL |
| 9 | testgroup | Framed-Compression | == | Van-Jacobsen-TCP-IP | NULL |
| 12 | testgroup | Service-Type | == | Framed-User | NULL |
+----+-----------+--------------------+----+---------------------+------+
ysql> select * from usergroup;
+------------+-----------+----------+
| UserName | GroupName | priority |
+------------+-----------+----------+
| radiustest | testgroup | 1 |
+------------+-----------+----------+
Se alguem puder dar alguma dica fico grato!