mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4429] 端口被占用,怎么解决 #3499
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#3499
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gongjianfeng1982 on GitHub (Sep 10, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4429
Bug Description
A地址:frpc(name = "p2p_siemens")电脑连接现场的设备192.168.8.8
服务器:frps 创建server地址1.1.1.1
B地址:frpc(name = "p2p_siemens_visitor")工程电脑连接远程设备192.168.8.8
工控电脑专业软件,不能修改ip为127.0.0.1,不能修改端口,固定端口102.
不知道这个问题怎么解决,普通的tcp可以连接上,但是中转会造成流量问题,我想通过xtcp直连。
请高手帮忙想个办法吗?
frpc Version
0.6
frps Version
0.6
System Architecture
windows10
Configurations
proxies # siemens server -> resmon.exe | netstat.exe -aon
localIP = "192.168.8.8"
localPort = 102
name = "p2p_siemens"
secretKey = "xyz9527"
type = "xtcp"
visitors # siemens client -> resmon.exe | netstat.exe -aon 停止102服务 Siemens S7DOS Help Service
bindAddr = "127.0.0.1"
bindPort = 102
name = "p2p_siemens_visitor"
secretKey = "xyz9527"
serverName = "p2p_siemens"
type = "xtcp"
Logs
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Sep 11, 2024):
无法解决,可以使用其他 VPN 类软件。