mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2741] frpc: login to server failed: i/o deadline reached #2192
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#2192
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 @duzhor on GitHub (Jan 8, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2741
Bug Description
frpc启动后几秒即退出,日志报[W]...i/o deadline reached
frps无对应连接的日志
frpc Version
0.38.0
frps Version
0.38.0
System Architecture
windows/amd64
Configurations
frpc.ini
[common]
server_addr = example.com
server_port = 7000
Logs
2022/01/09 02:17:31 [W] [service.go:104] login to server failed: i/o deadline reached
Steps to reproduce
...
Affected area
@ZhiyeTang commented on GitHub (Jan 10, 2022):
I've tried on Ubuntu18.04/Ubuntu18.04 and reproduce exactly the same failure. What could be the reason and how could I solve it?
@fatedier commented on GitHub (Jan 11, 2022):
It means network error. Makesure your can connect to your server address normally.
@duzhor commented on GitHub (Jan 11, 2022):
似乎是本地dns解析域名的问题,通过更换dns解决
@ghost commented on GitHub (Mar 18, 2022):
problem was in Windows firewall!