All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— 07/12/17 - Wednesday 12, July 2017 ———————————
openvpn -

Script d'installation openvpn (debian, ubuntu, centos)

wget git.io/vpn --no-check-certificate -O ~/openvpn-install.sh; bash openvpn-install.sh

Il suffira de rappeler ce script pour ajouter/revoquer des utilisateurs.


Sur promox 3.5 (sur la config de la vm (/etc/pve/nodes/friteuse/openvz) :

Proxmox 3.5 :
CAPABILITY="NET_ADMIN:on"
DEVNODES="net/tun:rw "

Ou sur proxmox v5 :
lxc.cgroup.devices.allow: c 10:200 rwm

Dans le container :
mkdir -p /dev/net
mknod /dev/net/tun c 10 200
chmod 0666 /dev/net/tun

-