Hello ,
with reference to my customized VPN report below
please be informed that i have restricted the VPN access ( IPSEC ) with a MAC Address , so i need your help to let those mac addresses to be appeared in below report as a separate column ... is that possible ?! if yes , would you mind please provide me with its Dataset ?!
appreciate your support .. Thanks in advance
=======================================================================
select coalesce(nullifna(`xauthuser`), nullifna(`user`)) as User_Name, remip, coalesce(nullifna(tunneltype||' - '||vpntunnel), tunneltype) as VPN_Tunnel, tunnelid, to_timestamp(min(itime)) as Logon, to_timestamp(max(itime)) as Logoff, max(itime)-min(itime) as Time_duration, max(rcvdbyte) as rcvd, max(sentbyte) as sent, max(rcvdbyte+sentbyte) as Bandwidth from $log where $filter and subtype='vpn' and (tunneltype = 'ssl-tunnel' or tunneltype='ipsec') and action <> 'tunnel-stats' group by User_Name,remip, VPN_Tunnel, tunnelid order by logon DESC
========================================================================
which VPN are u using right now?
IPSec using Forti Client
IPSec
than I'm afraid i can't help
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1787 | |
1117 | |
768 | |
447 | |
242 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.