View Single Post
  #1   (View Single Post)  
Old 17th September 2012
scrummie02 scrummie02 is offline
Port Guard
 
Join Date: Nov 2011
Posts: 27
Default OpenVPN on OpenBSD 5.1

I replaced an OpenBSD 4.9 firewall with OpenVPN that was working fine but I'm having issues getting this one up.

I have installed openvpn from the packages and copied over /usr/local/share/examples/openvpn/easy-rsa/2.0/* over to /etc/openvpn/

So now when I go in to source the vars after editing the file I get the following error:
Code:
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[5]: HOME: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[6]: RANDFILE: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[7]: openssl_conf: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[12]: oid_section: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[13]: engines: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[32]: default_ca: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[37]: dir: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[38]: certs: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[39]: crl_dir: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[40]: database: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[41]: new_certs_dir: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[43]: certificate: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[44]: serial: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[45]: crl: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[46]: private_key: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[47]: RANDFILE: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[49]: x509_extensions: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[55]: default_days: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[56]: 30: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[57]: default_md: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[58]: preserve: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[63]: policy: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[67]: countryName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[68]: stateOrProvinceName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[69]: organizationName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[70]: organizationalUnitName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[71]: commonName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[72]: name: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[73]: emailAddress: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[79]: countryName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[80]: stateOrProvinceName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[81]: localityName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[82]: organizationName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[83]: organizationalUnitName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[84]: commonName: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[85]: name: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[86]: emailAddress: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[90]: default_bits: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[91]: default_keyfile: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[92]: distinguished_name: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[93]: attributes: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[94]: x509_extensions: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[106]: string_mask: not found
/etc/openvpn/easy-rsa/openssl-1.0.0.cnf[111]: syntax error: `(' unexpected
NOTE: If you run ./clean-all, I will be doing a rm -rf on /etc/openvpn/easy-rsa/keys
I saw a post here where someone had the same problem but he didn't post his solution:
http://www.daemonforums.org/showthre...?t=3497&page=2

has anyone run into this before? Thanks in advance.
Reply With Quote