« Pivpn avec openvpn » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
(19 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
* https://korben.info/pivpn-transformer-raspberry-pi-serveur-openvpn.html | |||
== Pré-requis == | |||
<pre> | <pre> | ||
ouvrir un port sur le routeur ex:443 | ouvrir un port sur le routeur ex:443 | ||
penser au firewall | |||
</pre> | </pre> | ||
---- | |||
== documentation == | |||
* https://docs.pi-hole.net/ | |||
* https://github.com/pivpn/pivpn | |||
* https://github.com/pivpn/pivpn/blob/master/README.md | |||
== Commandes pivpn == | |||
<pre> | <pre> | ||
-a, add [nopass] Create a client ovpn profile, optional nopass | |||
-c, clients List any connected clients to the server | |||
-d, debug Start a debugging session if having trouble | |||
-l, list List all valid and revoked certificates | |||
-r, revoke Revoke a client ovpn profile | |||
-h, help Show this help dialog | |||
-u, uninstall Uninstall PiVPN from your system! | |||
-up, update Updates PiVPN Scripts | |||
-bk, backup Backup Openvpn and ovpns dir | |||
</pre> | </pre> | ||
== Ajouter un client vpn == | |||
<span style="color: red;font-weight:bold;">pivpn add nopass</span> | |||
#pour voir qui est connecté | |||
<span style="color: red;font-weight:bold;">pivpn clients</span> | |||
== Upgrading == | |||
*mise à jour : [https://github.com/pivpn/pivpn/wiki/Upgrading pivpn/wiki/Upgrading]<br> | |||
*Voir la version en cours d'openvpn disponible pour le raspberry : [https://packages.debian.org/search?arch=armhf&keywords=openvpn debian dépot armhf] | |||
== bug == | |||
<pre> | |||
pivpn -d ou pivpn -r | |||
Missing setup vars file! | |||
Solution: | |||
sudo cp /etc/pivpn/setupVars.conf dans /etc/pivpn/openvpn/ | |||
</pre> | </pre> | ||
* https://github.com/pivpn/pivpn/wiki/FAQ | |||
[[Catégorie: Raspian]] [[Catégorie: VPN]] | |||
https:// | |||
[[Catégorie: Raspian]] |
Dernière version du 27 août 2024 à 12:37
Pré-requis
ouvrir un port sur le routeur ex:443 penser au firewall
documentation
- https://docs.pi-hole.net/
- https://github.com/pivpn/pivpn
- https://github.com/pivpn/pivpn/blob/master/README.md
Commandes pivpn
-a, add [nopass] Create a client ovpn profile, optional nopass -c, clients List any connected clients to the server -d, debug Start a debugging session if having trouble -l, list List all valid and revoked certificates -r, revoke Revoke a client ovpn profile -h, help Show this help dialog -u, uninstall Uninstall PiVPN from your system! -up, update Updates PiVPN Scripts -bk, backup Backup Openvpn and ovpns dir
Ajouter un client vpn
pivpn add nopass #pour voir qui est connecté pivpn clients
Upgrading
- mise à jour : pivpn/wiki/Upgrading
- Voir la version en cours d'openvpn disponible pour le raspberry : debian dépot armhf
bug
pivpn -d ou pivpn -r Missing setup vars file! Solution: sudo cp /etc/pivpn/setupVars.conf dans /etc/pivpn/openvpn/