3

The 10.6 Server manual says this:

enter image description here

but it doesn't work on 10.8.

Even a Terminal command would be great.

Andy
  • 163

2 Answers2

2

I put this command together to list connected IP address:

ps -ef | awk '/[p]ppd/ {print substr($NF,2);}'

Andy
  • 163
0

You can have full info for active connections with the command

sudo serveradmin com vpn:command = getConnectedUsers