Show pageOld revisionsBacklinksAdd to bookExport to PDFBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== pptp ====== ===== linux client ===== <code bash> apt install pptp-linux </code> <file /etc/ppp/options.pptp> lock noauth nobsdcomp nodeflate </file> <file /etc/ppp/chap-secrets> <username> PPTP <password> * </file> <file /etc/ppp/peers/galileo> pty "pptp 185.91.188.97 --nolaunchpppd" name <username> remotename PPTP require-mppe-128 file /etc/ppp/options.pptp ipparam galileo </file> test <code bash> pon galileo debug dump logfd 2 nodetach </code> <file /etc/network/interfaces> auto tunnel iface tunnel inet ppp provider galileo </file> tips/vpn/pptp.txt Last modified: 2017/01/13 12:07by scipio