合集-open开源系列

摘要:# 获取本机所使用公网 ip wget -T 10 -t 1 -4qO- "http://ip1.dynupdate.no-ip.com/" || curl -m 10 -4Ls "http://ip1.dynupdate.no-ip.com/" 1.一键安装脚本 #!/bin/bash # # h 阅读全文
posted @ 2025-01-15 21:28 铿锵有力自信且坚定 阅读(121) 评论(0) 推荐(0)
摘要:一. 官网 https://openvpn.net/community-resources/how-to/ 其他参考网站: https://lebang2020.cn/details/201029arrtqfjh.html 二. 客户端使用 1.linux客户端基本使用 客户端安装 sudo yum 阅读全文
posted @ 2025-01-15 22:09 铿锵有力自信且坚定 阅读(270) 评论(0) 推荐(0)
摘要:参考: https://www.iblog.zone/archives/openvpn-%E8%AE%BE%E7%BD%AE%E8%B4%A6%E5%8F%B7%E5%AF%86%E7%A0%81%E7%99%BB%E5%BD%95/ 1. 写个脚本(脚本是由官网提供) vim /etc/openv 阅读全文
posted @ 2025-01-15 22:40 铿锵有力自信且坚定 阅读(345) 评论(0) 推荐(0)
摘要:参考:https://cloud.tencent.com/developer/article/2207426https://blog.csdn.net/Jerry9845/article/details/143732786 一. 安装所需依赖1. 下载scl源 yum -y install cent 阅读全文
posted @ 2025-01-16 20:44 铿锵有力自信且坚定 阅读(161) 评论(0) 推荐(0)
摘要:一.两个互相能访问公网,创建点对点访问连接,不需要证书1.下载安装(二选一)1)网络安装 yum install -y epel-release yum install -y openvpn openssl ca-certificates 2)下载编译安装 下载地址:https://github.c 阅读全文
posted @ 2025-01-16 21:12 铿锵有力自信且坚定 阅读(151) 评论(0) 推荐(0)