Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Detailed logging for VPN users

Hello,
 One of our clients is using SSL VPN to our Astaro for secure traffic browsing… Is there a way we can log not only who has used the device but also when and where they went to? I also want to log these users by user name and not IP address, having it log by an IP address from the VPN pool doesn’t really help…

Thoughts??


This thread was automatically locked due to age.
Parents
  • You can try it with Tools like Hostmonitor / ServersAlive or the like...

    Ping your VPN Pool IP´s frequently and log it to get the online/offline State

    If someone is online use WMI to get Infos about the connected Client Computer

    You can use the Commandline Tool "wmic"

    For Example:
    wmic /node:_IP-Adress_ computersystem get UserName, Domain, Name


    That will give you the Username (including Domain), the Domain that Client belongs to and the Computername.

    and if you look around WMI, there is much more Info to get...
Reply
  • You can try it with Tools like Hostmonitor / ServersAlive or the like...

    Ping your VPN Pool IP´s frequently and log it to get the online/offline State

    If someone is online use WMI to get Infos about the connected Client Computer

    You can use the Commandline Tool "wmic"

    For Example:
    wmic /node:_IP-Adress_ computersystem get UserName, Domain, Name


    That will give you the Username (including Domain), the Domain that Client belongs to and the Computername.

    and if you look around WMI, there is much more Info to get...
Children
No Data