frp使用p2p点对点内网穿透实现远程桌面(xtcp和stcp)

文章分享 2年前 (2022) chenduxuan
672 0

frp使用p2p点对点内网穿透实现远程桌面(xtcp和stcp)、
被控制电脑(处于内网中)
[p2p_rdp_ktsee]
type = xtcp
local_ip = 127.0.0.1
local_port = 3389
sk = ktsee
use_encryption = true
use_compression = true

控制电脑:
[p2p_rdp_ktsee_visitor]
type = xtcp
role = visitor
server_name = p2p_rdp_ktsee
sk = ktsee
use_encryption = true
use_compression = true
bind_addr = 127.0.0.1
bind_port = 6000

然后在控制电脑打开远程桌面客户端,输入连接地址:
127.0.0.1:6000

如果连接失败,将被控制电脑和控制电脑上配置文件中的xtcp改为stcp,走中转服务器流量

| 联系我们,咨询报价 ——(点击,查看联系方式)|
版权声明:chenduxuan 发表于 2022-02-15 10:29:00。
转载请注明:frp使用p2p点对点内网穿透实现远程桌面(xtcp和stcp) | 0660HAO海丰网