Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STEP 3. Run sudo vi /etc/ppp/peers/myvpnlinuxconfig and enter the following information. You can create your own name whatever instead of myvpnlinuxconfig.

Code Block
pty "pptp usca.pointtoserverus-ded-6.dns2use.com -nolaunchpppd"
name yourVPNusername
remotename PPTP
require-mppe-128
file /etc/ppp/options.pptp
ipparam yourVPNNamelinuxconfig


STEP 4. Run sudo vi /etc/ppp/options.pptp to be sure there is no # sign before these lines.

...

STEP 6. Connect to the VPN by running sudo pppd call myvpnlinuxconfig

  • Run curl ipinfo.io to check the accuracy of your VPN IP and location
  • To disconnect the VPN, run sudo pkill pppd
  • If you are unable to connect, please check your connection logs by running sudo cat /var/log/messages | grep pppd

...