当前位置:网站首页>FRP reverse proxy deployment
FRP reverse proxy deployment
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
In this paper frp The server is on the public network ip A server in a local area network ( Need to connect to the Internet ),frp The client is openvpn Server side server ( Need to connect to the Internet )
Internet port address
frp_0.38.0_linux_386.tar.gz Frp Deployment package
link :https://pan.baidu.com/s/1EsGnGCT0G99g578RJ1tO-w?pwd=1234
Extraction code :1234
2. Installation steps
Frp Match the reverse proxy software openvpn Can achieve intranet penetration
Server deployment
Upload the deployment package to yunwei Folder

Unzip the file :tar -xvf frp_0.38.0_linux_386.tar.gz

Delete two files on the client :
rm -rf frpc
rm -rf frpc.ini
modify frps.ini file :vim frps.ini
bind_port Server port
dashboard_port server Service port (web Monitoring the page )
token The client needs to point to this token value
dashboard_user web Monitor page users
dashboard_pwd web Monitor the page to verify the password
[common]
tcp_mux = false
bind_port = 7000
dashboard_port = 7500
token = Customize
dashboard_user = admin
dashboard_pwd = Customize

Save to exit
Start server frp:nohup ./frps -c frps.ini &
Check the log :cat nohup.out

client frp Deploy
Upload the deployment package to yunwei Folder

Unzip the file :tar -xvf frp_0.38.0_linux_386.tar.gz

Delete two files on the server :
rm -rf frps
rm -rf frps.ini
modify frps.ini file :vim frpc.ini
server_addr Public address
server_port Server port
token Customize token value
tcp_mux false
type = tcp Protocol type
local_ip This machine IP Address
local_port 1194 This machine frp The port number of the service
remote_port = 7001 ( The port number of this machine on the server )
bandwidth_limit Transmission rate /MB(100MB)
use_encryption true
use_compression true

Save to exit
start-up frp service :nohup ./frpc -c frpc.ini &
Check the log :cat nohup.out

Public network routing needs to be open :7000 7001 7500 port
openvpn IP The address needs to point to Internet port address 7001( Public network ip And port )
Frpweb Manage Pages : Internet port address :7500

边栏推荐
猜你喜欢

conda 配置深度学习环境 pytorch transformers

切换 shell 命令行终端(bash/zsh)后,conda 无法使用: command not found

Redis使用场景

复现 SSL_Anti-spoofing, 使用 wav2vec 2.0 和数据增强的自动说话人认证的欺骗攻击与深度伪造检测

PyTorch 对 Batch 中每个样本计算损失 Loss for each sample

Use and principle of rest

广度优先遍历(图和二叉树的层序遍历相关问题)

复现 ASVspoof 2021 baseline RawNet2

Detailed explanation of MySQL database

About the jar package of slf4j log4j log4j2 used together
随机推荐
Wechat applet jumps to other applets
Angr(四)——angr_ctf
TCP transmission
Radio and multi selection buttons of swing components
Multithreading - runnable interface, tortoise and rabbit race
Yarn quick reference manual
GUI窗口
Detailed explanation of chrome developer tools
鼠标监听,画笔
Frp反向代理部署
Swing component Icon
CentOs安装redis
集合的创建,及常用方法
Attention is all you need 论文精读笔记 Transformer
Duplicate SSL_ Anti spoofing, spoofing attacks and deep forgery detection using wav2vec 2.0 and data enhanced automatic speaker authentication
常用类的小知识
OSPF协议的配置(以华为eNSP为例)
链表相关(设计链表及环链表问题)
Trojaning Attack on Neural Networks 论文阅读笔记
Configuring ROS development environment with vscode: Causes and solutions to the problem of ineffective code modification