Koozali.org: home of the SME Server

How to show current vpn connections?

Offline hmuhammad

  • ***
  • 65
  • +0/-0
How to show current vpn connections?
« on: October 02, 2006, 08:42:23 PM »
Need to determine who is logged on to the server via vpn, is there a commandline or other way to show who is connected (or how many current connections exist)?
...............

Offline tariqf

  • *****
  • 179
  • +0/-0
How to show current vpn connections?
« Reply #1 on: October 23, 2006, 04:54:22 PM »
I too would like to know how to do this.

Thanks

Offline raem

  • *
  • 3,972
  • +4/-0
Re: How to show current vpn connections?
« Reply #2 on: October 24, 2006, 04:50:04 AM »
hmuhammad

Try these

iptstate

grep "CHAP" /var/log/messages
grep "CHAP" /var/log/messages*

grep "pptpd" /var/log/messages

Alternatively filter the log file in server manager on CHAP

eg
Oct 20 16:02:14 server pppd[654]: CHAP peer authentication succeeded for username
...