xebd / accel-ppp

High performance PPTP/L2TP/PPPoE/IPoE server for Linux
GNU General Public License v2.0
296 stars 108 forks source link

Getting PPP unique identifier #85

Closed david-hoze closed 4 years ago

david-hoze commented 5 years ago

Hi, great work!

I want to use the SSTP server that comes with accel-ppp, but I need to keep track of the PPP sessions, so that I can link each outgoing connection from the SSTP server with its corresponding PPP session. i.e. linking the (source_port,destination_address,destination_port) with some unique ID I can maybe generate for each PPP session. Lastly I will also need to link that PPP session with a user name.

I would appreciate it if you can point me to the relevant part of the code that may help me..

Thanks a lot :)

david-hoze commented 4 years ago

OK, I think this belongs to accel-ppp forum, closing.