On Wed, 23 Aug 2023 06:41:35 +0000 (UTC), Jason Long via Openvpn-users <openvpn-users@lists.sourceforge.net> wrote:
>Hello, >My server and client use range 10.0.2.X: > >Server: 10.0.2.15 >Client: 10.0.2.16 If the client is located inside the network 10.0.2.x and the server is ALSO at 10.0.2.x, then why in heaven's name do you want to set up a VPN connection? They are in the SAME network already! > >I created a "ccd" directory under the "/etc/openvpn" directory, and inside >this directory I created a file with the CN's name of the client (client). >In order for the client to connect to the server, I must write the below >lines to the server.conf: > >client-config-dir ccd Why do you specify a *local* path? It should read: client-config-dir /etc/openvpn/ccd ALWAYS use full paths in conf files! And if you run more than one server instance you need: client-config-dir /etc/openvpn/ccd2 Or similar in the otyher conf file, i.e. Never mix the configurations between server instances! -- Bo Berglund Developer in Sweden _______________________________________________ Openvpn-users mailing list Openvpn-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-users