Page 1 of 1

[Solved] Using the same profile from multiple computers

Posted: Thu Aug 25, 2016 9:51 am
by softfoot
Newbie alert!

I have enabled OpenVPN Server on my ipFire firewall following the tutorial here :-
https://devops.profitbricks.com/tutoria ... quirements

It all works very well when I connect from a machine at work and it's the answer to a "maidens prayer" ;-)

However, if I install OpenVPN on a second machine at work and use the same config files (bob.p12, bob-TO-IPFire.ovpn, and ta.key) it works - BUT only if I connect from ONE machine at a time. If I connect from both then one or the other connections fail.

Is it valid to use the same config on multiple client systems ???

If not what do I need to do to get this to work ??

TIA
Dave

Re: Using the same profile from multiple computers ...

Posted: Thu Aug 25, 2016 12:21 pm
by TinCanTech
softfoot wrote:Is it valid to use the same config on multiple client systems
You can .. See --duplicate-cn in The Manual v23x
softfoot wrote:If not what do I need to do to get this to work
By generating a second client certificate/key pair.

Re: Using the same profile from multiple computers ...

Posted: Thu Aug 25, 2016 12:39 pm
by softfoot
Unfortunately I dont have an easy way to add the --duplicate-cn option.
However, adding a new user config (client certificate/key pair) solves the mystery.
Many thanks.