I've got a PPTP server setup on my Ubuntu box.
Was wondering if it was possible to get the IP address of a connecting client, whether the connection was successful or not, and the username of said connection?
I've looked into using IPtables to do this, but it doesn't appear IPtables can execute commands based off rules (It will only log).
Is there some other way of doing this, similar to the DHCP on commit function?

