cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
519
Views
0
Helpful
1
Replies

Retrieve "user-name" by assigned IP address of a dial-in user

christds
Level 1
Level 1

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? Is it on DHCP server of the ISP router, the AAA server, the syslog server??

Thanks in advance for your help.

Sotiris Christodoulou

1 Reply 1

pnedeltc
Cisco Employee
Cisco Employee

Before the IP is assiged, the PPP goes through authentication phase.

It depends who is authenticating the user - Radius, tatacs server, localy, otherwise.

Since your user ALREADY has an IP address assigned, the AUTH is O.K.,

thus you should look what kind of logs, the authentication party keeps.

Best,

Plamen