mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-20 03:40:17 +00:00
Update README.md
This commit is contained in:
parent
984477645a
commit
1ba46dbfd1
1 changed files with 10 additions and 9 deletions
19
README.md
19
README.md
|
@ -117,16 +117,8 @@ administrator permissions, right-clicking on the icon in the system tray, and cl
|
|||
or on Android by selecting the profile under 'OpenVPN Profile' and pressing 'Connect'. You'll be
|
||||
asked to enter the pass phrase you chose. Do so, and you're in! Enjoy your ~$50 USD private VPN.
|
||||
|
||||
Removing PiVPN
|
||||
----------------
|
||||
|
||||
If at any point you wish to remove OpenVPN from your Pi and revert it to a
|
||||
pre-installation state, such as if you want to undo a failed installation to try again or
|
||||
you want to remove OpenVPN without installing a fresh Raspbian image, just run
|
||||
'pivpn uninstall'
|
||||
|
||||
Setting up static IP for clients
|
||||
-------
|
||||
--------
|
||||
|
||||
1. Add this line `client-config-dir /etc/openvpn/ccd` in
|
||||
`/etc/openvpn/server.conf`
|
||||
|
@ -151,6 +143,15 @@ Add this line `ifconfig-push 10.8.0.3 255.255.255.0` to `/etc/openvpn/ccd/exam
|
|||
(Here 10.8.0.3 is going to be static IP for user `exampleuser`, if you want to configure additional users, repeat from step 4)
|
||||
##### Note: You have to assign static IP for all clients in order to avoid IP address conflict
|
||||
|
||||
|
||||
Removing PiVPN
|
||||
----------------
|
||||
|
||||
If at any point you wish to remove OpenVPN from your Pi and revert it to a
|
||||
pre-installation state, such as if you want to undo a failed installation to try again or
|
||||
you want to remove OpenVPN without installing a fresh Raspbian image, just run
|
||||
'pivpn uninstall'
|
||||
|
||||
Feedback & Support
|
||||
--------
|
||||
|
||||
|
|
Loading…
Reference in a new issue