<div dir="ltr">Seems like a file path issue ... i.e. the certifcate and key files specified in the configuration can't be found. Maybe worth trying adding the full path to the *.crt and *.key files in the config file.<div>
<br></div><div>There is also a possibility that the config file contains a line tthat specifies the general path for the related crt files. </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jan 29, 2014 at 7:29 PM, Alan Secker <span dir="ltr"><<a href="mailto:alansecker0@gmail.com" target="_blank">alansecker0@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 29/01/14 16:14, Alain Williams wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Jan 29, 2014 at 11:00:52AM +0000, Alan Secker wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm back on to trying to get this to work.<br>
<br>
On the server side, I think I have sorted out everything except for<br>
the static address issue but I want to tackle that separately. My<br>
current<br>
problem stems from what happens when I try and start the client side.<br>
<br>
This is what happens:<br>
<br>
I prepared a client.conf file following someone's instructions (while<br>
understanding little). When I tested it with:<br>
<br>
# openvpn /etc/openvpn/client.conf<br>
<br>
the following error was generated.<br>
<br>
Options error: If you use one of --cert or --key, you must use them both<br>
<br>
A comment-stripped copy of the client.conf file, looks like this:<br>
<br>
##############################<u></u>############################<br>
# Customised Sample client-side OpenVPN 2.0 config file #<br>
# based on Vincent Danen's article in techrepublic blog #<br>
# with comments removed                                 #<br>
##############################<u></u>############################<br>
<br>
client<br>
dev tun<br>
proto udp<br>
remote 10.8.0.0 1194<br>
nobind<br>
user nobody<br>
group nobody<br>
persist-key<br>
persist-tun<br>
ca ca.crt<br>
cert netbook.crt<br>
cert netbook.key<br>
</blockquote>
<br>
The above line should read:<br>
<br>
     key netbook.key<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
comp-lzo<br>
pull dhcp-options<br>
</blockquote>
<br>
Regards<br>
<br>
</blockquote>
<br></div></div>
Thanks Alain,<br>
That has moved the problem on a tad. The command now returns:<br>
<br>
# openvpn /etc/openvpn/client.conf<br>
Options error: --ca fails with 'ca.crt': No such file or directory<br>
Options error: --cert fails with 'netbook.crt': No such file or directory<br>
Options error: --key fails with 'netbook.key': No such file or directory<br>
Options error: Please correct these errors.<br>
<br>
The certificates are all in /etc/openvpn so I cannot see why they cannot be seen(?)<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
______________________________<u></u>_________________<br>
Watford mailing list<br>
<a href="mailto:Watford@mailman.lug.org.uk" target="_blank">Watford@mailman.lug.org.uk</a><br>
<a href="https://mailman.lug.org.uk/mailman/listinfo/watford" target="_blank">https://mailman.lug.org.uk/<u></u>mailman/listinfo/watford</a><br>
</div></div></blockquote></div><br></div>