docs: update vpn/openvpn/servidor
This commit is contained in:
parent
1a2d9f574a
commit
1eca69a155
@ -2,7 +2,7 @@
|
|||||||
title: OpenVPN - Servidor
|
title: OpenVPN - Servidor
|
||||||
description: Tutorial de instalación del Servidor OpenVPN
|
description: Tutorial de instalación del Servidor OpenVPN
|
||||||
published: true
|
published: true
|
||||||
date: 2022-05-31T23:42:25.730Z
|
date: 2022-05-31T23:59:18.909Z
|
||||||
tags: vpn, servidor, debian
|
tags: vpn, servidor, debian
|
||||||
editor: markdown
|
editor: markdown
|
||||||
dateCreated: 2022-05-18T16:48:57.246Z
|
dateCreated: 2022-05-18T16:48:57.246Z
|
||||||
@ -643,7 +643,7 @@ cat ${BASE_CONFIG} \
|
|||||||
chmod 700 ~/client-configs/make_config.sh
|
chmod 700 ~/client-configs/make_config.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
* Y ahora ya podemos generar el fichero de configuración para `client1`
|
* Y ahora ya podemos generar el fichero de configuración para nuestros clientes
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd ~/client-configs
|
cd ~/client-configs
|
||||||
@ -651,7 +651,7 @@ cd ~/client-configs
|
|||||||
sudo ./make_config.sh client1
|
sudo ./make_config.sh client1
|
||||||
sudo ./make_config.sh client2
|
sudo ./make_config.sh client2
|
||||||
sudo ./make_config.sh client3
|
sudo ./make_config.sh client3
|
||||||
sudo ./make_config.sh client3
|
sudo ./make_config.sh client4
|
||||||
```
|
```
|
||||||
|
|
||||||
* Los fichero resultantes, `bastionado-client{1,2,3}.ovpn` deberán entregarse a los clientes para que éstos puedan conectar a la VPN.
|
* Los fichero resultantes, `bastionado-client{1,2,3}.ovpn` deberán entregarse a los clientes para que éstos puedan conectar a la VPN.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user