To find out who is logged on using VPN On SME 6.1 I used to use
grep "CHAP" /var/log/messages
grep "CHAP" /var/log/messages*
grep "pptpd" /var/log/messages
This would give nice little messages like ...
Apr 3 10:29:43 mail pppd[30404]: CHAP peer authentication succeeded for steve
On SME 7.3 this does not seem to work? At least now when I log in using VPN and run these command it does not provide me with the same information.
Can anyone confirm that this does not work anymore, if there is a different way that works or if I'm missing something.
Thank you.