home page
Message Board
About us
Links
Search
one
Using idle mobile phone to build local web environment + ngrok intranet penetration to achieve external network access
44577 reading
two
Xiaomi 8 installs Google play service Suite
27711 reading
three
The green version is suitable for the elderly
19809 reading
four
Chinese and English names of 224 countries in the world
18983 reading
five
Emlog, WordPress, Typecho articles, whether Baidu has included the detection code
15880 reading
Default classification
Source code tutorial
Life Essay
Code Notes
Sign in
Search
Tag search
SSL
vps
CentOS
AppNode
Intranet penetration
Node.
js
Hairpin
GitHub
python
Google Voice
Local environment
Linux panel
Google Play
MarkDown
Vue
yarn
Small shop
Applets
Remote desktop
frp
www.9ywk.
com
Cumulative writing
seventy-one
Articles
Cumulative received
sixty-four
Comments
home page
column
Default classification
Source code tutorial
Life Essay
Code Notes
page
Message Board
About us
Links
Search to
two
Article and
The results of
2020-10-14
Realization of self built remote desktop by FRP
Windows computers at home, because there is no independent IP, can not directly through remote desktop management when people are outside.
Through the use of FRP and a VPS with public network IP, the intranet penetration can be realized, and the computer can be directly managed at any place.
For server-side configuration, click here to download the latest FRP software on GitHub, and pay attention to select the hardware and software versions that conform to VPS.
Modify FRPs
The configuration file in ini is changed as follows: (where 7000 is the communication port between the server and client of FRP) [common]
bind_
Port = 7000 use the following command to run the FRP server in the background. Pay attention to the file path (such as putting FRPs in the / home / FRP / folder): nohup / home / FRP / FRP - C / home / FRP / FRP
For ini - & > / dev / null client configuration, download the FRP version of windows on the GitHub page just now. Note that the software should be consistent with the number of digits in windows.
Modify FRPC
The configuration file in ini is changed to the following: [common]
server_
Addr = IP ා here is the IP of VPS
server_
Port = 7000 ා is consistent with the server
[rdp]
type = tcp
local_
ip = 127.0.0.1
local_
port = 3389
remote_
Port = 5200 in CMD or shell, first CD to the folder of FRP, and then run the following command: FRPC - C FRPC
Ini connects to the remote desktop, uses VPS IP and port 5200 to realize intranet penetration and remote desktop connection.
The effect of Remote Desktop Connection depends on the network quality of VPS, local and remote computers.
FRP client booting (provided by lop of hostloc) 1
Create a new VBS suffix script (change it according to the FRPC storage directory) set WS = wsscript
CreateObject("WScript.Shell")
ws.
Run "c:\frp\frpc.exe -c c:\frp\frpc.ini",02.
Put the script into C: programdata / Microsoft / Windows / start menu / programs / startup to add bootstrap.
If you cannot find the above directory, you can find it through "run" – shell: startup.
This article is from:
https://pa.ci/77.html
October 14, 2020
1411 reading
4 Comments
0 likes
2017-04-24
Using idle mobile phone to build local web environment + ngrok intranet penetration to achieve external network access
Today, I chatted with @ Er Chao and inadvertently talked about the local server built by the mobile phone. In addition, I have a cool pie God F2 that has been idle for a long time. So I'll write down the detailed process here.
This paper is suitable for the novice to prepare idle mobile phone (it is best to have root, the minimum configuration is 256ram, 512rom, 600MHz ≥ CPU) ksweb software (an open source server based on Android developed by Russian, which is provided by @ my love to crack and sinicize) ngrok intranet penetration
(to achieve external network access, the router brushes the third-party firmware, such as asus's old maozi padavan firmware, Mingyue openwrt, etc., and the broadband has public network IP, which can be ignored) for the installation and use of ksweb, first download the ksweb3.62 cracked version network disk provided by my love, and the deletion is invalid
http://pan.baidu.com/s/1i4Gvk3N
Password: jbrp2018.07.29 supplement (not tested)
https://pan.baidu.com/s/1MIdrBH2qfbOLOXdlP-QDMw
Password: 9ywk2018.09.27 new support for Android 8 system (not tested)
https://pan.baidu.com/s/1JzB82foIVphuPaL36jE0FQ
Password: 9ywk open software > Settings > enter any serial number to crack into professional version function unlimited Settings > allow root permissions, can modify the default port 8080 can now access, try it.
Other functions experience ngrok intranet penetration, friends with public IP can be ignored
First go to ngrok to register an account, Tunnel Management > Open Tunnel home page to view token2
After the firmware configuration of Feixun K2 and ASUS laomaozi is completed, you can access the Internet. Of course, you can also penetrate the management address of the router to realize remote management of the router.
Speed has something to do with mobile phone performance, network and DNS. My name is Coolpad. F2 (shut down) home page:
http://f2.9ywk.com
Probe:
http://f2.9ywk.com/tz
April 24, 2017
44577 reading
9 comments
Like 0
//