I've setup my openvpn server, but I have this problem:
Clients connects in this order:
- client_A connects succesfully to server using it's own key.
- client_B connects to server using client_A's key and gets same ip as client_A.
When I try to ping client_A packets goes to client_B instead of client_A.
I don't have duplicate-cn
in my server config.
How can I prevent this behavior? I want to kick client_B immediately and keep only client_A.