Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.