cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
568
Views
0
Helpful
3
Replies

Need to get Local IP address

thejaucan
Level 1
Level 1

Hi Fellows,

We recently had a security issue in our Network. We do remote support using VPN to USA Clients, Someone has downloaded movie which is not allowed and the client detected this. But we found the user who has downloaded, but the credentials of that user is known my multiple people. So we want figure out if we can find out the Local LAN IP address from which they have downloaded.

Thanks,

Ravi. 

3 Replies 3

Marvin Rhoads
Hall of Fame
Hall of Fame

It depends - have you been gathering syslogs and/or netflow data and saving it on an extrnal server?

If so, you should be able to get the data from there. If not, it is most likely not available from the VPN server (ASA or IOS router) itself anymore.

Hi Marvin,

Thank you for the response, please guide which logs to be monitored here. 

Thanks,

Ravitheja.

If it is a remote access VPN then you can see the client IP address in syslog message ID 722033 (a level 5 or "notification" message) as follows:

May 26 2017 00:54:32 xxx-asa-5512 : %ASA-5-722033: Group <xxxCLIENTPOLICY> User <marvin.rhoads> IP <175.142.244.252> First TCP SVC connection established for SVC session.

You would need to have at least the following to get messages of that level:

logging trap notifications
logging host <interface> <syslog server address>

If it is a site-site VPN then you would only see the local IP address in a TCP connection record (or UDP flow). Those are a different message which is a level 6 (informational) It probably would not be practical to retrieve it that way as those are very very verbose records that easily run to 100s of thousands or millions per day.