Help with installation of VPN in Raspberry Pi debian
I am fairly new to the Terminal, I know how to install something from it and that's about it.
I am following a guide that I would give you a link to but I can't because of the spam prevention I guess.
Search for 'howto-configure-ubuntu-fedora-linux-pptp-client' in Google, it's the top link.
I can do
Code:
$ sudo apt-get install pptp-linux network-manager-pptp
and
Code:
# vi /etc/ppp/chap-secrets
Replacing vi with nano works better than vi.
Then I get stuck at append the line as follows
Code:
vivek PPTP VpnPassword *
Do I enter that line in to the file and then save it?
What does append mean?
If some one could help me get through this installation it would be great.
Thanks