|
|
I am just getting back into the swing of things after having IP stack crashes the past several times I have installed OVPN 2.x Beta. Now that I am back (on Win XP Pro), I just created a config file, a duplicate of the 2.0 beta Release Notes server-side config file. But, every time I try to run it, I get a message that says the dh1024.pem cannot be opened for DH parameters. For the sake of testing, I just snatched the tls files from the zipped source files (available in the sample-keys folder) and dropped them in the bin directory. Can someone please explain why I am receiving this error and how to correct it? Below, I have attached my server-side config file. port 5000 dev tap # TLS params tls-server ca tmp-ca.crt cert server.crt key server.key dh dh1024.pem # Tell OpenVPN to be a multi-client udp server mode server # The server's virtual subnet ifconfig 10.8.0.1 255.255.255.0 # Pool of /30 subnets ifconfig-pool 10.8.0.4 10.8.0.255 # Delete client after a period of inactivity inactive 600 #Route the -ifconfig pool into the server route 10.8.0.0 255.255.255.0 # The server doesn't need priveleges user nobody group nobody verb 4 Thanks in advance. Brad Smith ____________________________________________ 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-06/msg00023.html on line 223 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-06/msg00023.html on line 223 |