0

I've managed to setup pptp to use Radius authentication - making it much easier to manage users in an sql database than the default password file. However, ideally I'd like to be able to get the status of these users and disconnect/manage them as Radius allows - is this possible? If so, could you elaborate and point me in the right direction?

All help is much appreciated!

Edit I am personally using Debian and the standard aptitude packages for pptp and FreeRADIUS.

Joe
  • 344
  • 2
  • 7
  • 23

2 Answers2

1

Have you considered OpenVPN ? I found that was far better documented, although you may run into more difficulties if you are using the Windows VPN client.

Niwee
  • 11
  • 1
0

I'll second @Niewee's OpenVPN recommendation just because it's easier to monitor and manage active connections, especially if you opt for something like OpenVPN-AS server, the (cheap) supported option. Also note that it can use Radius for authentication as well. The OpenVPN client for Windows works fine.

However, if you want to use PPTP here is a Serverfault answer that covers disconnecting user connections on pptpd/debian well. If you're using a sql backend for FreeRadius you should be able to query the auth tables directly to get status information.

nedm
  • 5,630
  • 5
  • 32
  • 52