Update README.md

This commit is contained in:
Anudeep 2018-03-11 08:01:00 +05:30 committed by GitHub
parent 984477645a
commit 1ba46dbfd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 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. 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 Setting up static IP for clients
------- --------
1. Add this line `client-config-dir /etc/openvpn/ccd` in 1. Add this line `client-config-dir /etc/openvpn/ccd` in
`/etc/openvpn/server.conf` `/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) (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 ##### 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 Feedback & Support
-------- --------