mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4274] io timeout\connection timeout #3370
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#3370
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 @4d4d4d4 on GitHub (Jun 11, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4274
Bug Description
C:\frp_0.58.1_windows_amd64>frpc.exe -c frpc.toml
2024-06-11 16:52:21.710 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2024-06-11 16:52:21.724 [I] [client/service.go:294] try to connect to server...
2024-06-11 16:52:31.728 [W] [client/service.go:297] connect to server error: dial tcp myip:7000: i/o timeout
2024-06-11 16:52:31.728 [I] [sub/root.go:160] frpc service for config file [frpc.toml] stopped
login to the server failed: dial tcp myip:7000: i/o timeout. With loginFailExit enabled, no additional retries will be attempted
The result of trying telnet myip 7000 is a failure
frpc Version
0.58.1
frps Version
0.58.1
System Architecture
frps - linux_amd64 frpc - windows_amd64
Configurations
frps
bindPort 7000
serverAddr = "xxx.xxx.xxx"
serverPort = 7000
proxies
name = "ssh"
type = "tcp"
localIP = "127.0.0.1"
localPort = 22
remotePort = 6000
Logs
io timeout
Steps to reproduce
Affected area
@4d4d4d4 commented on GitHub (Jun 11, 2024):
telnet other open tcp ports were successful
@4d4d4d4 commented on GitHub (Jun 11, 2024):
是云服务器开放错端口了 不小心放开的是7001不好意思