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

Identifying VPN connections

Hi,

Is there a simple way to identify current PPTP roadwarrior and possibly IPSEC VP{N connections - plus length of connection etc.- within the Webadmin interface?

Thanks. 


This thread was automatically locked due to age.
  • What I do is doing a SSH to the system and then running this command: netstat -a | grep ":1723"

    This will show you what sessions are open for PPTP. At least it works on release 2   
  • "ipsec eroute" will show you a list of all active tunnels, prefixed with a packet count.  It doesn't contain start/length of session though.  Some of this information is able through the Web interface - refer to IPSec section in the Manual PDF.  
  • I am not sure if this works for PPTP, but if you just go to the "Connections" page for IPSec VPN, you can look at the section called "VPN Routes".  There should be a route for each VPN connection that is currently connected.  If you assign virtual IPs, or if you know what source IPs users have, then you can probably identify the tunnel, but the routes will not show you which remote keys were used.