Created
November 3, 2015 08:49
-
-
Save ckeyer/fe8a28ce8b72dd3d47be to your computer and use it in GitHub Desktop.
vpn client
This file contains hidden or 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 apt-get install pptp-linux | |
# sudo pptpsetup --create 名字 --server 123.45.67.88 --username kk --password fku --encrypt | |
# echo “require-mppe-128” >> /etc/ppp/peers/名字 | |
# route add default gw 192.168.0.1 | |
# route del default gw 原来的 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment