How to connect to PPTP-based VPN from Linux

Σεπτεμβρίου 14, 2010

Do you need to connect to a Windows VPN from Linux command line? It’s simple even though the Point-to-Point Tunneling Protocol (PPTP) is proprietary. First, install the pptp client for the linux command line: sudo apt-get install pptp-linux Then create a new file called chap-secrets, inside /etc/ppp: sudo vim /etc/ppp/chap-secrets This file is where your [...]

2