How can I see who is logged in to PoPToP on my RedHat Fedora Core 2 system?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-07-23
You can view the syslog to see who's logged in and at what time. Also, if you have Webmin installed(www.webmin.com), there is a module to configure the PPTP VPN Server. You can view active connections using this, although they are only shown by ip address.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I see who is logged in to PoPToP on my RedHat Fedora Core 2 system?
You can view the syslog to see who's logged in and at what time. Also, if you have Webmin installed(www.webmin.com), there is a module to configure the PPTP VPN Server. You can view active connections using this, although they are only shown by ip address.
to see the ip-s that have active connections to the poptop server, i use this (gentoo, should work on rh, it`s just a god damn shell script):
ps ax |grep pptpd |grep - |awk '{print $6}' |cut -f 2 -d [ |cut -f 1 -d :
i also use dialup_admin, included with freeradius, because the acct and usernames are stored in mysql.