mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4032] Using frp v0.52.3 keeps showing login server failure: connection write timeout #3192
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#3192
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 @M3GUMI on GitHub (Feb 28, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4032
Bug Description
The server logs are not receiving frp requests from the client, and the client logs are reporting connection write timeout. when using the tcp protocol or changing enableTLS to false, I still can't connect. I tested the server with telnet and port 7000 is open.
frpc Version
0.52.3
frps Version
0.52.3
System Architecture
linux/amd64
Configurations
frps:
bindPort = 7000
kcpBindPort = 7000
frpc:
serverAddr = "x.x.x.x"
serverPort = 7000
enableTLS = true
transport.protocol = "kcp"
proxies
name = "ssh"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = xxx
Logs
server:
[root.go:102] frps uses config file: frps.toml
[service.go:200] frps tcp listen on 0.0.0.0:7000
[service.go:210] frps kcp listen on udp 0.0.0.0:7000
[root.go:111] frps started successfully
client:
[root.go:139] start frpc service for config file [frpc.toml]
[service.go:131] login to server failed: connection write timeout
[root.go:154] frpc service for config file [frpc.toml] stopped
It doesn't look like the server is receiving frp requests from the client. It also still doesn't connect when I use the tcp protocol, and when I change enableTLS to false. I tested the server with telnet and port 7000 is open.
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Mar 1, 2024):
根据你给出的配置,需要防火墙开放 UDP 7000。
telnet测试通过,是因为它 TCP 7000@github-actions[bot] commented on GitHub (Mar 23, 2024):
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.