i am planning to buy 8 vps and make a vpn on each of them.
is that possible? if yes, how?
multiple clients
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVpn Newbie
- Posts: 9
- Joined: Wed Mar 16, 2011 2:10 am
multiple clients
Last edited by arvpnick on Sat Mar 19, 2011 9:26 am, edited 1 time in total.
- Bebop
- Forum Team
- Posts: 301
- Joined: Wed Dec 15, 2010 9:24 pm
Re: multiple servers one ca
Yes it is possible.
How?
Its recommended that you take care of all certificate generation and management from a separate machine. So, when you do the OpenVPN setup and install on each VPS, what you don't want to do each time, is follow the guide for generating certificates. Just setup the server.conf only on each vps.
On your home computer, or some other (non vpn) VPS, you can generate certs and distribute them to all your VPS'.
So, /etc/openvpn/some_meaningful_name/ca.crt <--- on each VPS
How?
Its recommended that you take care of all certificate generation and management from a separate machine. So, when you do the OpenVPN setup and install on each VPS, what you don't want to do each time, is follow the guide for generating certificates. Just setup the server.conf only on each vps.
On your home computer, or some other (non vpn) VPS, you can generate certs and distribute them to all your VPS'.
So, /etc/openvpn/some_meaningful_name/ca.crt <--- on each VPS
The cure for boredom is curiosity
-
- OpenVpn Newbie
- Posts: 9
- Joined: Wed Mar 16, 2011 2:10 am
Re: multiple servers one ca
thanks for the fast reply.
i will try your suggestion and try to update this later. thanks
i will try your suggestion and try to update this later. thanks
-
- OpenVPN Power User
- Posts: 57
- Joined: Fri Apr 15, 2011 12:05 pm
Re: multiple servers one ca
sir can this solution create multiple vps using one ca.crt?Bebop wrote:Yes it is possible.
How?
Its recommended that you take care of all certificate generation and management from a separate machine. So, when you do the OpenVPN setup and install on each VPS, what you don't want to do each time, is follow the guide for generating certificates. Just setup the server.conf only on each vps.
On your home computer, or some other (non vpn) VPS, you can generate certs and distribute them to all your VPS'.
So, /etc/openvpn/some_meaningful_name/ca.crt <--- on each VPS
we saw lot of vpn provider has multiple server with only one ca.crt on there client config.