Hi all
Finally have ippool working but it seems my setting are messed-up
somewhere
Radiusd.conf
-------------
ippool main_pool {
range-start
= x.x.x.x
range-stop
= x.x.x.x
netmask
= 255.255.255.0
cache-size
= 800
session-db
= /home/radius/db.ippool
ip-index
= /home/radius/db.ipindex
override
= yes
Radius Db
----------
Radcheck
mysql> select * from radcheck;
+----+----------+---------------+----+----------------------------------
--+
| id | UserName | Attribute | op | Value
|
+----+----------+---------------+----+----------------------------------
--+
| 1 | tester |
Pool-Name | == | main_pool
|
I get an access-reject message when sending a radtest?
radtest tester <pass> 127.0.0.1 0 <secret>
Does radcheck need the Pool-Name attribute?
Where do you place the password for user tester in the sql DB?
Thanks