tags:

views:

114

answers:

2

I want to set up a VPN server (via IPSec or PPP etc) but I want the authentication to be dealt by MySQL or other RDBMS... does anyone know an opensource project or an easyway to achieve this...? I'm flexible on linux distro, rdbms or vpn protocol... I urgently need a VPN access point that can be managed easily by a webapp.

A: 

Have a look at OpenVPN and MyOpenVPN.

AJ
A: 

I would suggest you to install pppd+radius+mysql: pppd will be your VPN server, raduis is an authentication service, and it can work over SQL.

dma_k