docker-pptp

docker pull ubuntu
sudo modprobe nf_conntrack_pptp
echo nf_conntrack_pptp | sudo tee /etc/modules-load.d/pptp.conf
docker run -it --privileged=true ubuntu:latest /bin/bash

apt-get -y update
apt-get -y install vim net-tools pptp-linux inetutils-ping curl

cat /etc/ppp/chap-secrets

# Secrets for authentication using CHAP
# client    server  secret          IP addresses
test PPTP 123456 *

cat /etc/ppp/peers/ctu_vpn

pty "pptp x.x.x.x --nolaunchpppd" 
name test  
remotename PPTP 
ipparam ctu_vpn
require-mppe-128
file /etc/ppp/options.pptp

测试

pon ctu_vpn debug dump logfd 2 nodetach

启动

pon ctu_vpn
ip route replace default dev ppp0

参考:
http://blog.csdn.net/mengfanzhong/article/details/56836750?locationNum=4&fps=1
https://hub.docker.com/r/lihaixin/pptp/

评论 9
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值