告别team viewer,使用frp进行内网远程控制

2019-12-19  本文已影响0人  frankie_cheung

使用场景

frp是什么

先看一下github上的官方说明:

frp is a fast reverse proxy to help you expose a local server behind a NAT or firewall to the Internet. As of now, it supports TCP and UDP, as well as HTTP and HTTPS protocols, where requests can be forwarded to internal services by domain name.
frp also has a P2P connect mode.

反正我也看不懂.png 架构图

那么如何使用呢?

[common]
server_addr = XXX.XXX.XXX.XXX 此处是你的linux服务器的公网IP,就是上面设置的那台
server_port = 8000 和linux配置文件的bind_port 保持一致
[ssh]
type = tcp
local_ip = 127.0.0.1
local_port = 3389 此处代表为你的远程桌面端口 大家应该都是这个
remote_port = 6000

cd "C:\Users\Desktop\frp\frp_0.30.0_windows_amd64" 这里是你的客户端目录
frpc.exe -c frpc.ini

这个时候你就可以在你家里的电脑远程公司的电脑了。

远程桌面

image.png

计算机写你的linux公网IP
点击连接即可完成远程访问

Tips

假如提示你的你的用户不在远程桌面组里面,进行如下操作即可:
https://jingyan.baidu.com/article/6b97984dea9ebc1ca2b0bfcf.html

上一篇 下一篇

猜你喜欢

热点阅读