How do I limit one connection per user for L2TP/IPSec using OpenSwan?
Posted
by
Han
on Server Fault
See other posts from Server Fault
or by Han
Published on 2012-11-27T03:18:49Z
Indexed on
2012/11/27
5:09 UTC
Read the original article
Hit count: 681
I've successfully set up a VPN server with openswan, pppd, and xl2tpd on Ubuntu.
Everything works great, but I'm having trouble finding out how to only allow one VPN connection per user listed in the /etc/ppp/chap-secrets file?
Right now a user can have unlimited connections which is worrisome to me as I've shared access to the VPN with some friends but am worried they might keep spreading the username/password.
© Server Fault or respective owner