On 8/8/07, Dan-Cristian Bogos <dan.bogos@gmail.com> wrote:
Ram,
from your radiusd logs: "User 12345@x.x.x.x not found in radcheck ".
You should make sure that this user is present into your radcheck
table.
yes its present here is the results
select * from radcheck;
+----+----------+---------------+----+-------+
| id | UserName | Attribute | op | Value |
+----+----------+---------------+----+-------+
| 1 | 12345 | User-Password | == | 12345 |
+----+----------+---------------+----+-------+
ram