当前位置:网站首页>FRP intranet penetration
FRP intranet penetration
2022-07-04 01:59:00 【666QAQ】
need :
One cloud server
because FRP Of P2P The model is not stable yet ( At least I didn't make it ……), So the traffic has to go to the server , Therefore, the bandwidth of the server will affect the speed of Intranet penetration .
To enhance the experience , It's suggested to practice , Here is a link to ECs , Sanfengyun
https://www.sanfengyun.com
FRP download
Find the latest version :
【 The server / client 】 Download decompression
wget https://github.com/fatedier/frp/releases/download/v0.37.1/frp_0.37.1_darwin_amd64.tar.gz
tar -xf frp*.gz
[【 The server / client 】 Enter the extracted file
cd frp*amd64

【 client 】
vim frpc.ini
[common]
tls_enable = true
server_addr = XX.XX.XX.XX( Your server IP Address )
server_port = 7000
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 22
remote_port = 6000
【 The server 】
vim frps.ini
[common]
bind_port = 7000
【 Server side 】
Open ports 、 start-up
ufw allow remote_port( Here is 6000)
ufw reload
./frps -c frps.ini
【 client 】
Open ports 、 start-up
ufw allow local_port( Here is 22)
ufw reload
./frpc -c frpc.ini
And then you can use it ssh Landed
for example Win10 Next remote access :
win + X + A
ssh -oPort=remote_port [email protected]_addr
( such as :ssh -oPort=22 [email protected])
Then input yes
Input password 

边栏推荐
- Force buckle day32
- Trading software programming
- C import Xls data method summary II (save the uploaded file to the DataTable instance object)
- A fan summed up so many interview questions for you. There is always one you need!
- Iclr2022 | ontoprotein: protein pre training integrated with gene ontology knowledge
- Setting function of Jerry's watch management device [chapter]
- Special copy UML notes
- From the 18th line to the first line, the new story of the network security industry
- Applet graduation project based on wechat selection voting applet graduation project opening report function reference
- Portable two-way radio equipment - current market situation and future development trend
猜你喜欢

JVM performance tuning and practical basic theory - medium

MySQL deadly serial question 2 -- are you familiar with MySQL index?

High level application of SQL statements in MySQL database (I)

Gee: create a new feature and set corresponding attributes

From the 18th line to the first line, the new story of the network security industry

How to delete MySQL components using xshell7?

Will the memory of ParticleSystem be affected by maxparticles

Yyds dry goods inventory override and virtual of classes in C

Audio resource settings for U3D resource management

Small program graduation project based on wechat video broadcast small program graduation project opening report function reference
随机推荐
[turn] solve the problem of "RSA public key not find" appearing in Navicat premium 15 registration
Learn these super practical Google browser skills, girls casually flirt
Gnupg website
Douban scoring applet Part-3
The contact data on Jerry's management device supports reading and updating operations [articles]
Example 073 square sum value judgment programming requires the input of a and B, if a ²+ b ² If the result of is greater than 100, a is output ²+ b ² Value, otherwise output the result of a + B.
What are the main investment products of bond funds and what are they
Huawei rip and BFD linkage
MySQL statement learning record
C import Xls data method summary I (upload files and create Workbooks)
Remember another interview trip to Ali, which ends on three sides
Neo4j learning notes
Notice on Soliciting Opinions on the draft of information security technology mobile Internet application (APP) life cycle security management guide
When the watch system of Jerry's is abnormal, it is used to restore the system [chapter]
Lightweight Pyramid Networks for Image Deraining
Small program graduation project based on wechat video broadcast small program graduation project opening report function reference
Applet graduation project based on wechat selection voting applet graduation project opening report function reference
The boss said: whoever wants to use double to define the amount of goods, just pack up and go
Day05 branch and loop (II)
MySQL introduction - functions (various function statistics, exercises, details, tables)