|
|
Hi Mathias, The problem was with the chroot, it was pointed to the folder outside of openvpn folder. I just did chroot /etc/openvpn/ccd and now everything is just fine. Thanks Remus ----- Original Message ----- From: "Mathias Sundman" <mathias@xxxxxxxxxx> To: "Remus" <rmocius@xxxxxxxxxxxxxx> Cc: <openvpn-users@xxxxxxxxxxxxxxxxxxxxx> Sent: Tuesday, November 02, 2004 9:31 PM Subject: Re: [Openvpn-users] static IP
I know that, verything is OK with CN and file name, they are the same ones.
strace -e open -p PID where PID is the process id of the running openvpn daemon. You should then see a line like this when you connect: open("/etc/openvpn/clients-config/Mathias.Sundman", O_RDONLY) = 7If you don't get any such line then OpenVPN is not trying to open the file at all, and then you need to go back to your config file and start changing things until it starts trying to open the file! If you do get such a line, then you should be able to tell that it is either looking in the wrong place, or that it fails for some other reason by the code at the end of the line. /Mathias PS: Please don't top-post. ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2004-11/msg00071.html on line 210 Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2004-11/msg00071.html on line 210 |