Ive set up an OpenVPN server, and successfully connected a client to it, but when I try to connect a second client, the first client gets bumped off the VPN. Whats the problem?
This is a common problem that occurs when you re-use the same certificate/key pair among multiple clients. It can also occur if you didn’t provide a unique common name for every client’s certificate. While none of these practices is recommended, if you cannot avoid using duplicate certificates or common names, use the –duplicate-cn config file option.
Related Questions
- Ive set up an OpenVPN server, and successfully connected a client to it, but when I try to connect a second client, the first client gets bumped off the VPN. Whats the problem?
- When I try to connect to the Management Server via a Remote Client, I get an "Unauthorized Client" error. What are the steps to correct this?
- I compiled the client source, but every time I try to connect to a server it kicks me out or tells me to get a lessed binary. What gives?