How do you list clients connected to OS X Server 10.8's VPN?
The 10.6 Server manual says this:
but it doesn't work on 10.8.
Even a Terminal command would be great.
I put this command together to list connected IP address:
ps -ef | awk '/[p]ppd/ {print substr($NF,2);}'