Get sessions' remote IP from Teamviewer log file

Posted by etuardu on Server Fault See other posts from Server Fault or by etuardu
Published on 2012-02-20T17:00:33Z Indexed on 2013/11/10 22:02 UTC
Read the original article Hit count: 311

Filed under:
|

I'd like to know who has logged in to my machine and when.

I have two TeamViewer log files: Connections_incoming.txt and TeamViewer7_Logfile.log.

The first one is quite plain and lists, as its name says, the incoming connections to the machine, reporting the local name of the remote host, login time, logout time, and some ids. e.g.:

173274362   MYLAPTOP    20-02-2012 17:32:16 20-02-2012 17:50:42 Master  RemoteControl   {C5AAE483-ED0B-54B8-9235-7AE597CAD342}

This is almost all what I need, but unfortunately no remote IP address is reported here, so I checked for IPs in TeamViewer7_Logfile.log but it is really messy. It indeed contains some IP addresses but I can't understand which one is bound with the items in the first log file.

Is there a way to interpolate the two logs to get what I need? Should I search the second file for some particular text? What do you suggest?

© Server Fault or respective owner

Related posts about log-files

Related posts about teamviewer