On Sun, Oct 28, 2001 at 07:22:55PM +0200, Sotiris P. Christodoulou wrote: > I'm developing a web application for ISPs. The users of this application > will be the dial-in users of the ISP. I need to retrieve the "user-name" > of the dial-in user by using it's assigned IP (I get it from the HTTP > protocol when she/he interacts with my application). Do you know where > this information (in most common ISP configurations and networks) is > logged/kept? I want to install a proxy RADIUS server to get this > information (user-name and the assigned IP-address), but how can I be > sure that the NAS will always send the assigned IP to the RADIUS server? yes you can.
I dont know if it works with proxyservers also, but I just wrote a new accounting rule, a new accounting instance using a mysql db ... just logging username and IP address (as I can edit the sql statements, its no problem). so I have a valid entry as long as the user is logged in, and when he loggs out, the entry is removed. just my 2% Andreas Faust - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
