当前位置:网站首页>Open virtual private line network load balancing
Open virtual private line network load balancing
2022-07-25 10:20:00 【Puffiness is also strong】
1. Software preparation
Linux CentOS7 7.6_1810
link :https://pan.baidu.com/s/1NV4MjfORIj290Q3scy6iYQ?pwd=pzse
Extraction code :pzse
2. Installation steps
First master Host deployment openvpn service , And deployment frp Port is 7001
Master And Slave The end needs to be connected to the same frp Server side , See details of deployment steps frp Deployment tutorial and openvpn Deployment tutorial , And master And slave The user added at the end is consistent with the password , Need to put master The host machine openvpn Send the client configuration file to the local ,slave The client does not do anything
As shown in the picture master frp Client configuration

secondly slave Host deployment openvpn service , And deployment frp Port is 7002

master The host machine
Enter the path :cd /etc/openvpn/server
Send all the files below to slave Host directory :/etc/openvpn/server

here slave The host machine needs to be restarted openvpn service
Openvpn Client operation
According to the deployment tutorial, it is called openvpn The configuration file of the client is modified , Add a new configuration file as shown in the figure below

7001 Port is master End ,7002 Port is slave End
remote-random: This attribute is random connection
So far, the load balancing deployment is completed
边栏推荐
猜你喜欢

Rest使用与原理

Angr(六)——angr_ctf

将 conda 虚拟环境 env 加入 jupyter kernel

CentOs安装redis

Duplicate SSL_ Anti spoofing, spoofing attacks and deep forgery detection using wav2vec 2.0 and data enhanced automatic speaker authentication

UE4 外部打开exe文件

力扣刷题组合问题总结(回溯)

UE4 窗口控制(最大化 最小化)

关于slf4j log4j log4j2的jar包配合使用的那些事

广度优先遍历(图和二叉树的层序遍历相关问题)
随机推荐
UE4 窗口控制(最大化 最小化)
Chrome开发者工具详解
Swing component
struct2的原理
GUI窗口
Filter filter details (listeners and their applications)
Angr(四)——angr_ctf
数组静态初始化,遍历,最值
PyTorch 对 Batch 中每个样本计算损失 Loss for each sample
Number theory --- the greatest common divisor and the least common multiple
数论--负进制转换
Usage of string slicing
Bug分类和定级
OSPF协议的配置(以华为eNSP为例)
几个常用的网络诊断命令
MVC three-tier architecture understanding
Mysql离线部署
Basic knapsack problem
Swing的组件图标
Angr(一)——安装