Compare commits
No commits in common. "7095f89e7f284f0d4bce4fc6c0767b6a44599a9a" and "94b26e02fbf1cf8628f31c20d809c4f386c50c4e" have entirely different histories.
7095f89e7f
...
94b26e02fb
Binary file not shown.
Binary file not shown.
@ -2,7 +2,7 @@
|
||||
title: OpenVPN - Servidor
|
||||
description: Tutorial de instalación del Servidor OpenVPN
|
||||
published: true
|
||||
date: 2022-05-31T13:06:22.801Z
|
||||
date: 2022-05-26T14:13:16.024Z
|
||||
tags: vpn, servidor, debian
|
||||
editor: markdown
|
||||
dateCreated: 2022-05-18T16:48:57.246Z
|
||||
@ -1021,7 +1021,7 @@ server {
|
||||
```
|
||||
|
||||
|
||||
[bastionado-vpn.tar](/assets/files/openvpn-server/bastionado-vpn.tar)
|
||||
[bastionado-vpn.tar](/assets/files/bastionado-vpn.tar)
|
||||
|
||||
```bash
|
||||
scp -i .\.ssh\id_admin_bastionado .\bastionado-vpn.tar ovpn@ovpn.bastionado.es:/home/ovpn
|
||||
@ -1033,11 +1033,6 @@ sudo cp /home/ovpn/client-configs/files/bastionado-client2.ovpn /var/www/html/do
|
||||
sudo cp /home/ovpn/client-configs/files/bastionado-client3.ovpn /var/www/html/download/client3
|
||||
sudo cp /home/ovpn/client-configs/files/bastionado-client4.ovpn /var/www/html/download/client4
|
||||
|
||||
sudo cp /home/ovpn/client-configs/files/bastionado-tor-client1.ovpn /var/www/html/download/client1
|
||||
sudo cp /home/ovpn/client-configs/files/bastionado-tor-client2.ovpn /var/www/html/download/client2
|
||||
sudo cp /home/ovpn/client-configs/files/bastionado-tor-client3.ovpn /var/www/html/download/client3
|
||||
sudo cp /home/ovpn/client-configs/files/bastionado-tor-client4.ovpn /var/www/html/download/client4
|
||||
|
||||
sudo chown -R www-data:www-data /var/www
|
||||
|
||||
sudo find /var/www -type f -print0|sudo xargs -0 chmod 660
|
||||
|
Loading…
x
Reference in New Issue
Block a user