mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2818] [W] [service.go:104] login to server failed: i/o deadline reached i/o deadline reached #2253
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#2253
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 @liyinxin on GitHub (Feb 26, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2818
Bug Description
客户端可以telnet到服务端,但是一直出现这个问题:
[W] [service.go:104] login to server failed: i/o deadline reached
i/o deadline reached
frpc Version
0.36.2
frps Version
0.36.2
System Architecture
linux/amd64
Configurations
[common]
server_addr = xxxxx
server_port = 7000
[xxxx]
type = tcp
local_ip = xxxx
local_port = 22
remote_port = 6021
Logs
No response
Steps to reproduce
...
Affected area
@Becods commented on GitHub (Feb 26, 2022):
提问无log,神仙都难办
22是ssh端口,请更改为23
@liyinxin commented on GitHub (Feb 26, 2022):
对不起,没贴log。这个问题刚刚解决了,是因为我的配置文件的问题。谢谢您的回复