通过pritunl 实现frp内网穿透

pritunl部署前准备

cat /etc/centos-release

CentOS Linux release 7.9.2009 (Core)

#关闭防火墙和selinux

systemctl disable firewalld.service
systemctl stop firewalld.service
sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config

#关闭了selinux需要重启服务器生效

reboot

#epel、Base源

wget -O /tmp/system.sh https://index.swireb.cn/shell/system.sh && sh /tmp/system.sh

#Centos7系统pritunl、MongoDB源

tee /etc/yum.repos.d/pritunl.repo << EOF 
[pritunl]
name=Pritunl
baseurl=https://repo.pritunl.com/stable/yum/centos/7/
gpgcheck=0
enabled=1
[mongodb-4.4]
name=MongoDB
baseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/4.4/x86_64/
gpgcheck=0
enabled=1
EOF

#Centos8系统pritunl、Mon

tee /etc/yum.repos.d/pritunl.repo << EOF  
[pritunl]
name=Pritunl
baseurl=https://repo.pritunl.com/stable/yum/centos/8/
gpgcheck=0
enabled=1
[mongodb-4.4]
name=MongoDB
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/
gpgcheck=0
enabled=1
EOF

#建立yum源缓存

yum clean all && yum makecache

pritunl部署、

#安装软件

yum -y install pritunl mongodb-org

#启动服务

systemctl start mongod pritunl
systemctl enable mongod pritunl

#初始化密钥

pritunl setup-key
5306c12e4ffb4eb5b8affd0ce0da87b4

#初始化用户

pritunl default-password
Administrator default password:
  username: "pritunl"
  password: "SLIsHNDDjr1l"

访问pritunl

https://192.168.94.198/login

#用户名和密码

pritunl
SLIsHNDDjr1l

登陆最后要初始化密码,自己要记好

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值