Hi,
 
I assigned a number of users a static ip address using the dial_admin interface, but for some reason the radreply table doesn't seem to be used. When I look at /var/log/radacc/nas.ip/reply-date it doesnt show anything about the framed-ip.
 
 
mysql> select * from radcheck where Username="icepick";
+----+----------+---------------+----+-------+
| id | UserName | Attribute     | op | Value |
+----+----------+---------------+----+-------+
|  6 | icepick  | User-Password | := | barry |
+----+----------+---------------+----+-------+
1 row in set (0.00 sec)
mysql> select * from radreply where UserName="icepick";
+----+----------+--------------------+----+---------------+
| id | UserName | Attribute          | op | Value         |
+----+----------+--------------------+----+---------------+
| 10 | icepick  | Framed-Compression | =  | None          |
|  8 | icepick  | Framed-IP-Address  | =  | 219.88.249.85 |
+----+----------+--------------------+----+---------------+
 
Any ideas?
 
Thanks
Barry
 

Reply via email to