I am trying to set up and OpenVPN server which will allow me to connect more than once with the same CN at the same time. I am using an Amazon AMI with OpenVPN AS 1.8.3. On the Advanced VPN Settings page the "Multiple Sessions per User" option is enabled, I have also added --duplicate-cn to Server Config Directives.
My client certificates are generated using:
./sacli -a ADMIN -o OUTPUT_DIRECTORY --cn COMMON_NAME get5
and deployed to 3 boxes. The problem is that even with those settings I can't get them to stay connected. Every now and then I can see more than one connection with different VPN IP on the Current Users page but clients simply disconnect.
Am I missing something? I am not able to see my server.conf so an't really verify that the duplicate-cn option is really enabled.