阅读:22
评论:0
yum install -y git curl build-essential libssl-dev zlib1g-dev
阅读:37
评论:0
阅读:23
评论:0
# 一步步来,不然出现问题容易蒙比 # 先关闭防火墙,安装pptpd=>测试连接=>安装l2tpd/ipsec=>测试连接=>开启/设置防火墙=>测试=>设置转发=>测试=>完毕。 # 检查内核是否支持tun/tap [root@jurlu ~]# cat /dev/ppp cat: /dev/ppp: No such device or address [root@jurlu ~]# cat /dev/net/tun cat: /dev/net/tun: File descriptor in bad state [root@jurlu ~]# modprobe ppp-compress-18 && echo ok ok # 开始安装 yum install epel-release -y...
阅读:46
评论:0
阅读:44
评论:0
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
阅读:25
评论:0
阅读:144
评论:0
阅读:803
评论:0
阅读:308
评论:0
yum install ppp cd /usr/local/src wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.4.0-1.rhel5.x86_64.rpm rpm -Uhv pptpd-1.4.0-1.rhel5.x86_64.rpm
yum install ppp cd /usr/local/src wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.4.0-1.el6.x86_64.rpm rpm -Uhv pptpd-1.4.0-1.el6.x86_64.rpm
apt-get install ...
阅读:1304
评论:0