This is a discussion on Re: Frame-IP-Address in SQL? within the FreeRADIUS Users forums, part of the Networking and Network Related category; what is your nas ? if cisco, you must take look this link http://www.cisco.com/en/US/products/...html#...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
what is your nas ?
if cisco, you must take look this link http://www.cisco.com/en/US/products/...html#wp1082974 http://www.freeradius.org/cgi-bin/cv...-cvsweb-markup to get framed-ip-address on accounting-start you must add this command on cisco : aaa accounting delay-start [all] Use the aaa accounting delay-start command to delay generation of accounting "start" records until the IP address of the user has been established. by default Accounting-start records are not delayed. ----- Original Message ----- From: "Chan Min Wai" <dcmwai@ocesb.com.my> To: <freeradius-users@lists.freeradius.org> Sent: Tuesday, March 08, 2005 10:44 AM Subject: Re: Frame-IP-Address in SQL? > Alan DeKok wrote: > > Chan Min Wai <dcmwai@ocesb.com.my> wrote: > > > >>I put it on the sql.conf > >> > >>On > >> accounting_update_query = "UPDATE ${acct_table1} \ > >> SET FramedIPAddress = '%{reply:Framed-IP-Address}', \ > > > > ... > > > > And you're not seeing it in the database. This is covered in the > > FAQ, for accounting requests. > > > > I don't understand what the problem is. > > > > > >>It would be helpful if you can correct me > > > > > > Read the FAQ. If an attribute isn't getting logged, it's because > > the NAS isn't sending it. > > OK, so I'm trying to do something that is not design to/Should do so... > because the FRAMED-IP-ADDRESS is from freeradius and the NAS Never send > back the info... > > Any other options I can look in... > If No then Thank You and forget about it. > > Regards > Chan Min Wai > > Thank You > > - > List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html |