mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4222] 重编译后客户端无法连接到服务器 #3326
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#3326
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 @nomoneynolife on GitHub (May 17, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4222
Bug Description
参考 https://blog.csdn.net/gmowcey/article/details/128670433 去除了特征
服务器端成功运行,并可以看到端口已开启
客户端,配置文件检查没有问题,但就是无法启动,已经更换了热点,网络

如果我关闭frps,然后FRPC提示:
connect to server error: dial tcp x.x.x.x:57000: connectex: No connection could be made because the target machine actively refused it.
我开启FRPS后,连接FPRC有时会提示:
connect to server error: dial tcp x.x.x.x:57000: i/o timeout
login to the server failed: dial tcp x.x.x.x:57000: i/o timeout. With loginFailExit enabled, no additional retries will be attempted
frpc Version
0.58.0
frps Version
0.58.0
System Architecture
linux/amd64, windows/amd64
Configurations
serverAddr = "1.1.1.1"
serverPort = 57000
auth.token = "xxxxxx"
proxies
name = "ssh"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 1234
Logs
No response
Steps to reproduce
...
Affected area
@nomoneynolife commented on GitHub (May 17, 2024):
FRPS config
bindAddr = "0.0.0.0"
bindPort = 57000
auth.token = "xxxxxx"
webServer.addr = "0.0.0.0"
webServer.port = 57500
webServer.user = "admin"
webServer.password = "admin123@"
@fatedier commented on GitHub (May 17, 2024):
请只用 github release 页面下载的二进制文件。
@nomoneynolife commented on GitHub (May 17, 2024):
那可不行,被公司安全软件识别了,分分钟直接口头警告,可怕的世界