Last active
August 29, 2015 14:00
-
-
Save dceoy/11026241 to your computer and use it in GitHub Desktop.
[RHEL] Setup PPTP connection
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo yum -y install ppp pptp pptp-setup | |
sudo pptpsetup --create "vpn" --server "vpn.example.jp" --username "vpnuser" --password "vpnpass" --encrypt | |
# configuration | |
# -> /etc/ppp/peers/vpn | |
# -> /etc/ppp/chap-secrets | |
# connection | |
sudo pppd call vpn updetach |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment