« Pivpn avec openvpn » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 1 : | Ligne 1 : | ||
* https://korben.info/pivpn-transformer-raspberry-pi-serveur-openvpn.html | * 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 | ||
Ligne 7 : | Ligne 8 : | ||
---- | ---- | ||
documentation | == documentation == | ||
* https://docs.pi-hole.net/ | * https://docs.pi-hole.net/ | ||
* https://github.com/pivpn/pivpn | * https://github.com/pivpn/pivpn | ||
* https://github.com/pivpn/pivpn/blob/master/README.md | * https://github.com/pivpn/pivpn/blob/master/README.md | ||
== Commandes == | |||
<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> | |||
[[Catégorie: Raspian]] | [[Catégorie: Raspian]] |
Version du 7 juillet 2020 à 21:55
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
-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