centos7安装pptpd (No package pptpd available)
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
1. 安装PPTP服务
vim /etc/yum.repos.d/Doylenet.repo
添加以下内容:
[doylenet]
name=Doylenet custom repository for CentOS
baseurl=http://files.doylenet.net/linux/yum/centos/5/i386/doylenet/
gpgcheck=1
gpgkey=http://files.doylenet.net/linux/yum/centos/RPM-GPG-KEY-rdoyle
enabled=1
2. 安装PPTPD
yum update
yum install pptpd
3. pptpd配置
1. 修改配置文件
vi /etc/pptpd.conf
添加以下内容
localip 192.168.0.1
remoteip 192.168.0.101-200
2. 修改配置文件
vi /etc/ppp/chap-secrets
添加一下内容
usernameForuser1 pptpd setpassword1here *
4. 允许IP转发
在sysctl中开启IP转发
vim /etc/sysctl.conf
# Controls IP packat forwarding
net.ipv4.ip_forward = 1
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)