I am new to Linux and I am trying to learn as much as possible. I have installed Ubuntu 13.0.4 and selected basic server, I am now trying to setup VPN to access my files from anywhere. However getting errors when disabling encryption. The steps I am following is below from one of the member here:
I am getting errors on doing the steps below:
refuse-pap
refuse-chap
refuse-mschap
Error message: access denied
, even though I am logged on as root.
Any help will be much appreciated!
/etc/ppp/pptpd-options
as root (sudo nano /etc/ppp/pptpd-options
or replacenano
with your favorite command line text editor) and comment out all three of those lines with a#
character at the beginning. I have edited my answer on the guide/link you're using to expand on how to edit a file on the command line... (sorta). – Thomas Ward Sep 26 '13 at 18:34